html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0; margin:auto;}
/*font style starts here*/

/* Regular */
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),  url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); font-weight: normal; font-weight: 400; font-style: normal; }
/* Semibold */
@font-face { font-family: 'OpenSansSemibold'; src: url('../fonts/OpenSans-Semibold-webfont.eot'); src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),  url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); font-weight: 500; font-style: normal; }
/* lighter */
@font-face { font-family: 'OpenSansLight'; src: url('../fonts/OpenSans-Light-webfont.eot'); src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light-webfont.woff') format('woff'),  url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); font-weight: 200; font-style: normal; }

@font-face {
    font-family: 'open_sansbold';  src: url('../fonts/OpenSans-Bold-webfont.eot');   src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');  font-weight: normal; font-style: normal; }


/*font style ends here*/
body {
	font-family: OpenSans;
	font-size: 13px;
    background-color:#f2f2f2;
}
a{
    color:#22A6F5;
}
.container {
	max-width: 1280px;
	width: 100%;
    /*padding-left:0;*/
}

#navbar_section {
	border-bottom: 2px solid #d6d6d6;
    background-color:#fff;
    border-radius:0;
}
.logo_section {
	padding: 15px 0;
}
.logo_txt a {
	color: #0e2240;
	font-size: 22px;
	text-transform: capitalize;
	display: inline-block;
	/*padding-left: 10px;*/
	font-weight: bold;
	position: relative;
	top: 2px;
	text-decoration: none !important;
}
.logo_section img {
	vertical-align: middle;
}
.user_utils {
	padding-top: 0px;
}
.user_utils .dropdown .caret {
	color: #000;
}
.user_utils > div {
	float: right;
	padding: 0 10px;
}
.user_utils .dropdown {
	padding-left: 0;
	padding-right: 0px;
}
.user_utils .dropdown .btn-default {
	background: #fff;
	border: 0;
	border-radius: 0;
	height: 30px;
	color: #818181;
	font-size: 12px;
	font-family: OpenSansSemibold;
	padding: 0 6px;
	box-shadow: none;
	background-color: #fff;
}
.user_utils .dropdown .btn-default:active, .user_utils .dropdown .btn-default:hover, .user_utils .dropdown .btn-default:focus {
	box-shadow: none;
	background-color: #fff;
}
.user_utils .dropdown .caret {
	color: #000;
}
.user_utils .dropdown-menu {
	margin-top: 5px;
	right: 0;
	left: auto;
}
.main_navigation {
	background: #f6f6f6;
	border-bottom: 1px solid #e9e9e9;
}
.main_navigation a {
	color: #777;
	margin: 0 10px 0 10px;
	font-size: 15px;
	padding: 5px 10px;
	border-bottom: 1px solid #f0f0f0;
}
.main_navigation li:last-child a {
	border-bottom: none;
}
.main_navigation ul li a:hover, .main_navigation ul li a.current_page {
	color: #7aaa15; /*border-bottom:1px solid #7aaa15; background: none; padding-bottom: 14px;*/
}
.main_navigation .navbar-collapse {
	padding-left: 0;
}
.main_navigation .navbar-toggle {
	background-color: #7bad16;
	right: 15px;
}
.main_navigation .navbar-toggle .icon-bar {
	background-color: #fff;
}
.breadcrumb_section {
	padding: 20px 10px 10px 0px;
}
.breadcrumb_section span {
	padding-left: 10px;
	font-size: 13px;
}
.breadcrumb_section img {
	padding-right: 10px;
}
.breadcrumb_section a {
	color: #35a2db;
	font-size: 13px;
	text-decoration: none;
}
.about_section h3 {
	font-size: 16px;
	padding-bottom: 10px;
	font-family: OpenSansSemibold;
}
.about_section p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.word_break {
    text-align:justify;
    display: inline-block;
    word-break: break-all;
    width: 98%;
}
.faq_word_break {
    text-align:justify;
    display: inline-block;
    width: 98%;
}
.btn_container {
	padding-top: 45px;
}
.left_padding{
    padding-left:20px !important;
}
.blue_btn {
	padding: 7px 20px;
	text-align: center;
	background-color: #27aaf5;
	border: 1px solid #50aee0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 20px;
	cursor: pointer;
	font-family: OpenSansSemibold;
}
.blue_btn:hover {
}
.title {
	font-size: 16px;
	font-family: OpenSansSemibold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	padding-top: 30px;
	margin-bottom: 20px;
}
.benifit_box {
	padding: 40px 25px;
	border: 1px solid #d6d6d6;
	text-align: center;
	height: 290px;
	background-color: #f6f6f6;
}
.padr5 {
	padding-right: 5px;
}
.benifit_box p {
	padding-top: 20px;
	font-size: 14px;
	line-height: 18px;
}
.ico_map {
	max-width: 100%;
}
.spacer10 {
	height: 10px;
}
.spacer15 {
	height: 15px;
}
.spacer20 {
	height: 20px;
}
.spacer60 {
	height: 40px;
}
.spacer40{
    height:40px;
}


/*Footer styles starts here*/
 
@media (min-width: 960px) {
.hf_ar #hf_header_wrapper ._main_menu li a {
	padding: 12px;
}
}
.hf_cn #hf_header_wrapper ._logo img {
	width: auto;
	height: 50px;
}
#hf_footer_wrapper {
	clear: both;
	padding-top: 15px;
	margin: 0 5px;
	line-height: 26px;    
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
#hf_footer_wrapper ._grayline {
	border: none;
	height: 1px;
	background-color: #adadad;
	margin-bottom: 15px;
}
#hf_footer_wrapper ._group, #hf_footer_wrapper ._parent {
	display: block;
}
#hf_footer_wrapper ._col5 {
	display: none;
}
#hf_footer_wrapper ._bottom {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#hf_footer_wrapper ._bottom li {
	display: block;
	float: left;
	margin-right: 10px;
}
#hf_footer_wrapper ._bottom li a {
	color: #818181;
	font-weight: 600;
	font-size: 14px;
}
#hf_footer_wrapper ._bottom ._bottom_logo {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
#hf_footer_wrapper ._lowercase {
	text-transform: none;
}
#hf_footer_wrapper ._bottom_left {
	clear: both;
}
#hf_footer_wrapper ._bottom_left ul {
	width: 100%;
	float: left;
}
#hf_footer_wrapper ._bottom_left li {
	display: block;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	line-height: 16px;
}
#hf_footer_wrapper ._bottom_left li a {
	color: #333;
	font-size: 12px;
}
#hf_footer_wrapper ._bottom_right {
	margin-top: 5px;
}
#hf_footer_wrapper ._bottom_right a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
#hf_footer_wrapper ._bottom_right div {
	line-height: normal;
}
#hf_footer_wrapper ._hr {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
 @media (min-width: 768px) {
#hf_footer_wrapper {
	margin: 0 auto;
	width: 100%;
}
#hf_footer_wrapper ._group, #hf_footer_wrapper ._parent, #hf_footer_wrapper ._social_icons, #hf_footer_wrapper ._newsletter, #hf_footer_wrapper ._bold {
	display: block;
}
#hf_footer_wrapper ._parent._nolink, #hf_footer_wrapper ._hide {
	display: none;
}
#hf_footer_wrapper ._col1, #hf_footer_wrapper ._col2, #hf_footer_wrapper ._col3, #hf_footer_wrapper ._col4 {
	float: left;
	width: 16.6%;
}
#hf_footer_wrapper ._col5 {
	display: block;
	float: left;
	width: 29%;
}
#hf_footer_wrapper ._bottom ._bottom_logo {
	width: auto;
	margin-bottom: 10px;
}
#hf_footer_wrapper ._bottom li {
	margin-top: 7px;
}
#hf_footer_wrapper ._ibrd {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#hf_footer_wrapper ._bottom_left {
	width: 50%;
	float: left;
}
#hf_footer_wrapper ._bottom_left li {
	padding-right: 10px;
	margin-right: 10px;
}
#hf_footer_wrapper ._bottom_right {
	margin-top: 0;
	width: 48%;
	float: right;
	text-align: right;
}
._middle {
	margin-top: 10px;
}
._mob {
	display: none !important;
}
#hf_footer_wrapper ._bottom_right {
	padding-right: 0px;
}
}
 @media (min-width: 960px) {
#hf_footer_wrapper {
	width: 100%;
	margin-left: 0px;
}
}
.no_right_padd {
	padding-right: 0px;    
}
.top_padding{
    padding-top: 20px;
}
.no_padding {
	padding: 0px !important;
}
 . {
 padding-left: 0px !important;
}
.no_right_padding {
	padding-right: 0px !important;
}




/*ipad Landscape styles*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.logo_txt a {
	font-size: 20px;
}
.benifit_box {
	height: 320px;
}
.f-nav2 {
	width: 23.5% !important;
}
.f-nav3 {
	width: 22.9% !important;
}
.overview_pop_wrap {
	width: 475px !important;
}
.mapp_calc_table > thead > tr > th:first-child, .mapp_calc_table > tbody > tr > th:first-child, .mapp_calc_table > tfoot > tr > th:first-child {
	padding-left: 10px;
	width: 27% !important;
}
.select_link {
	padding-left: 5px !important;
}
.rowbgclr1 td > table {
	width: 92% !important;
}
.assesment_area_table .rowbgclr1 td > table {
	width: 100% !important;
}
.attach_docs_container .left_section {
	margin-right: 10px !important;
}
}

/*ipad Portrait styles*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
.ico_map {
	padding-top: 30px;
}
.blue_btn {
	font-size: 12px;
	padding: 10px 15px;
}
.benifit_box {
	margin-bottom: 25px;
}
.logo_txt a {
	font-size: 16px;
}
.last_column_box {
	padding-right: 5px;
}
#hf_footer_wrapper ._bottom_left li a {
	font-size: 11px;
}
.f-nav2 {
	width: 29.5% !important;
}
.f-nav3 {
	width: 28.2% !important;
}
.mapp_calc_table .textarea {
	margin-left: 8% !important;
	width: 92% !important;
}
.weight_rsection {
	padding-left: 0px !important;
}
.mapp_calc_table tr td, .mapp_calc_table tr th {
	font-size: 11px !important;
}
.mapp_calc_table tr td .input_search {
	width: 26px !important;
	padding: 0px !important;
	margin: 0px !important;
	text-align: center !important;
}
.mapp_calc_table tr td .input_search.area_value, .mapp_calc_table tr td .input_search.area_value {
	width: 50px !important;
}
.mapp_calc_table .form-control.confidence_level {
	width: 77px !important;
	font-size: 12px !important;
}
.attach_docs_container .left_section {
	width: 350px !important;
}
.overview_pop_wrap {
	width: 350px !important;
}
}
.footer {
	padding-bottom: 30px;
    background-color:#fff;
}
/*css edited on 4th Aug 2016*/
.result_title {
	font-family: OpenSansSemibold;    
	font-size: 15px;
	margin-bottom: 0;
    padding:10px 0;
    vertical-align: middle;
	/*padding-bottom: 5px;*/
	/*padding-top: 5px;*/    
}
.window_title{
    font-family: OpenSansSemibold;
    text-transform:uppercase;
	font-size: 15px;
	margin-bottom: 0;	
    padding-top: 15px;
}
.result_title_container {
    vertical-align: middle;
    /*padding: 10px 0px 10px 0px;*/
}
.no_right_margin {
	margin-right: 0px;
}
.filter_section {
	padding-top: 0px;
}
.filter_section .panel {
	box-shadow: none;
}
.filter_section .panel-default {
/* border-bottom: 0px;
  border-left: 0px;
  border-right: 0px; */
}
.filter_section .panel-default > .panel-heading {
	background-color: #fff;
	background-position: 0 0;
	border-left: 0;
	border-right: 0;
}
.filter_section .panel-group .panel {
	border-radius: 0px;
}
.filter_section .panel-title > a {
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}
.filter_section .panel-heading {
	padding: 6px 2px;
}
.filter_section .panel-title {
	font-size: 18px;
}
.filter_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: 0px;
	padding: 15px 0px !important;
}
.result_name .form-control.search_field {
	background: url('../images/ico_search.png') no-repeat 95%;
	height: 37px;
	border-radius: 4px;
}
/***sprite icon starts***/
.sprite {
	background: url('../images/spritesheet.png') no-repeat;
}
.sprite-remove_icon {
	background-position: -5px -98px;
	display: inline-block;
	height: 30px;
	width: 25px;
}
.sprite-ico_calender {
	width: 20px;
	height: 20px;
	background-position: -6px -66px;
	display: inline-block;
}
.collapsed .sprite-ico_filter, .sprite-ico_filter {
	display: inline-block;
	height: 20px;
	width: 16px;
	background-position: -13px -8px;
}
.sprite-ico_info_icon {
	background-position: -10px -145px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    vertical-align: middle;
}
.sprite-ico_undo {
	background-position: -9px -453px;
	display: inline-block;
	height: 30px;
	width: 20px;
}
.sprite-ico_pdf {
	background-position: -9px -522px;
	display: inline-block;
	height: 30px;
	width: 20px;
}
.sprite-ico_docClose {
	background-position: -8px -562px;
	display: inline-block;
	height: 30px;
	width: 20px;
    cursor:pointer;
}
#list_table th.sorting, #list_table th.sorting_desc {
	background: rgba(0, 0, 0, 0) url("../images/ico_sort_ascending.png") 68% 55% no-repeat;
}
#list_table th.sorting_disabled {
	background: none;
}
#list_table th.sorting_asc {
	background: rgba(0, 0, 0, 0) url("../images/ico_sort_descending.png") 68% 55% no-repeat;
}
/* 
#list_table th.descending_asc {
    background: rgba(0, 0, 0, 0) url("../images/ico_sort_descending.png")  98% no-repeat ;
} */

/***sprite icon ends***/
.cal_trigger {
}
.filter_section .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	border-radius: 4px;
	height: 35px;
	margin-left: -2px;
}
.filter_section .input-group-btn:last-child > .btn {
	background-color: #fff;
	box-shadow: none;
	border-color: #ccc;
}
.filter_content .row>div {
	padding-right: 0px;
}
.btn_container_small {
    padding: 5px 0px 10px 0px;
    text-align:center;
}
.panel-body {
}
.modal_btn{
    padding: 4px 10px !important;
    width:125px;
    margin-left:10px;
    margin-bottom:5px;
    margin-top:5px;
    font-size: 11px !important;
    margin-right:0px !important;
}
.apply_btn {
	padding: 7px 20px;
	text-align: center;
	background-color: #27aaf5;
	border: 1px solid #27aaf5;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
	cursor: pointer;
	font-family: OpenSansSemibold;
}
.cursor{
    cursor:pointer;
}
.reset_btn {
	padding: 6px 20px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #35a2db;
	color: #35a2db;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 20px;
	cursor: pointer;
	font-family: OpenSansSemibold;
}
/*Data table css editing**/
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting::after {
	background: none;
	content: ''
}
.paginate_button {
	padding: 0 10px;
	cursor: pointer;
}
.paginate_button.current {
	border: 1px solid #c9c9c9;
	/*font-size: 14px;*/
	color: #000;
}
a.paginate_button:hover, a.paginate_button:focus {
	text-decoration: none;
}

#list_table {
	border: 1px solid #dedede;
}
#list_table.table > thead > tr > th {
	border: 0px;
}
#list_table.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
#list_table.table tr td a {
	color: #35a2db;
	font-size: 13px;
}
#list_table.table > tr > th > td {
	font-size: 13px;
	color: #333333;
    border:none !important;
}
table > tbody > tr > td {
    border-top:none !important;
}
#list_table.table > thead > tr > th, #list_table.table > tbody > tr > th, #list_table.table > tfoot > tr > th {
	color: #fff;
    vertical-align: middle;
    font-size: 14px;
    border:none !important;
	font-family: OpenSansSemibold;
	background-color: #27aaf5;
}
#list_table.table > thead > tr > td.text-center, #list_table.table > tbody > tr > td.text-center, #list_table.table > tfoot > tr > td.text-center, #list_table.table > thead > tr > th.text-center, #list_table.table > tbody > tr > th.text-center, #list_table.table > tfoot > tr > th.text-center {
	text-align: center !important;
    border-top:none !important;
}
#list_table > thead > tr > th, #list_table > tbody > tr > th, #list_table > tfoot > tr > th, #list_table > thead > tr > td, #list_table > tbody > tr > td, #list_table > tfoot > tr > td {
	padding: 12px 10px;
	text-align: left;
    border:none !important;
}
#list_table > thead > tr > th:first-child {
	background-image: none !important;
	cursor: default;
    border:none !important;
}
div.dataTables_wrapper div.dataTables_info {
	position: relative;
	top: 10px;
	display: inline-block;
}
.filter_section .panel-heading {
	position: relative;
}
.info_icon {
	position: absolute;
	right: 10px;
	top: 12px;
}
.wizard_collapse .panel-default {
 border-radius:
}
.wizard_collapse .panel-default > .panel-heading {
	background-color: #fff;
}
.wizard_collapse .panel-group .panel {
	border-radius: 0px;
}
.wizard_collapse .panel-group .panel-body {
	background-color: #f4f4f4;
}
.result_table {
        background: #fff;
	position: relative;
}
.paddt10 {
	padding-top: 10px !important;
}
.container1 {
	width: 300px;
	background: #ccc;
	margin: 10px;
	float: left;
}
.filter_header {
	background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 5px 10px;
	cursor: pointer;
	font-size: 13px;
	padding: 10px 28px;
	text-decoration: none;
	font-family: OpenSansSemibold;
    border: 1px solid #dedede;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.collapsed .filter_header {
	background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll 5px 10px;
	border-bottom: 0px solid #ddd
}
.filter_content {
	height: auto;	
}
.filter_content p {
	padding: 15px 0px 15px;
	font-size: 13px;
	line-height: normal
}
.collapsed .filter_content {
	min-height: 0px;
	height: 0px;
    overflow: hidden;
}
.filter_container {
	border: 0px solid #dedede;
	margin-bottom: 10px;
    background-color:#fff;
}
.about_container {
	margin-bottom: 10px;
    background-color:#fff;
}
.filter_content .col-md-5 {
	padding-left: 0px;
}
.filter_content .col-md-8 .col-md-5:last-child {
	padding-right: 0px;
}
.result_name {
	/*float: left;*/
	margin-right: 10px;
	width: 15%;
}

.result_name_compare {
	/*float: left;*/
	margin-right: 10px;
	width: 18%;
}
.result_name.benchmark_filter {
	float: left;
}

.result_name_compare.benchmark_filter {
	float: left;
}
.result_name label {
	font-size: 13px;
	padding-bottom: 10px;
}
.mail_template label{
    font-size: 14px;
    font-weight:bold;
}
.filter_section .form-control {
	font-size: 13px;
	color: #000;
	border-radius: 4px;
	height: 35px;
}
.filter_content {
	padding: 0 26px 0px 29px;
    border: 1px solid #dedede;
}
/* Main Navigation styles*/
#mainnavigation .navbar-nav > li {
	padding: 0 0px;
	margin: 0px 10px
}
#mainnavigation .navbar-nav > li.home_icon {
	margin-left: 0px;
}

#mainnavigation .navbar-nav > li > a {
	padding: 5px 5px 5px 5px;
    text-decoration: none;
	font-size: 14px;
	font-family: OpenSansSemibold;
	color: #333333;
    border-bottom: 2px solid transparent;
  	margin-bottom:-2px;
}
#mainnavigation .navbar-nav > li:active, #mainnavigation .navbar-nav > li:hover, #mainnavigation .navbar-nav > li > a:hover, #mainnavigation .navbar-nav > li > a:active, #mainnavigation .nav>li>a:focus, #mainnavigation .navbar-nav > li.active > a:hover, #mainnavigation .navbar-nav > li.active > a:active {
	background-color: #fff;
}
#mainnavigation .navbar-nav > li.active  {
	border-bottom: 2px solid #0e2240;
}
/* Main Navigation styles*/

.fixedHeader {
	position: fixed;
	top: 0px;
	z-index: 1000;
	background-color: #fff;
	width: 93% !important;
}
.viewResultfixedHeader {
	position: fixed;
	top: 0px;
	z-index: 1000;
	width: 76.5% !important;
}
.viewResultfixedMenu {
	position: fixed;
	top: -20px;
	z-index: 1000;
	width: 18% !important;
}
#accordion .panel-heading {
	/*background: rgba(0, 0, 0, 0) url("../images/spritesheet.png") no-repeat scroll 0 8px;*/
	position: relative;
    padding-left:6px;
}
.cal_left_section_arrow{
    background: rgba(0, 0, 0, 0) url(../images/spritesheet.png) no-repeat scroll -7px -2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
#faq_list .panel-title{
    width:100% !important;
}
#accordion .panel-title{display:inline-block;}
#accordion .panel-heading.actives .cal_left_section_arrow {
	background: rgba(0, 0, 0, 0) url("../images/spritesheet.png") no-repeat scroll -8px -177px;
}
#accordion .panel-title>a {
	font-size: 13px;
	padding-left: 0 !important;
	text-decoration: none;/*font-family: OpenSansSemibold;*/
}
#accordion .panel {
	box-shadow: none;
	border: 1px solid #dedede;
	border-bottom: none;
	border-right: 0px;
	border-radius: 0px !important;
}
#accordion .panel.last {
	border-bottom: 1px solid #dedede;
}
.panel-group .panel+.panel {
	margin-top: 0px;
}
#accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 0px 5px 10px 5px;
}
/* User action list styles */
.action_list {
	margin: 10px 20px 10px 0;
}
.action_list li {
	background: url('../images/spritesheet.png') no-repeat -6px -398px;
	line-height: 16px;
	margin-bottom: 1px;
	list-style-position: inside;
	padding-left: 35px;
	min-height: 40px;
}
.action_list li a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
.action_list li.active {
	background: url('../images/spritesheet.png') no-repeat -6px -310px;
}
.action_list li.completed {
	background: url('../images/spritesheet.png') no-repeat -6px -215px;
}
.action_list li.active a, .action_list li.completed a {
	color: #333333
}


.action_list1 {
	margin: 10px 20px 10px 0;
}
.action_list1 li {
	background: url('../images/spritesheet.png') no-repeat -6px -398px;
	line-height: 16px;
	margin-bottom: 1px;
	list-style-position: inside;
	padding-left: 35px;
	min-height: 65px;
}
.action_list1 li a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

.action_list1 li.active {
	background: url('../images/spritesheet.png') no-repeat -6px -310px;
}
.action_list1 li.completed {
	background: url('../images/spritesheet.png') no-repeat -6px -215px;
}

.action_list1 li.active a, .action_list li.completed a {
	color: #333333
}

.mapp_calculation_container >div {
	float: left;    
}
.mapp_calculation_container >div.left_section {
	width: 225px;
}
/* .mapp_calculation_container >div.right_section{
  width: 1010px;
} */
.right_section_content {
	padding: 20px 20px 0;
	border: 1px solid #ddd;
}
.right_section_content.right_section_content_no_border {
	padding: 0px;
	border: 1px solid #ddd;
}

.no_paddBtm {
	padding-bottom: 0px;
}
/* Maap Calculation table starts*****/
.mapp_calc_table tr td, .mapp_calc_table tr th {
	font-size: 13px;
	color: #333;
    padding-top:5px;
	/*vertical-align: top !important;*/
}
.input_search {
	padding: 10px;
    background-color: #fff;
	background-image: none;
    border-radius: 4px;
	border: 1px solid #ccc;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 9px;
	width: 45px;
	text-align: right;
}
.weight_lsection {
	xwidth: 50%;
}
.weight_rsection {
	padding-left: 5px;
}
.mapp_calc_table > thead > tr > th, .mapp_calc_table > tbody > tr > th, .mapp_calc_table > tfoot > tr > th {
	background-color: #27aaf5;
	color: #fff;
    vertical-align: bottom;
    font-size: 14px;
	font-family: OpenSansSemibold;
	padding-left: 0px;
}
.mapp_calc_table > thead > tr > th:first-child, .mapp_calc_table > tbody > tr > th:first-child, .mapp_calc_table > tfoot > tr > th:first-child {
	padding-left: 10px;
}
.indicator_text {
	width: 90%;
    margin:0 auto;
    font-weight:bold;
}
.select_link {
	padding-top: 15px !important;/*display: inline-block;*/
}
.mapp_calc_table > thead > tr > td, .mapp_calc_table > tbody > tr > td, .mapp_calc_table > tfoot > tr > td {
	padding: 4px 0px !important;
}
.textarea {
	border: 1px solid #ccc;
	height: 70px;
    border-radius: 4px;
	resize: none;
	padding: 6px 9px;
	font-size: 14px;
	color: #333;
}
.form-control {
	box-shadow: none !important;
	color: #333
}
.mapp_calc_table .form-control.confidence_level {
	width: 105px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f2f2f2;
}
.attach_docs, .attach_docs:hover, .attach_docs:focus {
	background: rgba(0, 0, 0, 0) url("../images/spritesheet.png") no-repeat scroll -10px -5px;
	color: #35a2db;
    margin-left: 10px;
	padding-left: 17px;
	text-decoration: none;
}
.attach_docs.open {
	background: rgba(0, 0, 0, 0) url("../images/spritesheet.png") no-repeat scroll -12px -180px;
	color: #000;
    margin-left: 10px;
}
.attach_docs_container {
	display: none;
	padding: 15px 20px;
}
.attach_docs_container .left_section {
	float: left;
	border: 1px dotted #cccccc;
	padding: 20px 10px;
	width: 200px;
	text-align: center;
	background-color: #fff;
	margin-right: 10px;
}
/* .attach_docs_container .right_section{
  float: left;
  padding-left: 20px;
}
.attach_docs_container .left_section p{
  color: #808080;
padding-bottom: 10px;
} */
.document {
	color: #464646;
	vertical-align: middle;
}
.document > span {
	display: inline-block;
}
.document .doc_txt {
    text-decoration: none;
    color: red;
}

.document .strikeOut{
    color:red !important;
    text-decoration:line-through;
    cursor:default;
}


.upload {
	display: none !important;
}
.table-striped > tbody > tr.rowbgclr {
	background-color: #f7f7f7;
}
.table-striped > tbody > tr.rowbgclr1 {
	background-color: #4a5b75;
}
.bottom_border {
	border-bottom: 1px solid #e7e7e7;
}
.no_padding {
	padding: 0px !important;
}
.custom_padding {
	padding: 5px 0 0!important;
}
.total_footer{
    background: #4a5b75;
}
.total_footer tr{
     border-bottom:1px solid #f2f2f2;
}
.paddt5 {
	padding-top: 5px !important;
}
.btn_container_small .apply_btn:last-child {
	margin-right: 0px;
}
.mitigation_table tr td, .mitigation_table tr th {
	padding: 10px 0;
}
.active_menu {
	font-family: OpenSansSemibold;
}
.modal-header {
	background: #27aaf5;
    font-family:OpenSans;
	font-size: 15px;
	color: #fff;
    border-bottom:none !important;
    text-transform:uppercase;
    padding: 10px !important;
}
.modal-content {
	border-radius: 0px
}
.modal-footer {
    text-align: center !important;
    text-align: left;
    padding: 0px 15px !important;
}
.bigtxt {
	width: 100%;
	text-align: left
}
.modal-tbl tr td {
	padding: 10px 10px;
	vertical-align: top
}
.modal-tbl .attach_docs_container {
	padding: 15px 0px
}
.modal-tbl .attach_docs_container .left_section {
	width: 100%
}
.modal-tbl .attach_docs_container .right_section {
	padding: 10px 0px 0px 0px
}
.navbar-nav {
	position: relative;
	margin-bottom: -2px;
}
.table-view-anc {
	float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;
	background: url(../images/table.png) 0 0 no-repeat
}
.table-view-anc.active {
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;
	background: url(../images/table-active.png) 0 0 no-repeat
}

.table-view-anc_itr {
	float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: auto;
	height: auto;
	/*background: url(../images/table.png) 0 0 no-repeat*/
}
.table-view-anc_itr.active {
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: auto;
	height: auto;
	/*background: url(../images/table-active.png) 0 0 no-repeat*/
}

.chart-view-anc {
	float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;
	background: url(../images/barchart.png) 0 0 no-repeat
}
.chart-view-anc.active {
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;
	background: url(../images/barchart-active.png) 0 0 no-repeat
}

.minus {
	/*float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;*/
	background: url(../images/Minus.png) 0 0 no-repeat
}

.plus {
	/*float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;*/
	background: url(../images/Plus.png) 0 0 no-repeat
}


.score-view-anc {
	/*float: left;
	display: inline-block;
	margin-right: 5px;*/
	/*padding: 0px;
	width: 31px;
	height: 31px;*/
	/*background: url(../images/edit4.png) 0 0 no-repeat;*/
    /*background-size:15px;*/
    font-weight:700
}
.score-view-anc.active {
	/*display: inline-block;
	margin-right: 5px;*/
	/*padding: 0px;
	width: 31px;
	height: 31px;*/
	/*background: url(../images/edit4.png) 0 0 no-repeat;*/
    /*background-size:20px;*/
    font-weight:700
}

.score-view-anc_itr {
	float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;
	/*background: url(../images/edit4.png) 0 0 no-repeat;*/
    background-size:15px;
    font-weight:700
}
.score-view-anc_itr.active {
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
	width: 31px;
	height: 31px;
	/*background: url(../images/edit4.png) 0 0 no-repeat;*/
    background-size:20px;
    font-weight:700
}




.table-view-anc img, .chart-view-anc img {
	vertical-align: middle
}
.vertical-tabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid #dedede;
	border-bottom: none;
    background:#fff;
	/*border-right: none*/
}
.vertical-tabs li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #dedede
}
.vertical-tabs li a, .vertical-tabs li a:hover, .vertical-tabs li a:visited {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	font-family: OpenSansSemibold;
	font-size: 13px
}
.vertical-tabs li a span {
	color: #666 !important;
	display: block;
	padding: 2px 0px;
	font-family: OpenSans
}
.vertical-tabs li.active a {
	border-left: 4px solid #4a5b75;
    background:#e7ecef;
	padding-left: 12px;
}
.vertical_tab_content_section {
	/*padding: 20px 15px 0 0 !important;*/
    /*padding: 0px 0px 0px 0px;*/
    padding-left:0px;
	margin-right: 0px;
    min-height:0px;
	float: right !important;
}
.vertical_tab_content {
	display: none;
    padding: 0px 0px 0px 20px;
	/*border: 1px solid #c6c6c6;*/
	min-height: 400px;
}
.results-table-header thead tr th {
	background: #27aaf5;
	color: #fff;
	font-size: 14px;
	/*border-bottom: 1px solid #dedede;*/
	border-right: 0px;
	padding: 10px 10px;
	text-align: left
}
.results-table-data {
	/*border: 1px solid #b4b4b4;*/
	border-collapse: separate;
}
.results-table-data thead tr th {
	background: #fbf9db;
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #dedede;
	border-right: 0px;
	padding: 10px 10px;
	text-align: left
}
.edit-icon img {
	vertical-align: bottom
}
.results-table-data tr td {
	font-size: 13px;
	border-right: 0px;
	padding: 10px 10px;
	text-align: left;
	word-wrap: break-word;
	position: relative
}
.results-table-data tr th:last-child {
	text-align: center
}
.results-table-data tr td .dropdown-menu {
	top: 85%;
	right: 0px;
	left: auto
}
.results-table-data tr td:nth-child(2), .results-table-data tr td:nth-child(3), .results-table-data tr td:nth-child(4) {
	text-align: right
}
.results-table-header tr th:nth-child(2), .results-table-header tr th:nth-child(3), .results-table-header tr th:nth-child(4) {
	text-align: right
}
.results-table-data .even td {
	border-bottom: 1px solid #dedede;
}
.total-row td {
	text-align: right;
	background: #e5e5e5;
	font-family: OpenSansSemibold
}
.pad20 {
	padding: 10px 0px
}
.mright10 {
	margin-right: 5px
}
.edit_bg{
    background : #fbf9db;
}
.more-anc {
	font-size: 20px !important;
	line-height: 13px !important
}
.dropdown-menu li p {
	padding: 10px 15px;
	font-size: 13px
}
.dropdown-menu > li > a {
	font-size: 13px !important
}
.chart-view {
	padding: 0px;
	display:none;
}
.chart_container{
    display: table;
    width:100%;
}
.chart_cell{
    display:table-cell;
    width:50%;
}
.chart-view img {
	max-width: 100%
}
.modal-body p {
	padding: 10px 10px
}
.home_page .blue_btn {
	padding: 12px 20px;
	font-size: 14px
}
.greytxt {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-family: OpenSans
}
.whitetxt {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: OpenSans
}

.no_right_margin {
	margin-right: 0px !important
}


.compare-table {
	/*width: 2700px !important;*/
	max-width: none !important;
	border-left: none !important;
	border-right: none !important;
}
.compare-table tr th {
	white-space: nowrap;
	text-align: center !important
}
.compare-table tr th:first-child {
	width: 300px !important;
	text-align: left !important
}
.compare-table tr td {
	text-align: center !important;
	background-color: #fff !important
}
.compare-table tr td:first-child {
	text-align: left !important
}
.level1 td:first-child {
	background: transparent url("../images/right-arrow.png") no-repeat scroll 5px 10px;
	padding-left: 25px !important;
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	;
	cursor: pointer;
	text-align: left
}
.level1.active td:first-child {
	background: transparent url("../images/down-arrow.png") no-repeat scroll 5px 10px;
	padding-left: 25px !important;
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	;
	cursor: pointer;
	text-align: left
}
.level2 td:first-child {
	background: transparent url("../images/right-arrow.png") no-repeat scroll 25px 10px;
	padding-left: 45px !important;
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	;
	cursor: pointer;
	text-align: left
}
.level2.active td:first-child {
	background: transparent url("../images/down-arrow.png") no-repeat scroll 25px 10px;
	padding-left: 45px !important;
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	;
	cursor: pointer;
	text-align: left
}
.level3 td:first-child {
	background: transparent;
	padding-left: 65px !important;
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	;
	cursor: pointer;
	text-align: left
}
.overflow-scroll {
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 20px;
	border: 1px solid #DEDEDE;
	border-top: none
}
.level2, .level3 {
	display: none
}
.chart-img-container {
	border: 1px solid #dedede;
	margin-bottom: 30px
}
.chart-title {
	background: #27aaf5;
	border-bottom: 1px solid #dedede;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	font-family: 'OpenSansSemibold';
}
.chart-title a {
	font-weight: normal !important
}
.full-width {
	width: 100%;
	display: block
}
.chart-img {
	padding: 20px 20px;
	text-align: left
}
.chart-img img {
	max-width: 100%;
	height: auto
}
.f-nav2 {
	position: fixed;
	top: 30px;
	width: 17.70%;
	z-index: 1000;
}
.f-nav3 {
	position: fixed;
	top: 30px;
	width: 17.3%;
	z-index: 1000;
}
/********css added on 10th Aug 20161***/


.overview_pop_wrap {
	padding: 20px 15px;
}
.overview_pop_wrap p {
	padding-bottom: 15px;
	font-style: italic;
}
.overview_pop_wrap fieldset {
	padding-bottom: 20px;
	font-size: 12px;
}
.overview_pop_wrap fieldset label {
	padding-left: 10px;
	vertical-align: top;
	width: 82%;
}
.popover-content fieldset input[type="text"] {
	width: 82%;
}
.popover-content strong {
	font-weight: bold !important;
}
.custom_score {
	margin-left: 20px;
}
.overview_pop_wrap {
	background: #fff;
	padding: 15px;
	width: 550px;
	position:absolute ;
	border-radius: 5px;
	z-index: 1000;
	display: none;
	border: 1px solid #ccc;
}
.overview_pop_wrap .tooltiparrow {
	position: absolute;
	top: -14px;
	left: 122px;
}
.project_overview .overview_pop_position {
	left: -115px;
    top: 29px;
}
.overview_pop_wrap > p {
	padding-bottom: 20px;
}
.overview_pop_wrap {
    right: 25px;
    top: 40px;
}
.pos_rel {
	position: relative;
}
.disabled_btn {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.apply_btn {
	cursor: pointer;
}
/* */
.chart-title a {
	font-family: OpenSans;
}
/* Ion.CheckRadio, Green Skin
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/




/* Sprite positions */

.icr-label .type_checkbox {
	background-position: 0 0;
}
.icr-label .type_radio {
	background-position: -50px 0;
}
.icr-label.checked .type_radio {
	background-position: -146px 0px;
}
.icr-label.checked:hover .type_radio {
	background-position: -146px 0px;
}
.icr-label.disabled {
	opacity: 0.5;
}
.lt-ie9 .icr-label.disabled {
	filter: alpha(opacity=50);
}
.icr-label.disabled .type_radio {
	background-position: 0 0 !important;
}
.icr-label.checked.disabled .type_radio {
	background-position: -100px 0 !important;
}
.icr-label {
	padding-right: 2px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	line-height: 18px;
}
.icr-item {
	width: 26px;
	height: 25px;
	background: url(../images/icr-green-skin.png) no-repeat;
}
.icr-label.focused .icr-item:after {
	position: absolute;
	display: block;
	content: "";
}
.icr-label {
	position: relative;
	display: inline-block;
}
.icr-hidden {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.icr-input {
	position: absolute;
	display: block;
	top: -20px;
	left: -20px;
}
.icr-text {
	display: inline-block;
	width: 90%;
	vertical-align: bottom;
	margin-left: 5px
}
.icr-text:hover {
	color: #337AB7
}
.icr-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	outline: none !important;
	border: none !important;
}
.select-parameter {
	padding: 10px;
	max-height: 400px;
	overflow: auto
}
.select-parameter label {
	display: block;
	margin: 0 0 5px 0
}
.checkbox-header {
	font-weight: bold
}
.tooltip_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.no_left_padding {
	padding-left: 0px !important;
}
.ico_print {
	background: url('../images/ico_print.png') no-repeat;
    margin-right:5px;
    float:left;
	width: 33px;
	height: 32px;
	display: inline-block;
}
.ico_print:hover {
	background: url('../images/ico_print_active.png') no-repeat;
}
.ico_faq {
	background: url('../images/ico_faq.png') no-repeat;
	width: 33px;
	height: 32px;
	display: inline-block;
}
.ico_faq:hover {
	background: url('../images/ico_faq_active.png') no-repeat;
}
.ico_fdback {
	background: url('../images/feedback.png') no-repeat;
	width: 33px;
	height: 32px;
	display: inline-block;
}
.ico_fdback:hover {
	background: url('../images/feedback-active.png') no-repeat;
}
.dev_benifits, .dev_benifits_tab41, .dev_benifits_tab42, .dev_benifits_tab43, .dev_benifits_tab44, .dev_benifits_tab45 {
	display: none;
}
.maction_tab11, .maction_tab12, .maction_tab13, .maction_tab14, .maction_tab15, .maction_tab16, .maction_tab17, .maction_tab18, .dtab_entity, .mentity_tab21, .mentity_tab22, .mentity_tab23, .mentity_tab24, .mentity_tab25, .investment_environment, .investment_environment_tab31, .investment_environment_tab32, .investment_environment_tab33, .investment_environment_tab34, .investment_environment_tab35 {
	display: none;
}
.dev_benifits, .dtab_entity, .investment_environment, .dtab_maction {
	xdisplay: none !important;
}
#save-result-modal {
	/*z-index: 1000000;*/
}
.attach_docs_container .left_section p {
	line-height: 30px;
}
.reset_btn.select_files {
	margin-top: 5px;
}
.pagination_bottom .show_results {
    font-family:OpenSans;
	font-size: 13px;
	color: #666666;
}
.pagination_bottom {
	padding-top: 10px;
    width: 97%;
    margin: 0 auto;
}
.show_results .current {
	border: 1px solid #d6d6d6;
	padding: 5px 8px;
	display: inline-block;
	margin: 0 5px;
	color: #333333;
}
.pagination_item span a {
	text-decoration: none;
	padding: 0 8px;
}
.pagination_item span a.current {
	border: 1px solid #d6d6d6;
	padding: 5px 10px;
	display: inline-block;
	margin: 0 5px;
	color: #333333;
}
.box_value {
    border-radius: 4px;
	background-color: #cccccc;
	padding: 8px;
	color: #333333;
	display: inline-block;
	width: 50px;
	text-align: center;
}
.total_txt {
	display: inline-block;
    color:#fff;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.total_txt a {
	position: relative;
	top: 5px;
}
.area_txt {
	display: inline-block;
    color:#fff;
	font-weight: bold;
}
.area_txt a {
	position: relative;
	top: 2px;
}
.error_row {
	display: none;
}
.error_txt_container {
	text-align: left;
	background-color: #fadede;
	border: 1px solid #fbabab;
	padding: 8px 25px;
}
.error_txt_container .error_txt {
	color: red !important;        
}

.error_txt_container_score {
	text-align: left;
	background-color: #fadede;
	border: 1px solid #fbabab;
	padding: 8px 25px;
}
.error_txt_container_score .error_txt {
	color: red !important;        
}

.mapp_calc_table > tbody > tr > td.no_padding {
	padding: 0px !important
}
#accordion .panel-heading {
	cursor: pointer;
}
/* --- 12-aug-2016*/
 
.select_files {
	margin-right: 0px !important
}
.breadcrumb {
	background: #f2f2f2;
	padding: 20px 15px 0 0;
	font-size: 12px;
	margin-bottom: 10px;
	color: #9C9C9C
}
.breadcrumb a {
	color: #39BEEA !important
}
.chart-title a {
	margin-left: 5px !important;
	font-size: 12px !important;
}
.icr-text {
	cursor: pointer
}
#mainnavigation .navbar-nav > li > a:hover {
	border-bottom: 2px solid #0E2240;
}
#mainnavigation .navbar-nav > li.first > a:hover, #mainnavigation .navbar-nav > li.first.active > a {
	padding-bottom: 4px
}
/*.home_page {
	margin-top: 45px
}*/
.more-content {
	display: none
}
.read-less {
	display: none
}
.home-right {
	border-left: 1px solid #ddd;
	margin-top: 30px;
	padding-left: 30px;
}
.home_page .blue_btn {
	padding: 7px 20px;
	font-size: 12px;
    margin-top:8px;
	/*margin-bottom: 10px;*/
}
#btn_viewlog{
    margin-bottom: 15px;
}
.home-right h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px
}
.link-list {
	margin: 5px 0 10px 12px;
	padding: 0px;
	list-style: none
}
.link-list li {
	margin: 0px;
	padding: 0px;
	list-style: disc
}
.link-list li a, .link-list li a:hover, .link-list li a:visited {
	padding: 3px 0px;
	display: block;
	font-size: 13px
}
.spacer50 {
	height: 50px
}
.ico_map {
	width: 48%;
	margin: 0 15px 15px 0;
	float: left;
	padding: 0px !important
}
.txt_info_icon{
    color: #fff;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #fff;
    width: 13px;
    height:12px;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
}
.about_section p {
	text-align: justify
}
.about_section p {
	font-size: 13px;
	margin-bottom: 10px
}
.disabled-row td, .disabled-row td a {
	color: #CCC !important
}
.overview_pop_wrap {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	padding: 0px;    
	border-radius: 0px;
}
.overview_pop_header {
	background: #27aaf5;
    font-family: OpenSans;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.select_score_wrapper {
	padding: 15px;
}
.overview_pop_wrap > p {
	padding: 15px;
}
.overview_pop_wrap .apply_btn {
	margin-left: 15px;
}
  /* --- */

  /*loading spinner*/
  #loading_spinner
  {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index:1000000001;
  }

   /*alignment for panel heading and image icon*/
  .panel-heading {
    /*height: 48px !important;*/
    padding-left:30px;
   }
.section-title {
    font-size: 14px;
    font-family: OpenSans;
    border-bottom: solid 1px #dedede;
}
    .section-title th:last-child{
         border-right: solid 1px #dedede !important;
    }
.control-row  td:last-child{
    border-right: solid 1px #dedede !important;
}
 .info_icon {
    top: 11px !important;
    width: 10px !important;
    height: 10px !important;
    position: absolute !important;
    left: 186px !important;
}
 html,body{
overflow:auto;
}



/*admin landing pre-post login*/
/*.admin-landing .admin-landing-nav ul{margin: 0px; }
.admin-landing .admin-landing-nav ul li a{padding: 0 50px 0 0; color: #4D4D4D; }
.admin-landing .admin-landing-nav ul li a.active{font-family: Open Sans SB; color: #333333;}
.list-unstyled.pull-left.top_navigation.third-top-navigation > li { border-left: 1px solid rgba(255,255,255,0.2); height: 50px; padding-top: 10px;}
.list-unstyled.pull-left.top_navigation.third-top-navigation > li.active {  background-color: #568099;}*/

.admin_dashboard_section{
    font-family: Arial,Verdana;
    background:#fff;
}
.admin_dashboard_section .section-heading{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 8px;    
    border-bottom: 1px solid #ddd;
    display: block;
    background:#27aaf5;
    color: #fff;
    text-transform: uppercase;
}
.admin_dashboard_section input,.admin_dashboard_section img{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fafafa;
}
.admin_dashboard_section .txtDescription{
    margin-top: 15px;
    height: 202px;
}
.admin_dashboard_section .table>tbody>tr>th{
    border-top:0;
    background-color: #fff;
}
.admin_dashboard_section table{
    border:1px solid #dedede;
}

#prepostloginnavigation .navbar-nav{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
}
#prepostloginnavigation .navbar-nav > li{
    margin: 0px;

}
#prepostloginnavigation .navbar-nav > li > a{
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 5px 10px;
    font-family: Arial,Verdana;
    border-radius: 5px 5px 0 0;
}
#prepostloginnavigation .navbar-nav > li > a.active{
    color: #000;
    font-weight: bold;
}
/*end admin landing pre-post login*/


/* The Modal (background) */
.savemodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.savemodal-content {
    background-color: #fefefe;
    margin: auto;
	text-align:center;
    padding: 20px;    
    width: 40%;
}

/* The Close Button */
.saveclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.saveclose:hover,
.saveclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*.dashboard_container{
	background-color: #ffffff;
}*/
/*.dashboard{
	width:95%;
	margin: 0 auto;	
}*/
.admin_chart{
	width: 90%;
    height: 250px;	
}
.geo_dashboard{
	display:table;
    width: 100%;		
}
.geo_row{
	width:90%;	
	color: #1b1919;
	font-weight: bold;
	font-size: 15px;  
	display:table-row;
}
.geo_cell {
	background-color: #ffffff;
    border:1px solid #dedede;
	display: table-cell;  
}
.video_cell{
	background-color: #f2f2f2;
	display: inline-block;
    margin:15px 18px;
    border:1px solid #ddd;
    vertical-align:top;
    width:20%;
}
.video_cell iframe{width:100%;}
.widget_table{
	display:table;
    width: 80%;
	margin: 0 auto;
}
.widget_table.profilePage{
    width: 100%;
}
.widget_row{
	display:table-row;    
}
.widget_cell{
	background-color: #eeeeee;	
	border-right: 10px solid #ffffff;
    font-family:OpenSans;
	padding :10px;
	font-size:14px;	
	display: table-cell;  	
	text-align :center;
}
.widget_cell2{
	background-color: #fff;
    font-family:OpenSans;
	padding :10px;
	font-size:13px;	
	display: table-cell;  	
	text-align :right;
    /*width:25%;*/
}
.align_left{
    text-align: right;
}
.align_right{
    text-align:left;
}
.disp_count{
	font-size:2.3em;	
    font-family:OpenSans;
	padding :10px;
	text-align :center;
}
.no_border{
    border: 10px solid #f2f2f2;
    background-color: #f2f2f2;
}
.title_bg{
    background-color: #f2f2f2;
}
.width75{
    vertical-align: top;
	width:75%;
}
.width50{
    vertical-align: top;
	width:47%;
}
.width30{
    vertical-align: top;
	width:30%;
}
.width25{
    vertical-align: top;
	width:25%;
}
.width22{
    vertical-align: top;
	width:22%;
}
.width5{
	width:5%;
}
.width10{
	width:10%;
}
.width9{
	width: 9%;
}
.width8{
	width: 8%;
}
.width7{
	width: 7%;
}
.width6{
	width: 6%;
}
li.doc_menu{
	cursor: pointer;
    text-decoration: none;
    font-family:OpenSans;
    list-style: none;
    font-size:13px;
    /*border-bottom: 1px solid #dedede;*/
    padding: 10px 20px 10px 20px;
}
.home_bg{
    background-color:#f2f2f2;
}
.slide_row{
    width:70%;
    margin: 0 auto;    
}
.slide_cell{
    padding:5px;
    vertical-align:middle;
    display :table-cell;
}
.menu_content
{
    font-family:OpenSans;
    float: left;
    width: 100%;
    overflow-y: auto;
}
#style-1{
    height:261px;
}
#style-2, #style-3{
    height:315px;
}
#style-1::-webkit-scrollbar-track, #style-2::-webkit-scrollbar-track, #style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 20px;
	background-color: #ffffff;
}

#style-1::-webkit-scrollbar, #style-2::-webkit-scrollbar, #style-3::-webkit-scrollbar
{
	width: 10px;
	background-color: #dedede;
}

#style-1::-webkit-scrollbar-thumb, #style-2::-webkit-scrollbar-thumb, #style-3::-webkit-scrollbar-thumb
{
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dedede;
}
.related_video{
	width:50%;	
}
.container_div{	
    width: 100%;
    border: 1px solid #dedede;
    display: table;
    margin: 0 auto;
}

.container_div_no_border{	
    width: 100%;
    display: table;
    margin: 0 auto;
}

.select_score_wrapper_no_border {
	padding: 15px;
	border: none;
	background: transparent;
}
a:hover {
 cursor:pointer;
}

.horizontal { 
	display: inline; 
	border: transparent;
	background-color: rgba(255, 254, 254, 0.918);
	padding: 10px;
	align-content: space-between;
	margin: 0 auto;
	
}


 .container_obs {
         
     	height: 75px;
	width: 950px;
	transition: all 0.5s ease;	
	padding: 15px;
	border: 1px solid rgb(130, 220, 236);
	scrollbar-highlight-color:Background;
	background: transparent;

         /*line-height: 16px;
        
         overflow: hidden;*/
    }
    .show {
         overflow: visible;
         height: 400px;
    }



    .content_obs {
  width: 950px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 18px;
}
.less {
  max-height: 60px;
}

#myList ul  {
	list-style-image: url('/images/PDF.png') ;
  }

#menu ul{
	list-style: none;
    list-style-image: url('/images/PDF.png') ;

   
  }

#menu li{
	display: inline;
	padding: 10px;
  }



.doc-icon {
    background: url('../images/doc.png') no-repeat;
}



	.limitchar {
		overflow: hidden;
		max-width: 25ch;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }

    	.limitchar6 {
		overflow: hidden;
		max-width: 6ch;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }






.Observation_textarea {
	height: 100px;
	width: 950px;
	transition: all 0.5s ease;	
	padding: 15px;
	/*border: 1px solid #22a6f5;*/
    border: 1px solid rgb(130, 220, 236);
	scrollbar-highlight-color:Background;
	background: transparent;

}

.Observation_textarea:focus {
	height: 400px;
}

.container_obs:focus {
	height: 400px;
 
}


.MeansofAssessment_textarea {
	height: 200px;
	width: 800px;
	transition: all 0.5s ease;	
	padding: 15px;
	border: 1px solid #22a6f5;	
	scrollbar-highlight-color:Background;
	background: transparent;

}

.EditObservation_textarea {
	height: 250px;
	width: 850px;
	transition: all 0.5s ease;	
	padding: 15px;
	border: 1px solid #22a6f5;	
	scrollbar-highlight-color:Background;
	background: transparent;

}


.EditObservation_textarea:focus {
	height: 500px;
}




.container_subdiv{
    width: 100%;
	display:table;
	border-bottom: 50px solid #f2f2f2;
}
.rowDivHeader {
  background-color: #27aaf5;
  color: #fff;
  font-weight: bold;
  font-family:OpenSans;
  font-size: 14px;  
  display:table-row;
}
.rowDivSubHeader{
  vertical-align: middle;
  background-color: #4a5b75;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;  
  display:table-row;
}
.cellDivHeader {
  font-family:OpenSans;
  display: table-cell;  
  text-align: left;
  vertical-align: middle;
  padding: 10px;  
}
.cellDivModalHeader {
  font-family:OpenSans;
  display: table-cell;  
  text-align: left;
  vertical-align: middle;
  padding: 5px;  
}
.cellSubDivHeader {  
    font-family:OpenSans;
  display: table-cell;  
  padding: 8px;  
}
.width20{
	width:17%;
	text-align: justify; 
}
.width15{
	width:15%;
	text-align: justify; 
}
.width60{
	width:60%;
	text-align: justify; 
}
.width3{
	width:3%;		
	text-align: justify; 
}

.rowDiv {  
  display:table-row;
}
.cellModalDiv {  
  font-size: 13px;
  display: table-cell;      
  vertical-align: middle;
  font-family:OpenSans;
  padding: 5px;  
}
.cellDiv {  
  font-size: 13px;
  display: table-cell;      
  vertical-align: middle;
  padding: 10px;  
  /*color:#000;*/
}

.cellDiv_KeyIndicator {  
  display: table-cell;      
  vertical-align: middle;
  padding: 10px;  
  /*color:#000;*/
  font-size: 13px;
  font-weight : bold;
}

.cellDiv_KeyIndicator > a {
    display: inline-block;
    word-break: break-all;    
    -ms-word-break:break-all;
}

.cellDiv > a {
    display: inline-block;
    word-break: break-all;    
    -ms-word-break:break-all;
}
.rowSubDiv {  
  background-color: #ffffff;
  display:table-row;
}
.cellSubDiv {  
  display: table-cell;
  vertical-align: middle;  
  padding: 15px;
  border-bottom: 1px dotted #6f6d6d;
}
.section_title{
	padding: 1px 10px 7px 2px;
    font-family: OpenSans;
	font-weight:bold;
    font-size:16px;
}
.tile_title{
    padding: 10px 20px;
    font-family: open_sansbold;
	font-weight:bold;
    border-bottom:1px solid #dedede;
    font-size:16px;
    letter-spacing:-0.02em;
}
/*#right_maap{
    width: 100%;
}*/
.modal-head {
    background-color: #27aaf5;
    padding: 10px;
    color:#fff;
    font-weight: bold;
    font-size: 13px;
}
.section_content{
	cursor : pointer;
    font-family: OpenSans;
	border: 1px solid #9d9d9d;
    font-size: small;
    width: 90%;
    padding: 12px;
}
.circle{
	background: #000;
    width: 5px;
    height: 5px;
    border-radius: 70%;
}
.hmenu{
	cursor : pointer;
    margin-right: 5px;
    line-height: 3;    
	background-color: #e7ecef;
	font-weight: bold;
	border:1px solid #dedede;
    font-size: 16px !important;
    font-family: OpenSans;
	padding: 3px 10px 2px 10px;
    width:auto;
    color: #0e2240;
}
.activeMenu{
	cursor: pointer;
    padding: 3px 10px 2px 10px;
    margin-right: 5px;
    font-family: OpenSans;
    width:auto;
    line-height: 3;
    border:1px solid #dedede;
    background-color: #ffffff;
    font-size: 16px !important;
    font-weight: bold;
    color: #0e2240;
    border-bottom: 2px solid #0e2240;
}
.update_key{
	cursor: pointer;
    list-style:none;
    padding: 3px;    
    line-height: 2;
    background: #27aaf5; 
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    color: #fff;	
}
a.update_store{
	padding: 3px 4px 4px 4px;    
    margin-right: 15px;
    font-weight:bold;
    line-height: 2;
    background-color: #35a2db;
    font-size: 12px;
    color: #ffffff;
	text-decoration: none !important;
}
.model_head{
	font-weight: bold;
	font-size: 13px;
	display: table-cell;  
	padding: 8px;
    vertical-align: middle;
}
.model_row{
  display:table-row;
}
.model_cell{
	background-color: #ffffff;
	display: table-cell;
    padding: 10px;	
}
.model_content{
	cursor : pointer;
	border: 1px solid #9d9d9d;
    font-size: small;
    width: 98%;
    padding: 10px;
}
.close_adn, .close_adn:hover{
    color:#ffffff;
},
.update_text, .update_title_text{
	cursor :pointer;
    font-size: 12px;
    border: 1px solid #dedede;    
	padding: 8px 3px 8px 8px;
}
.update_textbox{
	font-size: 12px;
	width:100%;
    border: 1px solid #9d9d9d;    
	padding: 8px 3px 8px 8px;
}
.update_section_content{
	font-size: 12px;
	width:90%;
    border: 1px solid #ddd;    
	padding: 8px 3px 8px 8px;
}
.update_text_link{
	font-size: 12px;        
}
.section_head{	
	float:left;
	width:50%;	
}
.admin_content{
    width:100%;
    margin:0 auto;
}

.weight_section{
	float:left;
	width:30%;
    min-width:75px;
}
.key_section{
	width:20%;
}
.assesment_container, .mail_template_container{
    width:100%;
    background:#fff;
}
.faq_containner{
    width:90%;
    margin:auto;    
}
.title_update{
    width: 90%;
    margin: auto;
    margin-top: 95px;
}
.col-md-16{
    padding-left: 0px;
    padding-right: 0px;
}
.white-font{
    color:#fff;
}
.overview_pop_header_adn{
    background: #27aaf5;
	font-size: 16px;
	color: #fff;
	width :100%;
	display : table;
	padding: 2px 0px 4px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.overview_pop_wrap .tooltiparrow_adn{
    position: absolute;
    top: -15px;
    left: 530px;
}
.select_score_wrapper_adn{
    padding: 10px;
}

div.container_subdiv > div:nth-of-type(odd) {
    /*background: #e0e0e0;*/
}
.odd{
    background-color:#f2f2f2;
}
.even{
    background-color:#ffffff;
}
.admin_landing, .home_page{
    background-color : #f2f2f2;
    width: 100%;
    font-family: OpenSans;
    margin-top:-20px;
    border-bottom:50px solid #f2f2f2;
}
/* header */
#header .header_wrapper{
    background: #fff;
    border-bottom: 1px solid #e4e9ec;
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    text-align: right
}

#header .header_wrapper:after {
    clear: both;
    content: "";
    display: table
}

#header .wrapper {
    height: 40px;
    text-align: center
}

#header .wrapper .logo {
    position: absolute;
    padding: 6px 0;
    left: 10%;
    margin-left: -60px;
    width: 120px
}

#header .wrapper .logo img {
    display: block;
    height: 30px;
    width: 100%
}

#header .wrapper .menu {
    border: 1px solid #e4e9ec;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 6px 0;
    padding: 0;
    position: relative;
    width: 28px
}

#header .wrapper .menu img {
    float: left;
    margin: 10%;
    width: 80%
}

#header .wrapper .menu span {
    display: none
}

#header .wrapper .menu:hover {
    background: #f8f9fa
}

#header .wrapper .menu:active {
    background: #f2f3f6
}

#header .wrapper .links {
    bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: inherit;
    position: fixed;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
}

#header .wrapper .links.active {
    clear: both;
    display: block
}

#header .wrapper .links .scroll-container {
    background: #fff;
    left: -90%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0
}

#header .wrapper .links nav {
    float: left
}

#header .wrapper .links button.close {
    display: block;
    opacity: 1;
    position: absolute;
    left: calc(100% - 50px);
    height: 50px;
    width: 50px;
    visibility: visible
}

#header .wrapper .links button.close:before {
   font-size: 22px;
    font-size: 2.2rem;
    font-family: icons;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: 'x';
    color: hsla(0, 0%, 100%, .8)
}

#header .wrapper .links button.close:hover:before {
    color: #fff
}

#header .wrapper .links a {
    border-top: 1px solid #f8fafa;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    font-size: 14px;
}

@media (min-width:720px) {
    #header .wrapper {
        height: auto
    }
    #header .wrapper .logo {
        float: left;
        left: 0;
        margin: 0;
        padding: 10px 0;
        position: relative;
        width: 150px
    }
    #header .wrapper .menu {
        display: none
    }
    #header .wrapper .links {
        float: right;
        position: relative;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: right;
        left: auto;
        right: auto;
        opacity: 1;
        top: auto;
        visibility: visible
    }
    #header .wrapper .links .language {
        float: right;
        margin: 10px 0 0
    }
    #header .wrapper .links .scroll-container {
        background: none;
        left: auto;
        top: auto;
        bottom: auto;
        position: relative
    }
    #header .wrapper .links .scroll-container nav {
        float: left!important;
        margin-right: 10px
    }
    #header .wrapper .links .scroll-container nav a {
        display: inline-block
    }
    #header .wrapper .links .overlay {
        display: none
    }
    #header .wrapper .links button.close {
        display: none;
        opacity: 0;
        visibility: hidden
    }
    #header .wrapper .links.active {
        clear: none
    }
    #header .wrapper .links a {
        border-bottom: 2px solid transparent;
        border-top: 0;
        box-sizing: border-box;
        color: #819dad;
        display: inline-block;
        height: 50px;
        margin-bottom: -1px;
        padding: 15px 5px
    }
    #header .wrapper .links a span {
        display: block
    }
    #header .wrapper .links a.active {
        border-bottom-color: #101f28;
        color: #101f28;
        font-weight: 700
    }
    #header .wrapper .links a:hover {
        color: #101f28;
        text-decoration:none;
    }
    #header .wrapper .links a:active {
        background: #f8fafa
    }
}

@media (min-width:1024px) and (min-width:1281px) {
    #header .wrapper .links {
        font-size: 14px;
        font-size: 1.4rem
    }
    #header .wrapper .links a {
        padding: 15px 6px
    }
    #header .wrapper .links .language {
        float: right;
        margin: 10px 0 0
    }
}

@media (min-width:1024px) and (min-width:1281px) and (min-width:1024px) {
    #header .wrapper .links .language {
        display: block;
        margin: 7.5px 0 0 10px
    }
}

@media(min-width:720px) and (max-width:920px){
    .hmenu{
	    cursor : pointer;
        font-size: 13px !important;
    }
    .activeMenu{
	    cursor: pointer;
        font-size: 13px !important;
    }
}

#header .wrapper * {
    vertical-align: middle
}

/* end header*/

.video-href{
    padding:10px;
}
.timestamp{
    text-decoration: none;
    color: #8c8989;
    padding-top: 3px;
    font-size: x-small;
    cursor:default;
}
.timestamp:hover{
    text-decoration: none;
}
.carousel-inner .carousel-caption {
    left: 50%;
    right: 0;
    width: 50%;
    top: 0px;
    /*background-color: #000;*/
    /*max-height: 20.8em;*/
    padding:15px;
    text-overflow: ellipsis;
    overflow:hidden;
    text-align: justify;
    /*opacity: 0.4;*/
    z-index:0;
    height:100%;
    text-shadow: 0 0;
}

.carousel-inner p.ng-binding {
    font-size: 12px;
    color:#333;
    line-height:18px;
}

.carousel-inner h2.ng-binding{
    font-family:OpenSansSemibold;
    font-size: 18px;
    color:#50595E;
    padding-bottom:10px;
}

.carousel-control.left, .carousel-control.right {
    background: transparent;
    width:auto;
    display:none;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    margin: 0;
    background-color: rgba(0,0,0,.7);
    padding: 15px;
    display: inline-block;
    border-radius:35px;
    width: auto;
    height: auto;
    top:40%;
}

.carousel-indicators{
    left:70%;
}

.carousel-indicators > li{
    border-color:#333;
}

.carousel-indicators > li.active{
    background-color:#ddd;
}

.shareIcon_error {
	color: red !important;
}

#primary_nav_wrap
{
	margin-top:0px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
    background: #fff;
	color:#27aaf5;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
	line-height:18px;
	font-family:OpenSans;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
    z-index: 1;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:226px;
    background: #fff;
    z-index:1;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;    
    border-bottom:1px solid #dedede;
	padding:10px 20px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

.emailFieldAlign {
  border: 1px solid lightgrey;
  padding: 7px;
}
.emailFieldAlign tr:nth-child(odd) {
  background-color: #f1f1f1;
  border: 1px solid lightgrey;
}
.emailFieldAlign tr:nth-child(even) {
  background-color: #ffffff;
  border: 1px solid lightgrey;
}


#share-data-modal .modal-content {
    border-radius: 0px;
    width: 110%;
}

#copy-share-data-modal .modal-content {
    border-radius: 0px;   
    width: 110%;
 }

.glass{
    /*background-image: linear-gradient(#d9edf7,#f2f2f2);
    background-image: linear-gradient(#ccc,#f2f2f2);
    background-image: linear-gradient(#9d9d9d,#f2f2f2);*/
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: OpenSans;
    font-weight: bold;
}
.no_glas_border{
    background:#dedede !important;
    border-bottom:1px solid #000 !important;
}

.newrow {
    background:#f2f2f2 !important;
}

/* multi select */
multiselect {
    display:block;
}
multiselect .btn {
    width: 100%;
    background-color: #FFF;
}
multiselect .btn.error{
    border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}
multiselect .dropdown-menu > li > a {
    padding: 3px 10px;
    cursor:pointer;
}

multiselect .input-block-level {
    width: 100%;
}

.caret.pull-right{margin-top:9px;}

.input-xlarge .btn{border:1px solid #ddd;width: 400px;}

.input-xlarge_ass .btn{border:1px solid #ddd;width: 100px;}

.input-large .btn{border:1px solid #ddd;width: 220px;height:37px;overflow:hidden;}

/* end multi select */

/* vertical tabs */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border:1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* end vertical tabs */

.pad_bottom_15{margin-bottom:15px;}

.audit_section{font-style:italic;display: inline-block;}

.viewresults_actions{margin-top:23px;}

.viewresults_title{padding-top:10px;}

.viewresults_actions > .reset_btn{margin-right:0px;}

.mright0{margin-right:0px;}
.dataTables_length select, td select {
            background-size: 15px;
            background-position-x:95%;
            background-position-y:center;
            padding:5px;
            padding-right:15px;
            border:1px solid #dedede;
            border-radius: 4px;
            margin-left:0px !important;
            margin-bottom:10px !important;
}
.dataTables_filter input{
            background: url('/images/ico_search.png') no-repeat;
            background-size: 15px;
            background-position-x:95%;
            background-position-y:center;
            padding:5px;
            padding-right:15px;
            border:1px solid #dedede;
            border-radius: 4px;
            margin-top: 10px;
            margin-left:0px !important;
            margin-bottom:10px !important;
}

input[type=search]::-ms-clear {
    display: none;
}

.user_utils .dropdown .btn-default.headerFirstNameText{color: #0e2240;font-size: 14px;}

#faq_list .panel-title{
    width:100% !important;
}

#faq_list .panel-default > .panel-heading
{
    background-color: #fff;    
}
.faq_border{
    border-left: 3px solid #27aaf5 !important;
}
#faq_list .panel-body {
    background-color:#fbf9db;
}
#faq_list .panel-group .panel {
    margin-bottom: 6px;
}

.textarea.Observation{width:95%;}

.paginate_button {
    padding: 0 10px;
    cursor: pointer;
    border-color: #ddd; 
    display: inline-block;
    position: relative;
    /* float: right; */
    padding: 7px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width:0px;
  }
a.paginate_button.current {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
    
}
.previous {
    border-radius: 4px 0px 0px 4px;
    border-left-width:1px;
}
.next {
    border-radius: 0px 4px 4px 0px;
    border-left-width:0px;
}
div.dataTables_wrapper div.dataTables_info {
    top: 25px !important;
    margin-left: 13px;  
}
.dashboard_container div.dataTables_paginate {
    margin-bottom: 29px !important;
    margin-right: 22px !important;
}

.result_table div.dataTables_paginate {
    margin-bottom: 12px !important;
    margin-right: 22px !important;
}
.result_table div.dataTables_wrapper div.dataTables_filter {
      margin-top: 17px;
}
.note-link-btn, .note-image-btn{
    margin:8px;
}
.paginate_button.previous.disabled {
    cursor: not-allowed;
    color:#777
}
.paginate_button.next.disabled
{
    cursor:not-allowed;
    color:#777
}
div.dataTables_filter label {
margin-right: 15px;
}
.dataTables_length {
    margin-left: 13px;
    margin-top: 10px;
}
.mtop5{margin-top:5px;}
.mtop10{margin-top:10px;}
.table.table-condensed.table-hover.table-striped .padtop15{padding-top:15px;}

.chars_remaining {
    width:100%;text-align:right;color:red;padding-right:5px;
}

.tile_title_about {
    padding: 10px 0px;
    font-family: open_sansbold;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    letter-spacing: -0.02em;
}


.select_purpose span:first-child  {
    
    width: 360px;
    overflow: hidden;
    text-align: left;
}
.select_hover{
    cursor:pointer;
}

   


/********* About Page Styles *************/
.about_container ul {
    list-style: disc !important;margin: 0px 0px 0px 40px;
}
.about_container ol {
    list-style: decimal !important;margin: 0px 0px 0px 40px;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-top:5px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
    padding-bottom:0px !important;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;    
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Locked";
    padding-left: 5px;
    background-color: #D91549; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Unlocked";
    padding-right: 5px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
