﻿
.item-icon-left {
    padding-left: 18px;
}

.padding.feed.ruby {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.feed-item {
    margin-bottom: 5px;
}

    .feed-item .feed-title {
        color: #333;
        z-index: 2;
        margin: 0;
        padding-bottom: 10px;
        font-weight: bold;
        position: inherit !important;
        left: 0px;
        right: 0px;
    }

.menu-screen, .menu-screen.pane {
    background: #fff;
}

.title > img {
    display: none;
}

.btn-click {
    padding: 0;
    margin: 0;
}

.btn-share-group {
    min-width: 100px !important;
    padding: 5px 5px 5px 7px;
    background: #efeded;
    border: none;
    box-shadow: none;
    transform: inherit;
    margin-top: -100px;
    margin-left: 150px;
}

    .btn-share-group li {
        display: inline-block;
        white-space: nowrap;
    }

@media all and (max-width:320px) {
    .btn-click a {
        font-size: 10px;
        line-height: 10px;
        margin-right: 0;
    }

    .btn-click {
        padding: 0 !important;
    }

    .post-content p {
        text-align: justify;
    }
}

@media all and (max-width:375px) {
    .btn-click {
        padding-left: 10px;
    }

    .post-content p {
        text-align: justify;
    }
}

@media all and (max-width:360px) {
    .post-content p {
        text-align: justify;
    }

    .btn-click a {
        font-size: 10px;
        line-height: 10px;
        margin-right: 5px;
    }

    .btn-click {
        padding-left: 20px;
    }
}

.feed-item .row {
    margin-bottom: 10px;
    border-bottom: 1px dashed #808080;
    margin-top: 5px;
}

    .feed-item .row:last-child {
        border-bottom: none;
    }

.feed-item h3 {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.author, .time {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    padding-left: 0;
    color: #333;
    margin-top: 10px;
}

.category {
    color: #00ACE9;
    font-size: x-large;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.list-content {
}

.col-md-4.list-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.icon {
    position: absolute;
    right: 10px;
}

.profile {
    margin: 10px auto 50px auto;
}

.circular {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: url(../img/demo/profile-image-3.jpg) no-repeat;
    margin: 120px auto;
    margin-bottom: 10px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.profile p {
    font-size: 14px;
    line-height: 14px;
}

.btn-logout {
    margin: 10px 10px 20px 10px;
}

    .btn-logout button {
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    
.event-click ul li {
    display: inline-block;
}

.btn-share-group > li > button {
    padding: 5px;
    margin: 5px;
    margin-right: 10px;
    font-size: 15px !important;
}

#floatingBarsG {
    position: relative;
    width: 60px;
    height: 75px;
    margin: 100px auto;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 27px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 25px;
    top: 3px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 27px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 8px;
    bottom: 7px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 25px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 8px;
    bottom: 7px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

@keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.circle {
    color: #ffffff;
    font-size: 25px;
    font-size: 15px;
    text-align: center;
}

    .circle span {
        font-size: 18px;
        font-weight: bolder;
        color: #b2b2b2;
    }

    .circle p {
        font-size: 14px;
        line-height: 13px;
        padding: 0;
        color: #b2b2b2;
    }

.point, .img-point {
    border-top: 1px solid #b2b2b2;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #b2b2b2;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

.posrelative {
    position: relative;
}

.four-cols {
    width: 35%;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}

.clsearchcontent {
    padding: 0 10px;
}

.group::before, .group::after {
    content: "";
    display: table;
}

*, *::after, *::before {
    box-sizing: border-box;
}

.group::after {
    clear: both;
}

.group::before, .group::after {
    content: "";
    display: table;
}

*, *::after, *::before {
    box-sizing: border-box;
}

.clpaddingmaincontent {
    border-bottom: 1px solid #b2b2b2;
    padding-top: 5px;
    padding-bottom: 10px;
}

.group {
}

.section {
    clear: both;
    margin: 0;
    padding: 0;
}

.cl-eight-cols {
    width: 65%;
}

.contentlibrarytop {
    margin-top: 3px;
}

.titleArticle {
    padding-bottom: 2%;
}

    .titleArticle a {
        color: #0072c6;
        font-size: 16px;
        line-height: 15px;
        font-weight: 400;
        text-decoration: none;
        display: block;
    }

.clarticledetails {
    color: #969696;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 3%;
    vertical-align: baseline;
}

.inlinedisplay {
    display: inline;
}

.middleverticalalign {
    vertical-align: middle;
}

.excelImage {
    height: auto;
    width: auto;
}

.ArticleDesc {
    color: #717171;
    font-size: 0.9em;
    overflow: hidden;
}

.newicon {
    height: auto;
    left: 5px;
    position: absolute;
    top: 5px;
    width: auto;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.skills-grid.text-center {
    margin: 0 auto;
}

.circle {
    color: #ffffff;
    font-size: 25px;
}

.circles-text-wrp {
    line-height: 122px !important;
}

.mileage-title {
    margin: 50px auto;
}

    .mileage-title > p {
        text-align: center;
        vertical-align: top;
        font-size: 16px;
    }

        .mileage-title > p > span {
            font-size: 40px;
            font-weight: bold;
            color: #ef473a;
        }

.table-hover tr th, .table-hover tr td {
    text-align: center;
    font-size: 20px;
}

    .table-hover tr td p {
        font-size: 15px;
        font-weight: bold;
    }

.feed-categories {
    padding: 15px 10px;
    border-top: 1px solid #b2b2b2;
}

    .feed-categories a {
        text-decoration: none;
        color: #444444;
    }

.btn-profile > a {
    color: #000000;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .btn-profile > a:hover {
        color: #ef473a;
    }

@media all and (max-width:800px) {
    .btn-share-group {
        margin-left: 10px !important;
    }
}

.circle-menu {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #b2b2b2;
    margin: 0 auto;
}

    .circle-menu > a > img {
        margin: 10px auto;
    }

.list-menu {
    margin: 110px auto;
}

    .list-menu > .row > .col-sm-4 > p {
        margin: 10px auto;
        text-align: center;
        font-size: 18px;
    }

@media all and (max-width:360px) {
    .circle-menu {
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 14px;
        color: #fff;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
        border: 1px solid #b2b2b2;
        margin: 0 auto;
    }

        .circle-menu > a > img {
            margin: 0px auto;
            width: 57%;
        }

    .list-menu {
        padding-left: 20px;
    }
}

@media all and (max-width:375px) {
    .list-menu > .row > .col-sm-4 {
        padding: 10px;
    }
}

@media all and (max-width:414px) {
    .list-menu > .row {
        padding: 10px;
    }
}
@media all and (max-width:320px) {
    .list-menu {
        padding-left: 0 !important;
    }
}

.list-profile-img {
    float: left;
    width: 15%;
}

.list-profile-items {
    margin: 0 auto;
    padding: 0 50px;
}

.list-profile-img > img {
    width: 60%;
}

.list-profile-detail {
    float: left;
    width: 85%;
}

    .list-profile-detail > p {
        font-size: 17px;
    }

.circle-profile {
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    margin: 0px auto 15px auto;
}

.circle-clips {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #b2b2b2;
    float: left;
}

.time-clips {
    padding-top: 15px;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}

.feed-image {
    width: 100%;
   
    min-width: 100%;
}

.btn-icon {
    color: #fff;
    font-size: 20px;
}

.icon-img-footer {
    margin: 2px auto;
    max-width: 100%;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
}

.title-clips {
    font-size: 14px;
}

.content-clips {
    font-size: 13px;
}

@media all and (max-width:800px) {
    .icon-img-footer {
       margin-top:10px;
        max-width: 100%;
        width: 75%;
    }
    .img-view
    {
       margin-top:0;
        width:60%;
    }
}

@media all and (max-width:375px) {

    .icon-img-footer {
       
        max-width: 100%;
        width: 85%;
    }
    .img-view
    {
       margin-top:0;
        width:70%;
    }
}

@media all and (max-width:320px) {

    .icon-img-footer {
        margin-top: 10px;
        max-width: 100%;
        width: 100%;
    }
}
.detail > p > img
{
    width:100%;
}