﻿#msgbox{
margin-left:25px;
}
#request_demo:hover{
	color:#020132 !important;
	border:2px solid #020132 !important;
	background-color:#FFF !important;
} 
#request_demo{
padding: 8px;
color: #FFF;
background-color:#020132;
}
.modal {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
a:hover{
color:#2a6496;
}
#total-label{
line-height:32px;
}

red_bold:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #cc141e;
    text-decoration: none;
}
.red_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #cc141e;
    text-decoration: none;
}
.help{
z-index:3;
}
.item .alert {
    float: left;
 margin: 4px 0 0 33px;
  padding: 3px 10px; 
    position: relative;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
    max-width: 185px;
    white-space: pre;
    z-index: 1;
}
.messageboxok {
    position: absolute;
    width: auto;
    margin-left: 5px;
    border: 1px solid #349534;
    background: #C9FFCA;
    padding: 3px;
    font-weight: bold;
    color: #008000;
}
.messageboxerror {
    position: absolute;
    width: auto;
    margin-left: 110px;
    border: 1px solid #CC0000;
    background: #F7CBCA;
    padding: 3px;
    font-weight: bold;
    color: #CC0000;
	}
	.tooltip{
		opacity:1;
		line-height: 3;
	}
	.item .tooltip > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: help;
    background-color: #CC141E;
    position: relative;
    border-radius: 10px;

}
.item .tooltip .content {
    opacity: 0;
    width: 240px;
    background-color: #feedde;
    color: #000;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 8px;
    border-radius: 6px;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.1, 0.1, 0.25, 2);
    -webkit-transition: 0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2);
    -moz-transition: 0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2);
}



#band-cookies-close{
		background-color:transparent !important;
	}