/* CUSTOM */

h2 {
    line-height: 28px;
}

h3 {
    color: #205C8C;
    font-size:22px;
    font-weight: bold;
}


h4 {
    margin-top: 20px;
}
.navbar {
	z-index: 999;
}
.navbar .dropdown-menu {
	z-index: 9999;
}
.navbar .nav > li > a {
    float: none;
    padding: 10px 10px 11px;
    height: 22px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}
	* html .navbar .nav li {
		display: block;
		float: left;
		margin:4px;
		padding:4px;
	}
	* html .navbar .nav li img 
	{
		height:24px;
	}

	* html .navbar .nav li a 
	{
		color:white;
		text-decoration:none;
	}
	* html .navbar .nav li.dropdown ul li a 
	{
		color:black;
	}
	
.navbar .divider-vertical {
    height: 40px;
    width: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #184569;
    border-right: 1px solid #205C8C;
}
.navbar-inner {
    padding-left: 0;
    padding-right: 0;
    background-color: #205C8C;
}
.navbar .brand {
    float: left;
    display: block;
    padding: 12px 7px 0px 20px;
    margin-left: -12px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #ffffff;
}
.btn-primary {
    background: #006dcc;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #205C8C;
}
.navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
    background-color: #163E5E !important;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #163E5E;
    border-left: 1px solid #1F5A8A;
    border-right: 1px solid #1F5A8A;
}
.navbar .main-nav a {
    padding-right: 0 !important;
}

.navbar .profile .agent-name 
{
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space:nowrap; 
    width:110px; 
    overflow:hidden;    
}

li.profile a {
    padding: 8px 0 0px 10px !important;
    line-height: 14px !important;
    font-size: 0.9em;
    text-align: right;
}
.profile img {
}
small {
    font-size: 0.9em;
}
.label.small {
    padding: 1px 3px;
    font-size: 0.8em;
}
.widget-loading,
.block {
    margin-bottom: 9px;
    background: #fff;
    padding:12px 18px;
    border:1px solid #ccc;
}

.navigation-number {
    background: none repeat scroll 0 0 #CC0000;
    border: 1px solid #fff;
    border-radius: 100% 100% 100% 100%;
    box-shadow: 1px 1px 1px black;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 3px;
    position: relative;
    margin-left: -9px;
    top: -7px;
}
.MoreFeedItemGrid .Pager table 
{
	margin: auto;
}
.MoreFeedItemGrid .Pager table td
{
	padding: 0 5px;
}
.MoreFeedItemGrid .Pager a {
	text-decoration: underline;
	text-align: center;
	width: 100%;
}
.MoreFeedItemGrid,
.FeedItemWrapper {
    font-size: 12px;
}
.OpCenterWrapper {
    max-height: 287px;
    overflow: auto;
    margin-top: 7px;
}
.FeedItemWrapper {
    margin: 0px;
}

.FeedItemGroup {
    margin-bottom:5px;
}

.FeedIcon
{
	height: 14px;
	width: 14px;
}

.FeedItem {
    padding: 5px 7px;
    background: #f7f7f7;
    margin-bottom: 3px;
}

.GroupDate {
    color:#bbb;
    font-weight: bold;
}

.FeedItem .icon-remove {
    cursor: pointer;
    display: none;
}
.FeedItem:hover {
    background: #f5f5f5;
}
.FeedItem:hover .icon-remove {
    display: inline-block;
}
.styled 
{
    background: transparent !important;
    background-image: url('../../img/styled-bg.png') !important;
    
}
.table {
    font-size: 11px;
    margin-top: 20px;
}

.table tr .icon-pencil {
    cursor: pointer;
}

.big-number {
    font-size: 28px !important;
    padding-bottom: 3px;
}
.nav-pills {
    margin-bottom: 7px !important;
}
.thumbnail {
    background: #fff;
}

/* .table-wrapper {
 overflow:auto;
 min-width:680px;
 } */

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
table.table thead .sorting {
    background: url('https://office.point2.com/point2ui/css/img/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
    background: url('https://office.point2.com/point2ui/css/img/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
    background: url('https://office.point2.com/point2ui/css/img/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
    background: url('https://office.point2.com/point2ui/css/img/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
    background: url('https://office.point2.com/point2ui/css/img/sort_desc_disabled.png') no-repeat center right;
}
div.dataTables_length select {
    width: 50px;
}
div.dataTables_filter {
    float: left;
}
div.dataTables_filter input {
    width: 200px !important;
}
#select01 {
    display:none;
    width: 100px;
    margin-left: 35px;
}
div.dataTables_paginate {
    float: right;
    margin: 0;
}
div.listings-table_length {
    width: 120px;
}
.add-on {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 3px 0 0 3px;
    color: #999999;
    display: block;
    float: left;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-right: -1px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}
.nav-list {
    padding-left: 0;
}
.navbar {
	margin: 0 0 18px 0;
}
.breadcrumb {
    border: 0;
    padding: 0 0 18px 20px;
	margin: 0;
	text-align: left;
	display: block;
}

.breadcrumb .active a,
.breadcrumb .active a:active,
.breadcrumb .active a:hover {
	text-decoration: none;
}

.hero-unit p {
  font-size: 14px;
  line-height: 20px;
}

.nav-pills > li > a 
{
    cursor:hand;    /* for ie */
    cursor:pointer; /* for firefox and chrome */
}

.nav-pills > li > a.active,
.nav-pills > li > a.active:hover {
    background-color: #205C8C;
    color: #FFFFFF;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings.png");
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("glyphicons-halflings-white.png");
}
.icon-remove {
  background-position: -312px 0;
}

/* Ununderline some links */
a.btn,
a.active,
td.active a {
    text-decoration: none
}

.TabPanels {
    max-width: 1000px;
}

.add-comment-link {
    padding-left: 10px;
    font-size: 11px;
    color: #999;
}

.comment-field {
    margin-top: 5px;
    width: 250px;
}

.subheader {
    font-size: 1.2em;
    padding-right: 20px;
}

a.label-success.disabled {
    background-color: #999;
    color: #FFF;
    cursor: default;
}

.field-validation-error {
	color: red;
}

#page-header {
    display: table;
    width: 100%;
}

#page-header .page-title {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#page-header .page-header-links {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

#page-header .page-header-links a {
    height:15px;
    background:url('../../img/help.gif') no-repeat 3px 4px;
    padding: 3px 3px 3px 25px;
    display:inline-block;
}


hr.compact {
    border-top: 1px dotted #FDAB00;
    margin: 0 0 7px;
}


.Separator {
    font-size: 11px;
    color: #999;
}

.small-padding {
    padding: 3px;
}

.form-field-instructions 
{
    font-size: 9px;
    color: #999999;
    vertical-align: top;
}

.large-agent-photo
{
    display: block;
    width:75px;
    padding:1px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    position:relative;
}

.large-company-logo
{
    display: block;
    max-width:160px;
    max-height:120px;
    padding:1px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    position:relative;
    margin: 0 auto;
}

.homepage-company-logo {
    display: block;
    max-width:75px;
    max-height:60px;
    padding:1px;
    border:1px solid #e7e7e7;
    position:relative;
}

.large-agent-photo .agent-photo-img 
{
    width: 100%;
}

.membership-icon-overlay {
    position:absolute;
    bottom:-7px;
    right:-16px;
}

.modal-backdrop {
    z-index:10000;
}
.modal {
    z-index:10001;
}

.office-company-logo {
    text-align:center;
    padding-top: 6px;
    float: left;
}

.office-agent-links 
{
    padding-top: 12px;
    padding-left: 25px;
}

/*
 * Override jQuery Thickbox CSS
 * https://issues.point2.com/browse/REAPPS-8491
 */
#TB_window a:link,
#TB_window a:visited,
#TB_window a:active,
#TB_window a:focus {
	color: #0088CC;
    text-decoration: none;
}
#TB_window a:hover {
    color: #005580;
    text-decoration: underline;
}




.switch-link {
    background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 20px 20px;
    line-height: 30px;
    font-family: "Open Sans", Arial, sans-serif;
}
.switch-link a{
    position: relative;
    padding-left: 50px;
}
.switch-link a:hover{
    text-decoration:none;
}
.switch-link a:before {
    content:"";
    background:url(../img/new-oo-badge.png) no-repeat center center;
    width:41px;
    height:44px;
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -12px;
}
@media (max-width: 768px){
    .switch-link  {
        width:100vw;
    }
}