@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/portal_vcheck/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml?ln=default);
  src: url(/portal_vcheck/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml?ln=default&#iefix) format('embedded-opentype'), url(/portal_vcheck/javax.faces.resource/fonts/glyphicons-halflings-regular.woff.xhtml?ln=default) format('woff'), url(/portal_vcheck/javax.faces.resource/fonts/glyphicons-halflings-regular.ttf.xhtml?ln=default) format('truetype'), url(/portal_vcheck/javax.faces.resource/fonts/glyphicons-halflings-regular.svg.xhtml?ln=default#glyphicons_halflingsregular) format('svg');
}

html {
	height: 100%;
}

body {
  padding-top: 70px;
  height: 100%;
}

.scriptonly {
	display: none;
}

html.script > body > .scriptonly {
	display: block;
}

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

#footer {
	height: 50px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color: #999999;
    text-decoration: none;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.rr-pillbox {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.rr-pillbox-label { display: none; }

.rr-panel-title {
    color: #888888;
    font-size: 18px;
    margin: 0 0 15px;
}

.rr-panel-heading-tabs {
    padding-bottom: 0;
}

.rr-panel-toolbar {
    margin-bottom: 10px;
}

.nav-sm > li > a {
    padding: 5px 10px;
}

.dataTables_wrapper .dataTables_paginate .pagination { margin-bottom: 0; }

.navbar-nav .navbar-brand { margin-left: 15px; }

.dropdown-menu.dropdown-scrollable {
	overflow: auto;
	overflow-x: none;
	overflow-y: auto;
	max-height: 15em;
}
.dropdown-menu.dropdown-scrollable > li > a { padding-right: 30px; }

@media (min-width: 768px) {
	.container-fluid-sm {
		width: 100% !important;
	}
	.navbar-nav .navbar-brand { margin-left: 0; }

  	.rr-tabcontainer {
		border: 1px solid #ddd;
		border-top: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		padding: 0 15px;
	}
	.rr-pillbox {
		margin: 0;
		border: 0;
		border-top: 1px solid #ddd;
		margin-top: 15px;
    }
	.rr-pillbox-left {
		border-right: 1px solid #ddd;
		padding-right: 15px;
	}
	.rr-pillbox-right {
		border-left: 1px solid #ddd;
		padding-left: 15px;
	}
	.rr-pillbox-label {
		display: block;
		margin-bottom: 0px;
		padding: 5px 0;
		font-size: 18px;
	}
	.rr-pillbox .well { margin-bottom: 10px; }
	
	.rr-paneltabs {
	    border-bottom: 0 none;
	}
	.rr-paneltabs > li.active > a, .rr-paneltabs > li.active > a:hover, .rr-paneltabs > li.active > a:focus {
	    background-color: #EEF0F2;
	}
	.panel-heading .rr-paneltabs > li > a {
	    background-color: #EEF0F2;
	    border-color: transparent transparent #D4D5D9 !important;
	}
	.panel-heading .rr-paneltabs > li > a:hover, .panel-heading .rr-paneltabs > li > a:focus {
	    background-color: #FFFFFF;
	    border-color: transparent transparent #D4D5D9 !important;
	}
	.panel-heading .rr-paneltabs > li.active > a, .panel-heading .rr-paneltabs > li.active > a:hover, .panel-heading .rr-paneltabs > li.active > a:focus {
	    background-color: #FFFFFF;
	    border-color: #D4D5D9 #D4D5D9 #FFFFFF !important;
	}

}
@media (min-width: 992px) {
	.container-fluid-md {
		width: 100% !important;
	}
}
@media (min-width: 1200px) {
	.container-fluid-lg {
		width: 100% !important;
	}
}

.xmlcontent{
	position: absolute; 
	width: 600px; 
	height: auto;
	z-index: 99999 !important; 
	background: white; 
	padding: 10px; 
	font-size: 12px;
	
}

/* Buttons for tengo Mail */
.ui-icon.shared	{ 
	background-image: url("/portal_vcheck/javax.faces.resource/img/shared_people_menu.png.xhtml?ln=default");
	margin-right: 4px;
	margin-bottom: -4px;
}

.ui-icon.resource	{ 
	background-image: url("/portal_vcheck/javax.faces.resource/img/resource_mailbox_menu.png.xhtml?ln=default");
	margin-right: 4px;
	margin-bottom: -4px;
}

.ui-icon.distributor	{ 
	background-image: url("/portal_vcheck/javax.faces.resource/img/distributor_menu.png.xhtml?ln=default");
	margin-right: 4px;
	margin-bottom: -4px;
}

.ui-chkbox-box {
	margin-right: 10px;
}

.myRad td input {
	margin-right: 10px;
}

/* !Key/Value Table */
/* ----------------------------------------------- */
.keyvalue-table > tbody > tr > td {
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.kv-key {
  color: #555;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* !Portlets */
/* ----------------------------------------------- */
.portlet {
  padding: 0px;
  margin-bottom: 4em;
}
.portlet-heading {
  padding: 12px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.portlet-body {
  padding: 0;
}
.portlet-title,
.content-title {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
.portlet-title u,
.content-title u {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-right: 1em;
  padding-bottom: 15px;
  text-decoration: none;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.atp-messages {
	
}

.atp-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 5px 0px 20px 0px;
    padding: 10px;
    
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);

}

.atp-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.atp-callout p:last-child {
    margin-bottom: 0;
}
.atp-callout code {
    border-radius: 3px 3px 3px 3px;
}
.atp-callout + .atp-callout {
    margin-top: -5px;
}
.atp-callout-danger {
    border-left-color: #D9534F;
	background-image: -webkit-linear-gradient(top, #ff7676 0%, #ff8282 100%);
	background-image: linear-gradient(to bottom, #ff7676 0%, #ff8282 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7676', endColorstr='#ffff8282', GradientType=0);
}
.atp-callout-danger h4 {
    color: #D9534F;
}
.atp-callout-warning {
    border-left-color: #F0AD4E;
}
.atp-callout-warning h4 {
    color: #F0AD4E;
}
.atp-callout-info {
    border-left-color: #5BC0DE;
	background-image: -webkit-linear-gradient(top, #7676ff 0%, #8282ff 100%);
	background-image: linear-gradient(to bottom, #7676ff 0%, #8282ff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7676ff', endColorstr='#ff8282ff', GradientType=0);
}
.atp-callout-info h4 {
    color: #5BC0DE;
}
.atp-callout-success {
    border-left-color: #5cb85c;
	background-image: -webkit-linear-gradient(top, #76aa76 0%, #82aa82 100%);
	background-image: linear-gradient(to bottom, #76aa76 0%, #82aa82 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76aa76', endColorstr='#ff82aa82', GradientType=0);
}
.atp-callout-success h4 {
    color: #5cb85c;
}

.nav-tabs {
	-webkit-user-select:	none; /* Chrome/Safari */
	-moz-user-select: 		none; /* Firefox */
	-ms-user-select:		none; /* IE10+ */
	-o-user-select:			none;
	user-select:			none;	
}

.ui-chkbox-icon {
	background-image: url("/portal_vcheck/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-qsc") !important;
}
.no-padding{
	padding: 0px;
}
.no-bpadding{
	padding-bottom: 0px;
}
.no-lpadding{
	padding-left: 0px;
}
.no-rpadding{
	padding-right: 0px;
}
.no-tpadding{
	padding-top: 0px;
}
.pointer{
	cursor: pointer;
}
.company-color{
	color: #961249;
}
.second-btn
{
	margin-left: 10px;
}
.imageBox
{
	position: relative;
	height: 400px;
	width: 100%;
	border:1px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor:move;
}

.imageBox .thumbBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	box-sizing: border-box;
	border: 1px solid rgb(102, 102, 102);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 200px;
	background: rgba(0,0,0,0.7);
}
.action
{
	margin-top: 10px;
}
.cropped .fa
{
	margin-top: 4px;
	margin-left: 4px;
	color: #444;
	display: inline-block;
	vertical-align: bottom;
}
.cropped img
{
	border: 1px solid #efefef;
}
#moduleProfilePhoto .modal-footer
{
	border-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
}
#moduleProfilePhoto .modal-header
{
	border-bottom: 0px;
}
#moduleProfilePhoto input[type="file"]
{
	float:left;
	padding-top: 6px;
	margin-bottom: 6px;
	width: 70%;
}
.btn-zoom
{
	float: right;
	border-radius: 50%;
	margin-right: 5px;
}
.btn-zoom:focus, .btn-zoom
{
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.text-ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	width: 10em;
}


.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	will-change: transform; /* this will boost scrolling as well as rendering performance. */
}

.space-below {
	margin-bottom: 10px;
}
.space-above {
	margin-top: 10px;
}
.space-between > *:not(:last-child) {
	margin-right: 4px;
}

/* making multi modal appear nicer ^_^ */
.modal-backdrop {
	display: none !important;
}
.modal {
	background-color: rgba(0,0,0,.5);
}

/* casting shadows below nav and main container */
.container-shadow {
	border-radius: 8px;
}
.container-footer {
	border-radius: 0 0 8px 8px;
	background-color: #f5f5f5;
	padding: 15px;
	position: relative;
}
.container-footer:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1) inset;
	overflow: hidden;
	z-index: +1;
}
.container-shadow, .nav-shadow>li.active>a:before {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.nav-shadow>li {
	margin-bottom: 0 !important;
}
.nav-shadow>li.active {
	z-index: 1;
}
.nav-shadow>li>a, .nav-shadow {
	border: none !important;
	outline: none;
}
.nav-shadow>li.active>a:after, .nav-shadow>li:not(.active)>a:hover:after, .nav-shadow>li:not(.active)>a:focus:after {
	content: "";
	position: absolute;
	height: 12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	border-radius: 4px;
	background-color: inherit;
	pointer-events: none;
}
.nav-shadow>li.active>a:before {
	content: "";
	position: absolute;
	border-radius: inherit;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.nav-shadow>li.active>a:hover, .nav-shadow>li.active>a:focus {
	background-color: #fff;
	background-image: -webkit-linear-gradient(0deg, #fff 0%, #f9f9f9 30%, #fff);
	background-image: linear-gradient(0deg, #fff 0%, #f9f9f9 30%, #fff);
	cursor: pointer;
}
.nav-shadow>li.active>a:hover:before, .nav-shadow>li.active>a:focus:before {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2)
}
.nav-shadow>li:not(.active)>a:hover, .nav-shadow>li:not(.active)>a:focus {
	background-color: #fff;
	background-image: -webkit-linear-gradient(0deg, #ddd 0%, #f9f9f9 8%, #fff);
	background-image: linear-gradient(0deg, #ddd 0%, #f9f9f9 8%, #fff);
}
.nav-shadow>li:not(.active)>a:hover:before, .nav-shadow>li:not(.active)>a:focus:before {
	content: "";
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	border-radius: inherit;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.info-column {
	padding-left: 0;
	padding-top: 6px;
	cursor: help;
}

a, [data-toggle="collapse"] {
	cursor: pointer;
}