@import url(layout.css);
@import url(portlet.css);
/*START.BOOTSTRAP*/
@import url(bootstrap.min.css);
/*END.BOOTSTRAP*/

/*START.PREVTHEME COMPAT*/
.b-wc{margin-top:10px;padding-bottom: 20px;}

.b-wc li{
    margin-bottom:5px;    
}

.b-wc ol,.b-wc ul{
    padding-top:0;
    padding-bottom:0;
    margin-top:0;
    margin-bottom:0;
}

.inner-content{
    margin:0 auto;
}

.rounded-wrapper {
    border:1px solid #000000;
    background-color: #000000;
    border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow1:1px 1px 2px #cfcfcf;-moz-box-shadow1:1px 1px 2px #cfcfcf;-webkit-box-shadow1:1px 1px 2px #cfcfcf;
    behavior:url('/common/PIE.htc');
}

.centeredtable table{
    margin:0 auto;
    text-align: center;
    vertical-align: top;
}

.centeredtable table th{
    background-color: #b8ecff;
}

.centeredtable table tr{
    border-color: #b8ecff;
}

.centeredtable table tr td{
    padding:10px;
    margin:0 auto;
    text-align: left;
    vertical-align: top;
}

.centeredtable td form table{
    border-style: none;
    width: 100%;
}

.centeredtable td form table tr{
    border-style: none;
}

.centeredtable td form table tr td{
    border-style: none;
}

.compare-table{    
}

.compare-table th{
    padding:10px;
    text-align: center;
    width:50%;
    border-color: #b8ecff;
    border-style: solid;
    border-width: 1px;
}
.compare-table th{
    border-color: #b8ecff;
    border-style: solid;
    border-width: 1px;
}
.compare-table td{
    width:50%;
    margin-top:20px;
    margin-bottom: 20px;
    border-color: #b8ecff;
    border-style: solid;
    border-width: 1px;
}

.compare-table img{
    margin-top:20px;
    margin-bottom:20px;
    max-width: 400px;
}

.css-dialog {
    position: fixed;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.css-dialog:target {
    opacity:1;
    pointer-events: auto;
}

.css-dialog > div {
    width: 400px;
    position: relative;
    margin: 0;
    padding: 0;
}

.css-dialog-close {
    background: #000000;
    color: inherit;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.css-dialog-close:hover { background: inherit; }

/*blog titles, eg on main page*/
.entry-info h2{
    font-size: 20px;
}

h1,h2,h3,h4,h5{color:#297a9f; font-weight: normal;text-transform:capitalize}

a {color:#297a9f; outline:none;text-decoration:none}
a:hover{text-decoration:underline;}

.b-wc li{
    margin-bottom:5px;    
}

.b-wc ol,.b-wc ul{
    padding-top:0;
    padding-bottom:0;
    margin-top:0;
    margin-bottom:0;
}

.page-Blog #column-1{
    width:70%;

}

.page-Blog #column-2{
    width:30%;
}

.blogo{
    float:left; position:relative; top: 30px;
}

.page-Blog .portlet-blogs-aggregator{
    font-size:70%;
}
.page-Blog .portlet-blogs-aggregator .entry-author{
    font-size: 10px;
}

.page-Blog .portlet-blogs-aggregator .entry-date{
    font-size: 10px;
}
.page-Blog .portlet-blogs-aggregator .abstract{
    line-height: 1em;
    margin:0;
    font-size: 12px;
}
.page-Blog .portlet-blogs{
    margin-left:10px;
}
.page-Blog .portlet-blogs .entry-footer{
    font-size:70%;
    margin:0;
}
.page-Blog .subscribe{
    font-size:70%;
    margin:0;
}
.page-Blog .taglib-page-iterator{
    font-size:70%;
    margin:0;
}
.portlet-blogs-aggregator {
    margin-left:8px;
    margin-right:8px;
}

.portlet-blogs-aggregator .myportlet-Home .entry-title{
    font-size: inherit;
    font-weight: normal;
    margin:0px;
}

.portlet-blogs-aggregator .myportlet-Home .abstract .quote a{
    text-decoration: none;
}
/*END.PREVTHEME COMPAT*/


/*START.BINFER*/
body{
    background-image: url('/binfer-theme-r/images/cloud.jpg');
    background-repeat: repeat;    
    background-size: 100vw 100vh;
    color:#525252;
    font-weight: 500;
    margin:0;
    animation: backgroundScroll 50s linear 4;
}

@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -1000px 0;}
}

img{
    max-width:100% !important;    
    display:inline-block;
}

body{
    max-width:100vw;    
}

.b-contentmain{
    margin: 0;
    padding: 0;
    padding-top1:10px;
}

.b-contentmain, .b-navmain, .b-footer{
    padding-left: 5%;
    padding-right: 5%;
}

/*START.NAVIGATION*/
.b-navmain{    
    z-index: 1;
}

.b-navmain-item{
    width: 90px;   
    border-radius: 6px;
    text-align: center;                
    margin-right:5px;
    padding:10px;    
}

.b-navmain .navbar-default{                
    background-color:  transparent;
    border-color: transparent;
}

.b-navmain .nav{
    float: right;
    border-color: inherit;
    margin: auto;
    padding:10px;
}

.b-navmain .navbar-default .navbar-nav > .active > a{
    background-color: #373737;
    color:white;
}

.b-navmain-fixed, .in{
    background-color: white;
    border-radius:10px;
    position: fixed;
    top:0;
    right:0px;
    z-index: 2;
    padding:0!important;
    background-color: #b8ecff;
}

.b-navmain-fixed .b-navmain-item{
    padding:5px;
}

/*END.NAVIGATION*/

/*START.FOOTER*/
.b-footer {
    color: white;                                                
    margin-right:auto;margin-left:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #373737; 
    margin-top:40px;
}            

.b-footer .list1 {
    list-style: outside none none;
    margin: 0;
    padding:0;
}

.b-footer .list1 a{
    color: white;
}
/*END.FOOTER*/

.b-fulltable{
    width: 100%;
    border-width: 1px;
    table-layout: fixed;
}

.b-fulltable td{
    vertical-align: top;    
    padding:10px;
}


*{
    max-width: 100vw;
}

.b-page{
    min-height: 95vh;
}

.b-page-first{
    min-height: 80vh; 
}

.b-page > h2, .b-page-first > h2{
    text-align: center;
    margin: 0 auto;
}



/*BING TRANSLATOR*/
#LauncherLogo{
    display: none!important;
}

.WithPhraseAfter{
    height:0px;
    display: none!important;
}

#TranslateSpan{
    text-transform: lowercase!important;
    font-size: 14px!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    color: inherit!important;
    background-color: inherit!important;
}

#MicrosoftTranslatorWidget{    
    width:auto!important;
}

#LauncherTranslatePhrase:hover{
    background-color: white!important;
    border: none;
}

#WidgetLauncher,#MicrosoftTranslatorWidget{
    height: auto!important;
    margin:0!important;
    padding:0!important;
}

@media only screen and (max-width: 991px) {
    *,h1,h2,h3,h4,h5{
        font-size: 99%;
    }
    .container-fluid{
        margin: 0 ;
        padding: 5px;
    }
}
