
    .w0{width: 0;}
    .h0{height: 0;}
    .novisible{visibility: hidden;}
    .clear-both{clear: both;}
    .unverified-label{display: inline-block;}
    select.search {
        background-image:
          linear-gradient(45deg, transparent 50%, gray 50%),
          linear-gradient(135deg, gray 50%, transparent 50%),
          linear-gradient(to right, #ccc, #ccc);
        background-position:
          calc(100% - 20px) calc(1em + 2px),
          calc(100% - 15px) calc(1em + 2px),
          calc(100% - 2.5em) 0.5em;
        background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
        background-repeat: no-repeat;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
      }
      .unverified-label{display: inline-block;
        padding: 0 5px;
        border: 1px solid #cc0000;
        color: #cc0000;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        border-radius: 2px;
        margin-bottom: 5px;
    }
    .verified-label{display: inline-block;
        padding: 0 5px;
        border: 1px solid #009900;
        color: #009900;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        border-radius: 2px;
        margin-bottom: 5px;;
    }
    .read-all{
        text-transform: none;
        text-decoration: underline;
        font-size: smaller;
    }  .read-all:hover{
        text-transform: none;
        text-decoration: underline;
        font-size: smaller;
        color: #fc6000;
    }
    .mt90{
        margin-top: 90px;
    }
    .public-profile-cover-text{
        color: white;text-shadow: 2px 2px 4px #000000;
    }
    .loader {
        position : fixed;
        z-index: 9999;
        background : #e9ebee url('/loader.gif') no-repeat center;
        top : 0px;
        left : 0px;
        height : 100%;
        width : 100%;
        }
    .label2 {
        position: absolute;
        top: 3px;
        right: 5px;
        background-color: #fd9503;
        text-align: center;
        font-size: 10px;
        color:white;
        padding:3px 2px 3px;
        line-height: .5;
    }
    .fs10{
        font-size: 10px;
    }
    .inner-page{
        min-height: 670px;
    }
    .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
        background-color: #16A085;
        border-color: #16A085;
    }
    .google-tag{
        display:none;
        visibility:hidden
    }
    .display-none{
        display: none;
    }
    .color-notif{
        color: #fd9503;
    }
    .style-avatar{
        height:25px;
        margin-right: 5px;
        margin-top: -5px;
    }
    .f10{
        font-size: 10px;
    }

.navbar-nav .dropdown-menu {
    position: absolute;
    background: #104184; 

}
.navbar-collapse {
    flex-basis: 0;
}

#top-search .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: none;
    outline: none;
    box-shadow: 1px 0 transparent, 0 -1px 0 transparent, -1px 0 0 transparent, 1px 0 0 transparent; }

.btn-header-search{
    border-radius: 0 0.25em 0.25em 0;
    margin-left: -1px;
    height: 32px;
    margin-top: 1px;
}

.pr0{
    padding-right: 0;
}
.pt8{
    padding-top: 8px;
}
.container-logo{
    max-width: 100px;
    max-height: 36px;
}
.navbar-nav{
    flex-direction: row;
  }
  .navbar-nav > li {
    float: right;
    margin-left: 3px;
  }
  .navbar-nav ul {
    padding-top: 15px;
  }

  .icon-keyword{
    position: absolute;
    top: 7px;
}

.bold{
    font-weight: bold;
}
.color-white{
    color: #fff;
}
.border-color-white{
    border-color: #fff;
}
.select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 0px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}

.pt15{
    padding-top: 15px;
}
.pl10{
    padding-left: 10px;
}
.ml10{
    margin-left: 10px;
}
.pr10{
    padding-right: 10px;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}

.pb15{
    padding-bottom: 15px;
}
.pb5{
    padding-bottom: 5px;
}

.pb25{
    padding-bottom: 25px;
}
.p10{
    padding: 10px;
}
.m10{
    margin: 10px;
}
.mt15{
    margin-top: 15px;
}
.pb20{
    padding-bottom:20px;
}
.z9900{
    z-index: 9900
}
.b-radius-0{
    border-radius: 0;
}
.page-item.active .page-link {
    background-color: #fc6200;
    border-color: #fc6200;
}.page-item.active .page-link:hover {
    background-color: #042142;
    border-color: #042142;
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#faa41c 0%, #e28e08 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #e28e08;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d76b14;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #e28e08;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e28e08;
}
.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
.blur{
    -webkit-filter: blur(8px);
-moz-filter: blur(8px);
-o-filter: blur(8px);
-ms-filter: blur(8px);

filter: blur(8px);
z-index: 1;
}
.blur-icon {
    position: absolute;
    top: 45%;
    left: 43%;
    z-index: 10;
}
.blur-icon i{
    color: white;
    font-size: 30px;
}
#f1, #f2, #f3, #f4, #f5, #f6, #f7, #f8, #f9, #f10 {
    background-repeat: no-repeat;
    background-size: 110px 100px;
    border-radius: 5px 5px 5px 5px;
    width: 25%;
    height: 80px;
}
.thumbnail {
    display: block;
    padding: 4px;
    /* margin-bottom: 20px; */
    /* line-height: 1.42857143; */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.badge-menu {
    position: relative;
    margin-left: -20px;
    top: -15px;
    border-radius:50%;
    padding: 3px 6px 3px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    font:bold 11px/15px "Helvetica Neue", sans-serif; 
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
.loading{float:left;margin-left:-30px;margin-top:-40px;width:30px;height:30px;display:block;background-image:url(/assets/img/loading.gif)}

.radius-5{
    border-radius: 5px;
}