@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
}

textarea:focus, input:focus {
	outline: none;
}
*:focus {
	outline: none;
}
a, a:active, a:focus {
	outline: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline:none;
}
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/*margins*/
.margin0, .row-fluid .margin0 {
	margin:0 !important;
}
.mt-10 {
	margin-top:-10px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.ml0 {
	margin-left:0 !important;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
/*paddings*/
.padding0 {
	padding:0px;
}
.p100 {
	padding:10px 0;
}
.p20 {
	padding:10px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pt30 {
	padding-top:30px;
}
.pt40 {
	padding-top:40px;
}
.pr0 {
	padding-right:0px;
}
.pr10 {
	padding-right:10px;
}
.pr20 {
	padding-right:20px;
}
.pr30 {
	padding-right:30px;
}
.pr40 {
	padding-right:40px;
}
.pb0 {
	padding-bottom:0px;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb20 {
	padding-bottom:20px;
}
.pb30 {
	padding-bottom:30px;
}
.pb40 {
	padding-bottom:40px;
}
.pl0 {
	padding-left:0px;
}
.pl10 {
	padding-left:10px;
}
.pl20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl40 {
	padding-left:40px;
}
.prl0 {
	padding-right:0;
	padding-left:0;
}
.padding6 {
	padding:6px;
}
.paddingrl8 {
	padding:0 8px;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
/*buttons*/
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406;
 *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	background-color: #c60f13;
	border: 1px solid #7f0a0c;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #970b0e;
}
.btn-danger:active, .btn-danger.active {
	background-color: #970b0e \9;
}
.btn-success {
	background-color: #5da423;
	border-color: #396516;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #457a1a;
 *background-color: #457a1a;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.pe-btn-orrange {
	background:#FF9900;
	border-color:#FF6600;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pe-btn-orrange:hover, .pe-btn-orrange:active, .pe-btn-orrange.active, .pe-btn-orrange.disabled, .pe-btn-orrange[disabled] {
	background-color: #FF6600;
 *background-color: #FF6600;
	color:#fff;
}
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}
.admin_menu {
	background: #f7f6f6 none repeat scroll 0 0;
	border: 1px solid #eee;
	margin: 0 0 20px;
	padding: 0 0 10px;
	width: 100%;
}
.admin_menu li a {
	display: block;
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding: 3%;
	color:#2ba6cb;
}
.admin_heading {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#888;
	margin:5px 0 5px 5px;
	text-shadow:0 0 1px #fff;
	border-bottom:dotted 1px #ccc;
	padding-bottom:3px;
}
.admin_menu li a:hover {
	background:#e9e9e9;
	text-decoration:none;
	color:#FF3300
}
.bbc {
	border-bottom:solid 1px #ddd;
}
.pe_header {
	font-size:20px;
	color:#666;
}
.input-small {
	height:26px;
	font-size:13px;
	padding:4px 6px;
}
.dashboard_info_block {
	background:#f5f5f5;
	border:solid 1px #ddd;
	padding:10px;
	overflow:hidden;
}
.dashboard_info_block h4 {
	font-size:16px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:5px;
	margin-bottom:18px;
	display:block;
	overflow:hidden;
}
.dashboard_info_block .count {
	float:right;
}
.color666 {
	color:#666;
}
.ovh {
	overflow:hidden;
}
.db {
	display:block;
}
.profile_minhead {
	font-size:16px;
	color:#333;
}
.font13 {
	font-size:13px;
}
.font11_acqtable{ font-size:11px; letter-spacing:2px;}
.ttuh6 h6 {
	text-transform:uppercase;
	font-size:12px;
	color:#666;
	line-height:22px;
}
.firm_status .checkbox, .firm_status .radio {
	margin-top:0;
}
.firm_status .col-md-12, .bs1c {
	border:solid 1px #ccc;
}
.cus_lab label {
	font-size:13px;
	font-weight:normal;
	line-height:20px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.input-small {
	width: 90px;
}
.input-medium {
	width:150px;
}
.inv_cust_lab .checkbox {
	margin-bottom:0;
}
.inv_cust_lab h3 {
	margin-bottom:5px;
}
.parent_545 {
	background: #f7f6f6;
	border: 1px solid #eee;
	padding: 5%;
	margin-top:10px;
}
.parent_546 {
	background: #f7f6f6;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top:15px;
}
.mh20 {
	min-height:20px;
}
.btn_default {
	background:#eee;
	border:solid 1px #ccc;
	color:#000;
}
.btn_default:hover {
	background:#ddd;
}
.portfolio_sec_lab {
	font-size:16px;
	color:#999;
	margin-left:5px;
}
.inside_block {
	border:solid 1px #ddd;
	padding:0 12px;
}
.ttuh6 h6.font11 {
	font-size:11px;
}
.my_modal label {
	font-size:14px;
	font-weight:normal;
	margin-bottom:3px;
	text-transform:uppercase;
	color:#999;
}
.devider {
	border:solid 1px #ccc;
	margin:25px 0;
}
.my_legend {
	position:relative;
	background:#f5f5f5;
	border:solid 1px #ccc;
	overflow:hidden;
}
.lagend_label {
	padding:10px 15px;
	background:#fff;
	border:solid 1px #ccc;
	overflow:hidden;
}
fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 10px 10px 10px;
	margin: 0 0 1.5em 0 !important;
	background:#f5f5f5;
	border-radius:4px;
}
legend.scheduler-border {
	font-size:14px;
	font-weight: normal !important;
	text-align: left !important;
	width:auto;
	padding:2px 10px;
	border-bottom:none;
	margin-top:20px;
	border:solid 1px #ccc;
	background:#fff;
	border-radius:4px;
}
.my_modal fieldset label {
	color:#333;
}
.cur_ext {
	margin-left:38%;
}
.cur_ext a {
	background:#ccc;
	color:#000;
	text-decoration:none;
	text-align:center;
	height:30px;
	padding:5px 15px;
	float:left;
	margin-bottom:20px;
}
.cur_ext a.active {
	color:#fff;
}
.cur_ext a:hover {
	text-decoration:none;
}
.cur_ext a:first-child {
	border-radius:4px 0 0 4px;
}
.cur_ext a:last-child {
	border-radius:0px 4px 4px 0;
}
.cur_ext a:first-child.active {
	background-color:#5da423;
	border:solid 1px #396516;
}
.cur_ext a:last-child.active {
	background-color:#c60f13;
	border:solid 1px #7f0a0c;
}
.my_modal label.font16 {
	font-size:16px;
	color:#666
}
.my_modal label.mb10 {
	margin-bottom:10px;
}
.adv_inv_lab {
	margin-left:-20px;
	color:#666;
	font-weight:bold;
}
.color_red {
	color:#c60f13;
}
.modal-dialog-small {
	width:400px;
}
.tra_del_con {
	font-size:18px;
	color:#666;
}
.thead {
	background:#CBDBF3;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
.thead-green {
	background:#DFF0D8
}
.thead-pink {
	background:#F2DEDE
}
.icheckbox_square-blue, .iradio_square-blue {
	display: inline-block;
 *display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(../img/blue.png) no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox_square-blue {
	background-position: 0 0;
}
.icheckbox_square-blue.hover {
	background-position: -24px 0;
}
.icheckbox_square-blue.checked {
	background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
	background-position: -72px 0;
	cursor: default;
}
.icheckbox_square-blue.checked.disabled {
	background-position: -96px 0;
}
.iradio_square-blue {
	background-position: -120px 0;
}
.iradio_square-blue.hover {
	background-position: -144px 0;
}
.iradio_square-blue.checked {
	background-position: -168px 0;
}
.iradio_square-blue.disabled {
	background-position: -192px 0;
	cursor: default;
}
.iradio_square-blue.checked.disabled {
	background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
 .icheckbox_square-blue, .iradio_square-blue {
 background-image: url(../img/blue@2x.png);
 -webkit-background-size: 240px 24px;
 background-size: 240px 24px;
}
}
.check_font {
	margin-left:10px;
}
.add_parent_list li {
	list-style:inherit;
	margin-bottom:20px;
}
.add_parent_list {
	padding-left:12px;
}
.profile_ofc_loc {
	background:#f5f5f5;
	border:solid 1px #e5e5e5;
	display:block;
	overflow:hidden;
}
.text_area_100 {
	width:100%;
}
.ol_list {
	padding-left:15px;
}
.ol_list li {
	list-style:inherit
}
.ttuh6 .h6_big {
	font-size:14px;
	color:#000;
}
.bbd16 {
	border-bottom:dotted 1px #666;
}
.modal-footer {
	display: block;
	overflow: hidden;
}
.label_small {
	font-size:12px;
	color:#333;
}
.input-currency {
	width:60px;
	margin-top:-10px;
}
.fc98 {
	color:#989898;
	margin:10px 5px 0 0;
}
.my_modal .fppo {
	padding:10px 0 20px 0;
}
.my_modal .fppo label {
	color:#333;
}
/*.ttuh6 .table-bordered > tbody > tr > td.top-border-purple {*/ 
.table-bordered > tbody > tr > td.top-border-purple {
	border-bottom: 0 none !important;
	border-top: 1px solid #cf22e7 !important;
}
.nested .table-bordered, .nested .table-bordered td, .nested .table-bordered tr td:last-child, .nested .table-bordered > thead > tr > th {
	border: 0 none !important;
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: none;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	background-color: #f0f0f0;
	font-size: 14px;
}
.table-bordered .table-bordered, .nested {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #ddd;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	font-size: 13px;
	margin-bottom: 0;
}
.no-padding {
	padding: 0 !important;
}
.table-bordered.nested > tbody > tr:nth-child(2n) > td, .table-bordered.nested > tbody > tr:nth-child(2n+1) > td {
	background: transparent none repeat scroll 0 0;
}
.table > tbody > tr > td.top-border-orange {
	border-top: 1px solid #ffa73d !important;
}
.nested .table-bordered > tbody > tr > td.current-bg {
	background-color: #c5f8da !important;
	border-bottom: 1px solid #3ca267 !important;
}
.nested .table-bordered > tbody > tr > td.exited-bg {
	background-color: #fcbcbd !important;
	border-bottom: 1px solid #a72926 !important;
}
.third-width {
	width: 33% !important;
}
.no-border-bottom {
	border-bottom: medium none !important;
}
.no-border-top {
	border-top: medium none !important;
}
.light-gray {
	border-bottom: 3px solid #111 !important;
}
.nested .table-bordered > tbody > tr > td.current-bg a {
	color: #3ca267;
}
.nested .table-bordered > tbody > tr > td.exited-bg a {
	color: #a72926 !important;
}
.com_list_update {
	color:#666;
	text-transform:uppercase;
	font-size:12px;
}
.pub_list {
	color:#666;
	margin-left:10px;
	font-size:14px;
}
.nav_heading {
	font-size:14px;
	padding:3%;
	margin-bottom:-10px;
	margin-left:6px;
	display:block;
	color:#333;
}
.nav_separator {
	margin:10px 0;
	border-bottom:dotted 1px #ccc;
}
.sort_light a .fa {
	color:#999;
}
.sort_light a .fa:hover {
	color:#333;
}
.firms_size_fil {
	position:relative;
	z-index:999
}
.firms_size_fil .dropdown-menu {
	min-width:220px;
}
.firms_size_fil .dropdown-menu li:first-child {
	margin-top:10px;
}
.firms_size_fil li {
	margin-bottom:10px;
	font-weight:normal;
}
.firms_size_fil li div {
	margin-right:6px;
	margin-left:10px;
}
.firms_size_fil .btn {
	background:#069;
	color:#fff;
	width:80px;
}
.field_block {
	border:solid 1px #ccc;
	oveflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.field_block .field_count {
	font-size:12px;
}
.field_head {
	background:#f5f5f5;
	padding:10px;
	border-bottom:solid 1px #e5e5e5;
}
.field_head h3 {
	color:#666;
	font-size:16px;
}
.field_head .btn {
	padding: 2px 6px 0;
	font-size:12px;
	margin-top:-2px;
}
.field_body {
	padding:10px;
	min-height:200px;
	max-height:200px;
	overflow-y:auto;
}
.field_body ul li {
	float:left;
	background:#f5f5f5;
	border:solid 1px #e5e5e5;
	font-size:12px;
	margin-right:6px;
	margin-bottom:6px;
	padding:3px 6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.field_body ul li a {
	margin-left:2px;
}
#imaginary_container {
	margin-top:20%; /* Don't copy this */
}
.stylish-input-group .input-group-addon {
	background: white !important;
	padding:4px 2px;
}
.stylish-input-group .form-control {
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button {
	border:0;
	background:transparent;
}
.roles {
	display:none;
	margin-top:30px;
}
.che_mt_0 .checkbox {
	margin-top:0px;
}
.che_mt_0 h3 {
	border-bottom:dotted 1px #ccc;
	margin:40px 0 10px 20px;
	color:#666;
}
.admin_roles_table h3 {
	font-size:16px;
	margin-bottom:5px;
}
.ms-parent input {
	margin-right:6px;
}
.admin_roles_table legend.scheduler-border {
	background:#333;
	color:#fff;
	border-color:#222;
}
.define_role {
	font-weight:bold;
	font-size:14px;
	margin-top:8px;
	display:inline-block;
}
.log_image {
	width:40px;
}
.my_btn {
	color:#fff;
	font-size:13px;
	width:90px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:block;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.reviewed {
	border:solid 1px #F80;
	background:#F90;
}
.create {
	background: #5da423;
	border: solid 1px #008000;
}
.delete {
	background: #c60f13;
	border: solid 1px #7f0a0c;
}
.re_first_name {
	font-weight:bold;
	font-size:14px;
}
.re_sector {
	font-weight:bold;
	color:#888;
	font-size:13px;
}
.re_desc {
	font-size:12px;
	display:block;
	color:#666;
	margin-top:6px;
}
.admin_image_block {
}
.admin_image_block img {
	padding:2px;
	border:solid 1px #ccc;
	display:block;
	overflow:hidden;
}
.sort_light a.link .fa {
	color:#2ba6cb;
}
.split-cell {
	padding: 0 !important;
}
.split-cell table {
	width: 100%;
}
.split-cell table th {
	background: #f3f3f3 none repeat scroll 0 0 !important;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 3px 6px;
	text-transform: uppercase;
}
.split-cell table tr:first-child th {
	border-top: medium none;
}
.split-cell table td, .split-cell table tr:nth-child(2n) td {
	background: #fff;
	border: medium none !important;
	padding: 6px;
}
.payment_block {
	background:#f5f5f5;
	border:solid 1px #e5e5e5;
	padding:10px;
	width:100%;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.payment_block_header {
	border-bottom:dotted 1px #ccc;
	display:block;
	overflow:hidden;
	color:#666;
	font-weight:bold;
	font-size:14px;
}
.payment_block_body {
	font-size:14px;
}
.payment_btn {
	padding:4px 8px;
	font-size:12px;
	color:#fff;
}
.payment_block .payment_success {
	background-color: #5da423;
	border-color: #396516;
}
.payment_failed {
	background:#c60f13;
	border: 1px solid #7f0a0c;
}
.client_det {
	font-size:14px;
	color:#666;
	line-height:24px;
}
.client_name {
	color:#333;
	font-size:16px;
	border-bottom:dotted 1px #ccc;
	width:100%;
	margin-bottom:6px;
	display:block;
}
.client_det .fa {
	color:#999;
	margin-right:5px;
}
.com_port_btnst .btn {
	padding:3px 10px;
}
.footer_cont {
	background:#333;
	border-top:solid 1px #000;
	height:30px;
	display:block;
	width:100%;
	display:block;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	font-size:12px;
}
.admin_sec_minhei {
	height:432px;
	overflow-y:auto;
}
.admin_sec_minhei li {
	border-bottom:dotted 1px #ccc;
	margin-bottom:6px;
}
.sector_count {
	float:right;
	margin-right:10px;
}
.dashboard_info_block .input-medium {
	width:90px;
	float:left;
	margin-left:6px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f0f0f0;
    border-bottom-width: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.acqui_table th{ padding:0px 4px !important;}
.acqui_table .acq_child_row th{ font-size:12px !important; color:#666; text-align:center;}
.table .btn{ text-transform:uppercase; padding:4px 5px;}
.acqui_table .btn, .tb_revenue .btn{ padding:1px 5px;}
.companies_list_table .nested tr td{ font-size:12px !important; line-height:18px !important; font-weight:normal !important}
.companies_list_table .nested tr td.current-bg{ font-weight:bold; font-size:14px !important;}
.table .table th{ font-weight:normal !important; font-size:13px !important;}
.danger_label{ color:#c60f13}
.table_production .tb_bl{ background:#EBF0F5 !important;}
.table_production .tb_gr{ background:#DDF3DD !important;}
.acq_child_row th{ font-size:12px !important; text-align:center; color:#666;}
.table_production tbody{ border-top:solid 2px #2BA6CB;}
.table_production td, .table_production th{ border:solid 1px #B3C4CA !important;}
.table_production tr.table_production_total{ border-top:solid 2px #2ba6cb;}
.table_production tr.table_production_total th.tb_rd{ background:#F5E6E6 !important;}
.modal-dialog-large{ width:1024px;}
.acqui_table tr.current{ border-top:3px solid #5da423;}
.acqui_table tr.exited{ border-top:3px solid #c60f13;}
.tran_deal_val span{ color:#666; display:inline-block;}
.tran_deal_size{ margin-bottom:20px; display:block;}
.admin_profile_page img{ width:30px; margin-bottom:5px;}
.join_info{ display:block; color:#666; font-size:12px; margin-top:5px;}
.new_fie_row .sort_light a .fa{ color:#fff;}
.new_fie_row .sort_light th a .fa{ color:#666;}
.new_fie_row .sort_light .btn{ padding:1px 5px;}
.btn-upload{ background:#FF9800; color:#fff;}
.btn-upload:hover{ color:#fff; background:#C60;}
