#servbar a{
	color:white;
	text-decoration:none;
	vertical-align:middle;
}

.nav > li > a {
	padding:0px 15px;
}

.pdiv {
	width:50%;
	display:block;
	padding-left: 15px;
    float: left;
    height: 30px;
    line-height: 30px;
	font-family: "proxima_nova_rgregular", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.pbtn {
	outline: 0px;
    box-sizing: border-box;
    #width: 100%;
    #height: 100%;
    padding:5px;
    text-align: left;
    line-height: 20px;
    font-size: 17px;
    color: #787f87;
    border: 0px;
    margin: 0px 0px 5px 0px;
	text-decoration:underline;
	#vertical-align: text-top;
	cursor:pointer;	
}

.pthumb {
	outline: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 0px;
    margin:10px 5px -5px 0px;
	display:inline-block;
}

.rotate4{
	position:absolute;
	-webkit-transform: rotate(345deg);
	-moz-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	writing-mode: lr-tb;
	color:white;
	font-size:36px;
}

#rtree th {
    color: #282828;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    #display: inline-block;
    margin-bottom: 1px;
    font-weight: 900;
	#text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    #border: 1px solid #424242;
    #white-space: nowrap;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 1.22857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}


#rtree td {
    color: #282828;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    #display: inline-block;
    margin-bottom: 1px;
    font-weight: normal;
	#text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    #border: 1px solid #424242;
    #white-space: nowrap;
    padding: 2px 16px;
    font-size: 12px;
    line-height: 1.22857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

#ltree td {
    color: #282828;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    #display: inline-block;
    margin-bottom: 1px;
    font-weight: normal;
	#text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    #border: 1px solid #424242;
    #white-space: nowrap;
    padding: 2px 16px;
    font-size: 12px;
    line-height: 1.22857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

#topictable table {
	padding:2px 2px 2px 0px;
	margin:2px 2px 2px 0px;
}

#topictable tr {
	padding:2px 2px 2px 0px;
	margin:2px 2px 2px 0px;
}

#topictable td {
	padding:2px 2px 2px 0px;
	margin:2px 2px 2px 0px;
    word-wrap: break-word;	
}

.abtitle {
	color: black;
	font-size:16px;
	font-weight:900;
}


.abp {
    display: block;
    padding: 9.5px;
    margin: 15px 0px 15px 0px;
    font-size: 13px;
    line-height: 1.42857143;
	#word-break: break-all;
    word-wrap: break-word;
	overflow-wrap: break-word;
    color: #282828;
    #background-color: #f5f5f5;
    background-color: #ffffff;	
    #border: 1px solid #cccccc;
    border: 0px;	
    border-radius: 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	#opacity:0.5;
}

.spdt {
	float:left;
	margin:0px 10px;
	padding:0px 10px;
}

.ipdt {
	float:right;
	margin:0px 10px;
	padding:0px 10px;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.subdomains li{
    cursor:pointer;
	cursor: hand;
}

.b {
#    color: white;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
#   background-color: #FFF;
#    border-bottom:1px dotted #283442;
#	border-right:1px dotted #283442;
	text-decoration:underline;
    white-space: wrap;
    padding: 4px 6px;
    font-size: 13px;
	font-weight:700;
    line-height: 1.42857;
    border-radius: 0px;
    -moz-user-select: none;
	margin:0px;
}

@media(max-width:767px){ .b{width:100%} }
@media(min-width:768px){ .b{width:50%} }
@media(min-width:992px){ .b{width:33%} }
@media(min-width:1200px){ .b{width:33%} }

.b:hover {
   # background-image: linear-gradient(#4F5151, #474949 6%, #3F4141);
    background-repeat: no-repeat;
    filter: none;
    border:none;
}

.btn-topics {
    color: #fff;
    background-color: #005870;
    border-color: #000000;
	font-weight: 600;
	font-size: 1.25em;
}

.g {
    color: #333;
	text-decoration:underline;
	font-weight:700;
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.is {
    font-weight:600;
	font-size:15px;
	font-style: italic;
}

.divider {
	background-color: #000;
	width: 1px;
}
.ha {
	padding:0px 5px 0px 5px;
	margin:0px;
	color:#FFF;
	border-right:2px solid #404040;
	font-weight:600;
}
.ha:hover {
	font-weight:700;
	color:#FFF;
}

.csl {
	padding:0px 5px 0px 5px;
	margin:0px;
	# color:#1A0DAB;
	color:#000;
	font-size:1.2em;
	max-width:200px;
	font-weight:700;
}
.csl:hover {
	color:red;
}

.sugg {
	overflow:auto;
	padding:5px;
	background-color:#FFF;
}

.conh {
	font-weight:700;
	color:#000;
}

.sdl {
	font-size:16px;
	font-weight:700;
	color:blue;
}

.more {
	font-size:16px;
	font-weight:700;
	color:blue;
    text-align:center;	
}

.foot {
    float: left;
    display: inline-block;
}

.btn-treemore {
display: inline-block;
color: #FFF;
width: 150px;
margin: 5px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid;
border-radius: 4px;
background-color: #428BCA;
border-color: #357EBD;
text-decoration:none;
}

.form-control {
    color: blue;
	}
	
.btn-sugg-blue {
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top:5px;
	margin-right:5px;
}

.btn-sugg {
    color: #000000;
    background-color: #ffffff;
    border-color: #357EBD;
    display: inline-block;
    padding: 4px 4px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	margin-top:5px;
	margin-right:5px;
}

.btn-sugg2 {
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top:5px;
	margin-right:5px;
}

.btn-sugg-link {
font-size: 14px;
text-decoration: underline;
font-weight:600;
padding-right: 6px;
line-height: 1.1;
}



.tdh {
	color:#888888;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:400;
}

.tt {
	color:#2a9fd6;
	margin:0px;
	padding:0px;
	border-bottom: 3px double;
	font-size:18px;	
}

.tt0 {
	color:#2a9fd6;
	margin:0px;
	padding:0px;
	border-bottom: 3px double;
	font-size:18px;	
}

.td {
	color:#888888;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:400;
}

.btg {
	margin-bottom:2px;
	margin-right:2px;
}

.btg0 {
	margin-bottom:2px;
}