@CHARSET "ISO-8859-1";

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: none;
    margin: inherit;
}

.top_nav .navbar-right {
/*     margin: 13px; */
    width: auto;
    float: right;
}

.dropdown-toggle {
    white-space: nowrap;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px;
}

.img-center{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#generating-quote-info{
	background-color: #7952b3;
	color: #fff!important;
}
#qoute_info h2, h4{
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
#qoute_info p{
	padding-left: 20px;
    padding-right: 20px;
}
#qoute_info_table {
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.table-bordered button{
	background-color: #7952b3;
	color: #fff!important;
	display: block;
}
.fs-legends{
	font-size: 15px;
    font-weight: 700!important;
    padding-left: 7px;
    margin-bottom: 0px;
}
.click_icons{
	cursor: pointer;
}
h6{
	display: flex;
	flex-direction: row;
	padding-top: 5px;
}
h6:before,
h6:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid;
	margin: auto;
	opacity: 0.5;
} 
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.table-header{
	color: white;
	background: #2A3F54;
}
.table-tr{
	color: #73879C;
	font-size: 12px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}
.body-table-start{
	display: table-caption;
    max-height: 250px;
    overflow-y: auto;
}
.img-left{
	display: block;
    margin-left: 0px;
    margin-right: auto;
}
.fs-elem{
	padding-left: 10px; 
	padding-right: 10px;
}
.col-form-label{
	color: #17a2b8!important;;
	font-weight: bolder!important;
	padding-left: 10px;
    padding-right: 0px;
}
