body.modal-open #container{
    -webkit-filter: blur(3px) grayscale(1);
    -moz-filter: blur(3px) grayscale(1);
    -o-filter: blur(3px) grayscale(1);
    -ms-filter: blur(3px) grayscale(1);
    filter: blur(3px) grayscale(1);
}
  
.modal-backdrop {background: #000;}


.topmap {
position: fixed;
margin: 60px 0 0;
}
 

.less{
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.more{
    white-space: normal;
}

.text-size{
    display: block;
    text-align: right;
    padding-top: 10px;
    color: blue !important;
    cursor: pointer;
}

.content, .sidebarapp {vertical-align:top;}

.toggle-toplist {float:none; clear:left; margin:20px 0;}

h2.red {margin-top:20px; font-weight:600;}
}

.panel-default {
border-color: #none;
}

.panel {
background-color: transparent;
}

#triple li {
width: 33.333%;
float: left;
display: inline;
}


@media (max-width: 767px){
#triple li {
width: 50%;
float: left;
display: inline;
}
}

@media (max-width: 479px){
#triple li {
width: 100%;
float: left;
display: inline;
}
}

@media (min-width: 1100px) {
.agree {position: relative;text-align: center;}
.agree img {position: absolute;right: 0;top: 0;}
}

.agentdetail {
padding: 20px;
background-color: white;
float:left;
width:100%;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
border-radius:2px;
background-url
}

h2.separators {
margin-top: -13px;
margin-bottom: 0;
font-size: 21px;
line-height: 44px;
}

.listdetail {
margin-bottom: 40px;
line-height: 35px;
}

.w-list-unstyled {
padding-left: 0;
list-style: none;
}

.answer {
border-top-width: 1px;
padding: 0 20px;
}

.answer:nth-child(odd) {background: #f9f9f9;}



span.labelli {
color:#888;
float:left;
width:30%;
font-weight:bold;
text-transform:none !important;
}

.uppercase {text-transform:uppercase;}


    .alert {
        position: absolute;
        z-index: 6001;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
font-size: 16px;
font-weight: 600;
    }
    .cssanimations.csstransforms .alert {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 7.0s 0.5s 1 ease forwards;
        -moz-transform:    translateY(-50px);
        -moz-animation:    slideDown 7.0s 0.5s 1 ease forwards;
    }

    .close {
      position: fixed;
      right: 10px;
      top: 9px;
      text-indent: -9999px;
      background: url(images/close.png);
      height: 16px;
      width: 16px;
      cursor: pointer;
    }
    .cssanimations.csstransforms .close {
      display: none;
    }
    
    @-webkit-keyframes slideDown {
        0%, 100% { -webkit-transform: translateY(-50px); }
        10%, 90% { -webkit-transform: translateY(0px); }
    }
    @-moz-keyframes slideDown {
        0%, 100% { -moz-transform: translateY(-50px); }
        10%, 90% { -moz-transform: translateY(0px); }
    }
	
.alert-success {
color: #fff !important;
background-color: #93c856 !important;
border-color: #73a639 !important;
}


.ribbon2 {
position: relative;
top: -26px;
left: 26px;
float:right;
}

.agreeimg {
float: right;
margin-top: -21px;
margin-right: -155px;
position: relative;
}

@media (min-width: 1100px) {
.ribbon2 {
position: relative;
top: -26px;
left: 26px;
float:none;
}
.agreeimg {
float: right;
margin-top: -21px;
margin-right: -21px;
position: relative;
}
}



#searchexpert {line-height:40px; height:40px;}




@media (max-width: 479px) {

span.labelli {width:100%;}
li.answer {text-align:center; margin:10px 0; padding:5px 0 15px 0; line-height:20px;}
h2.separators {text-align:center;}
.agree {position: absolute;right: 40px;}
}

