﻿.panel-heading-top-left-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
}

.panel-heading-with-button-title {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

.panel-heading-with-button-bar {
    height: 34px;
    padding: 0px;
    margin: 0px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.black-link>li>a:visited, .black-link>li>a:link {
    color: #000;
}

.btn-success {
    background-color: #009846;
}

.fix-public-style {
    background-color: #f7f7f7; 
}

.fix-private-style {
    background: url(../Graphics/Banners/95-transaparent-background.png) repeat;
    color: #fff;
}

#fixed-navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

#fixed-mini-logo {
    top: -60px;
    opacity: 0;
    z-index: 10000;
}

#fixed-mini-nav {
    position: relative;
    left: -40px;
}

.banner-highlight-blue {
    background: url("../Graphics/Banners/banner_highlight_blue.png") repeat-x;
    height: 55px;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
    width: 100%;
    text-align: right;
    position: relative;
    top: 345px;
    overflow: hidden;
    padding-top: 7px;
}

.banner-highlight-red {
    background: url("../Graphics/Banners/banner_highlight_red.png") repeat-x;
    height: 55px;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
    width: 100%;
    text-align: right;
    position: relative;
    top: 345px;
    overflow: hidden;
    padding-top: 7px;
}

.banner-highlight-blue-short {
    background: url("../Graphics/Banners/banner_highlight_blue.png") repeat-x;
    height: 55px;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
    width: 65%;
    text-align: left;
    position: relative;
    top: 80px;
    left: 35%;
    overflow: hidden;
    padding-top: 7px;
}

.partner-logo {
    height: 90px; 
    margin: 10px;
}

.block-background-blue {
    background: url("../Graphics/Banners/block_background_blue.png") repeat-x;
}

.block-background-white {
    background-color: #fff;
}

.block-background-orange {
    background-color: #ef7f1a;
    color: #000;
    border-bottom: 5px solid #fff;
}

.block-home-background-orange {
    background-color: #ef7f1a;
    color: #000;
}

.block-background-grey {
    background-color: #727271;
    margin-bottom: 0;
}

.block-background-pastel-blue {
    background-color: #c2e9Fe;
}

.orange-highlight {
    color:#EF7F1A;
}

.callout-box-picture {
    width: 360px;
}

.framed {
    border: 3px solid #fff;
    border-radius: 6px;
}

.animate-banner {
    opacity: 0;
}

.logo-container-large {
    padding-top: 10px;
}

.clearspace-picture {
    width: 350px;
}

.porthole-picture {
    width: 325px;
}

.last-update {
    font-size: 10px;
    display: block;
    text-align: center;
}

.file-shortcut-panel {
    float: left; 
    padding: 10px 20px 10px 10px; 
    border: 1px solid #ccc; 
    border-radius: 12px;
    margin: 3px;
    width: 100%
}

.file-shortcut-icon {
    float: left; margin-right: 10px;
}

.file-shortcut-label {
    float: left;
}

.file-shortcut-label h5 {
    font-weight: bold;
    padding-top: 5px;
    margin: 0;
}

.file-shortcut-label p {
    padding-top: 5px;
    margin: 0;
}

.panel-body-tabs {
    background-color: #fcfcfc; 
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right: 10px;
}

.panel-title-highlight-right {
	float: right;
	font-weight: bold;
	padding: 10px;
	height: 37px;
	background-color: #f0f8ff;
	border-top-right-radius: 3px;
	border-left: 1px solid #fff;
}
.panel-title-highlight-left {
    float: left; 
    padding: 10px;
}

.panel-primary-title-highlight-right {
    background-color: #286090;
	float: right;
	font-weight: bold;
	padding: 10px;
	height: 37px;
	border-top-right-radius: 3px;
	border-left: 1px solid #fff;
}

.data-label {
    font-weight: bold;
}

.row-space-30 {
    height: 30px;
}

.row-space-40 {
    height: 40px;
}

.row-space-50 {
    height: 50px;
}

.pale-blue-background {
	background-color: #f0f8ff;
}

.pale-pink-background {
    background-color: #FEF5F1;
}

.cyan-background {
    background-color: #dff7fb !important;
}

.inline-highlight-message {
	border: 1px solid #bce8f1;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	float: left;
	background-color: #f0f8ff;
}

.item-quote-completed {
	border: 1px solid #A8D4AF;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	float: left;
	background-color: #D6E9D8;
}

.item-balance-credit {
	border: 1px solid #A8D4AF;
	padding: 3px 5px 3px 5px;
	float: left;
}

.item-balance-deficit {
	border: 1px solid #EA556F;
	padding: 3px 5px 3px 5px;
	float: left;
}


.item-quote-review {
	border: 1px solid #F7AA47;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	float: left;
	background-color: #FCD5A6;
}

.item-quote-declined {
	border: 1px solid #EA556F;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	float: left;
	background-color: #F5B2B6;
}

.item-scheme-offrisk {
	border: 1px solid #EA556F;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	float: left;
	background-color: #F5B2B6;
}

.btn-default .ram-blue-badge {
    background-color: #286090;  
    color: #fff;
}
.ram-flash-blue {

}
.btn-default .ram-flash-blue-on {
    color: #FFED00;
}

.modal-heading-success {
    background-color: #009846;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.row-pad-bottom {
    padding-bottom: 10px;
}

.row-pad-bottom-25 {
    padding-bottom: 25px;
}


.account-executive {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 0px 10px;
}

.account-executive-phone {
    font-size: 16px;
    padding: 0px 0px 0px 10px;
}

.account-executive-email {
    font-size: 14px;
    padding: 10px 0px 0px 10px;
}


.open {
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.learn-more {
    list-style: none;
}

.learn-more > li {
    padding: 2px;
}

.numbered-list > li {
    padding: 4px;
}

.anim-fade-scroll {
    position: relative;
    top: 50px;
    opacity: 0;
}

.user-info {
    float: right; 
    color: #9ec9e3; 
    font-size: 12px;
    padding-top: 10px;
}

.video-sq {
    display: block;
}