@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Nunito');
body{
	background-color:#F5F7FA; 
	margin:0px;
	padding:0px;
}
*{
	font-family: 'Nunito', sans-serif;
}
#pageLoader{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	display: none;
	height:100%;
	z-index: 9999999999;
	background:rgba(10,10,10,0.8);
	text-align: center;
}
/* Home icons */
.snip1571 {
  background-color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
	height:220px;
	background-size:cover;
	background-position: center;
}
.snip1571 *,
.snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.snip1571 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.snip1571 h3 {
  background-color: #c73232;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}
.snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1571:hover > img,
.snip1571.hover > img {
  opacity: 0.1;
}
.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
  right: -5px;
}
/* Home icons */

.homeIcon1{border-bottom:20px solid white;border-left:20px solid white;}
.homeIcon2{border-bottom:20px solid white;border-left:20px solid white;margin-top: -5px;}
.homeIcon3{border-left:20px solid white;margin-top: -5px;}
@media (max-width: 991px){
.homeIcon1,.homeIcon2,.homeIcon3{
	border:20px solid white;
}
}

.nopadding{
	padding:0px !important;
}


/* header */
.whole{
	padding:0px;overflow:visible;
	background:rgb(235,235,235);
}
.headbarcon{
	height:0px !important;
	position: absolute;
}

.headbar{
	height:0px;
	background-image:url(/images/logo.png);
	background-position:left;
	background-size:140px;
	background-repeat:no-repeat;
}
.headbar a:hover{
	text-decoration: none;
	color:#999999;
}
.headerquote{
	background-color: #123478;
    padding: 5px;
	float:right;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
	margin-top:6px;
}
.navbar-brand {
	background-image:url(/images/logo.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	overflow: hidden;
	padding:0px;
	margin:0px 10px 0px 0px !important;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
	 height: 80px;
    width: 200px;
}
.navbarDown{
	 height: 53px;
     width: 150px;
}
#nav{
	width:100%;
	position: absolute;
	background-color:#FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
	margin-bottom:0px;
	z-index: 999;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
	
}
#allpad{
	height:79px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.allpadUp{
	height:50px !important;
}
.navbar-nav{
	margin-top:8px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.navbar-nav>li>a{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
	font-weight: 400;
}

.navbar-nav>.open>a, .navbar-nav>.open>a:focus{
	background:#EFEFEF !important;
}


.on a{
	color:#465D74 !important;
}
@media (min-width: 768px){
.on{border-bottom: 4px solid #465D74;}
}


/* Footer */
section {
    padding: 60px 0;
}

section .section-title {
    text-align: left;
    color: #007b5e; 
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
 
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #4D5C70;
    padding-bottom: 6px;
    margin-bottom: 20px;
	padding-top: 4px;
    height: 22px;
    color:#000000;
}
#footer a {
    color: #000000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
.quick-links{
	padding: 0px 13px;
}
#footer ul.quick-links li a{
	color:#000000;
}
#footer ul.social li a:hover{
	color:#4D5C70;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
	.mobileAlign{
		text-align: center;
	}
}
.footer{
	color:black;background-color:#293132;
	min-height:150px;
} 
.footer-map{margin-top: 13px;}
.footer-map a {
    color: #000000;
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 1px;
	
}
.footer-map a:hover {
	text-decoration:none; 
	background:rgba(54,54,54,0.1);
	color:#000000;
}
.qmc {
    -webkit-background-clip: content-box !important;
    background-clip: content-box !important;
    border: none !important;
    border-radius: 0px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (min-width: 768px){
.qmc {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
}
/* HOME */
.headerimg{
	background-size: cover !important;
	background-repeat:no-repeat !important;
	background-position: center left !important;
}
.homeheader{
	position:relative;width:400px;max-width:100%;opacity: 0.9;
    filter: alpha(opacity=90);color:white;background-color:#070F36;line-height:20px;padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top:60px;
	
	
}
#homeHeader{
	width:100%;
	height:720px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/images/header-image.jpg);
	top:-85px;
	min-height:660px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
-moz-box-shadow:    inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
box-shadow:         inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
}


#headerBox{
	height:100%;width:50%;z-index:100;position: relative;
}

.modal-backdrop
{
    opacity:0.75 !important;
}
.emailButton{margin-top: 10px; height: 70px;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;color:white;}.emailArrow{height:16px;width:0px;top: 3px;position: relative;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;


}
.emailButtonColor{background: #4450E2;}
.emailButton:hover{color:black;background:white;}
.emailButton:hover .emailArrow{
		width:21px;
}

.redText{color:red !important;}

hr{
	margin-top: 12px;
	margin-bottom: 12px;
}
.ellipsis {
   white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
/* .  button . */ 
.homeButton{
	-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}
/*   button . */

.homeIcon{
	width: 160px;border-radius: 10px;overflow: hidden;float:left;margin:8px;border:1px solid #ccc;
}
.homeIcon:hover{
	text-decoration: none;
}
.homeIcon:hover > .card-img-top{
	background:#353A3F;
}
.homeIcon .card-img-top{
	height:100px;background:#276491;color:white;padding:20px;
}
/* CSS Document */
body{
	background-color:#F5F7FA; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
*{
	font-family: 'Nunito', sans-serif;
}
.icon-bar{
	background: white !important;
}
.admininfo{
	position: fixed !important;
    z-index: 99999 !important;
	width:100% !important;
	background: none !important;
}
#pageLoader{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	display: none;
	height:100%;
	z-index: 9999999999;
	background:rgba(10,10,10,0.8);
	text-align: center;
}
/* Home icons */
.snip1571 {
  background-color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
	height:220px;
	background-size:cover;
	background-position: center;
}
.snip1571 *,
.snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.snip1571 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.snip1571 h3 {
  background-color: #c73232;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}
.snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1571:hover > img,
.snip1571.hover > img {
  opacity: 0.1;
}
.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
  right: -5px;
}
/* Home icons */

.homeIcon1{border-bottom:20px solid white;border-left:20px solid white;}
.homeIcon2{border-bottom:20px solid white;border-left:20px solid white;margin-top: -5px;}
.homeIcon3{border-left:20px solid white;margin-top: -5px;}
@media (max-width: 991px){
.homeIcon1,.homeIcon2,.homeIcon3{
	border:20px solid white;
}
}

.nopadding{
	padding:0px !important;
}


/* header */
.whole{
	padding:0px;overflow:visible;
	background:rgb(235,235,235);
}
.headbarcon{
	height:0px !important;
	position: absolute;
}

.headbar{
	height:0px;
	background-image:url(/images/logo.png);
	background-position:left;
	background-size:140px;
	background-repeat:no-repeat;
}
.headbar a:hover{
	text-decoration: none;
	color:#999999;
}
.headerquote{
	background-color: #123478;
    padding: 5px;
	float:right;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
	margin-top:6px;
}
.navbar-brand {
	background-image:url(/images/logo.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	overflow: hidden;
	padding:0px;
	margin:0px 10px 0px 0px !important;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
	 height: 80px;
    width: 200px;
}
.navbarDown{
	 height: 53px;
     width: 150px;
}
#nav{
	width:100%;
	position: absolute;
	background-color:rgb(255,255,255,0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
	margin-bottom:0px;
	z-index: 999;
	
}
#allpad{
	height:79px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.allpadUp{
	height:50px !important;
}
.navbar-nav{
	margin-top:8px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.navbar-nav>li>a{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
	font-weight: 400;
}

.navbar-nav>.open>a, .navbar-nav>.open>a:focus{
	background:#EFEFEF !important;
}


.on a{
	color:#465D74 !important;
}
@media (min-width: 768px){
.on{border-bottom: 4px solid #03254E;}
	
	
}
.headerFont{
	font-size: 90px;
    line-height: 100px;
    letter-spacing: -0.02em;
    background: linear-gradient(to right,#0B244B 0,#547AA5 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
	font-weight: 900;
}
@media (max-width: 768px){
	.navbar-collapse{background: white !important;}
	.admininfo{background: white !important;}
	.headerFont{font-size: 70px;}
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.headerFont{
		color: #193C5A;
        background: transparent;
	}
}
/* Footer */
section {
    padding: 60px 0;
}

section .section-title {
    text-align: left;
    color: #007b5e; 
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
 
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #4D5C70;
    padding-bottom: 6px;
    margin-bottom: 20px;
	padding-top: 4px;
    height: 22px;
    color:#000000;
}
#footer a {
    color: #000000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
.quick-links{
	padding: 0px 13px;
}
#footer ul.quick-links li a{
	color:#000000;
}
#footer ul.social li a:hover{
	color:#4D5C70;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
	.mobileAlign{
		text-align: center;
	}
}
.footer{
	color:black;background-color:#293132;
	min-height:150px;    overflow: hidden;
}
.footer-map{margin-top: 13px;}
.footer-map a {
    color: #000000;
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 1px;
	
}
.footer-map a:hover {
	text-decoration:none; 
	background:rgba(54,54,54,0.1);
	color:#000000;
}
.brand-agile-white,.logo-lloyds-white{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	width:180px;
	float:left;
    border: 0;
}
.logo-lloyds-white{
	margin-top:10px;
	float:right;
}
.footerinfo{
	    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.qmc {
    -webkit-background-clip: content-box !important;
    background-clip: content-box !important;
    border: none !important;
    border-radius: 0px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (min-width: 768px){
.qmc {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
}
/* HOME */
.headerimg{
	background-size: cover !important;
	background-repeat:no-repeat !important;
	background-position: center left !important;
}
.homeheader{
	position:relative;width:400px;max-width:100%;opacity: 0.9;
    filter: alpha(opacity=90);color:white;background-color:#070F36;line-height:20px;padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top:60px;
	
	
}
#homeHeader{
	width:100%;
	height:720px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/images/header-image.jpg);
	top:-85px;
	min-height:660px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
-moz-box-shadow:    inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
box-shadow:         inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
	
	
}

.wireback{
	background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) ), url(/images/outline.png);
	background-color: white;
	background-size: auto 140%;
	background-position: right;
	background-repeat: no-repeat;overflow: hidden;
}
@media (max-width: 768px){
	.homeImage{padding: 20px !important;}
}
#headerBox, #fadebg{
	height:100%;width:50%;z-index:100;position: relative;
}
#fadebg{ background-color: white;
    position:absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    -moz-opacity: 80%;
    -webkit-opacity: 80%;
    z-index: 2;}

.modal-backdrop
{
    opacity:0.75 !important;
}
.emailButton{margin-top: 10px; height: 70px;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;color:white;}.emailArrow{height:16px;width:0px;top: 3px;position: relative;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;


}
.emailButtonColor{background: #4450E2;}
.emailButton:hover{color:black;background:white;}
.emailButton:hover .emailArrow{
		width:21px;
}

.redText{color:red !important;}

hr{
	margin-top: 12px;
	margin-bottom: 12px;
}
.ellipsis {
   white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
/* .  button . */ 
.homeButton{
	-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}
/*   button . */

.homeIcon{
	width: 160px;border-radius: 10px;overflow: hidden;float:left;margin:8px;border:1px solid #ccc;
}
.homeIcon:hover{
	text-decoration: none;
}
.homeIcon:hover > .card-img-top{
	background:#353A3F;
}
.homeIcon .card-img-top{
	height:100px;background:#276491;color:white;padding:20px;
}
.brokic a:hover{
	text-decoration: none;
}
.helpinfo{
	position: absolute !important;
	font-size: 18px;
	margin-left:5px;
}
.helpinfo:hover,.helpinfo:focus{
	text-decoration: none !important;
}
.popover{
	width:500px;
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
	z-index: 9999999;
}
.broker-bar{
	color:white;
	margin-top:12px;
	margin-left:10px;
	float:left;
}
.broker-bar a{
	color:white;
}
.broker-bar a:hover{
	color:#03254E;
	text-decoration: none;
}
.openbrokmen{
	float:left;
}
.mpmain{min-height:580px !important;}
.links a{
	color:white;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  font-weight: 400;
  background: white;
  color: #323a44;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.drop {
  width: 96%;
  height: 96%;
  border: 3px dashed #DADFE3;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*&:hover
   * cursor: pointer
   * background: #f5f5f5 */
}
.drop .cont {
  width: 500px;
  height: 170px;
  color: #8E99A5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.drop .cont i {
  font-size: 400%;
  color: #8E99A5;
  position: relative;
}
.drop .cont .tit {
  font-size: 400%;
  text-transform: uppercase;
}
.drop .cont .desc {
  color: #A4AEBB;
}
.drop .cont .browse {
  margin: 10px 25%;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  background: #09f;
}
.drop input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: red;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#list {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
#list .thumb {
  height: 75px;
  border: 1px solid #323a44;
  margin: 10px 5px 0 0;
}
.layer{
	margin-bottom:5px !important;
	width:100%;
	overflow: hidden;
}

.claim-comment-box {
    margin: 10px;
    background: white;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.34);
    min-height: 110px;
    position: relative;
}
.claim-comment-left {
    width: 110px;
    border-right: 1px solid #CFCFCF;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 16px;
}
.claim-comment-date {
    color: #848484;
    font-size: 12px;
    font-style: italic;
}
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
	margin-bottom: 9px;
    }



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.m-0 {
    margin: 0!important;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
	background-color: #fff; 
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li{
    border-bottom: 4px solid transparent;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.input-group-addon{
	padding-left:3px;
	padding-right:3px;
}