﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

img, div, a {
    -ms-interpolation-mode: nearest-neighbor;
}


/* Bootstrap Override */
body, .tooltip, .popover {
    font-family: Arial, sans-serif;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 2px;
}

dl.narrow > dt {
    width: 80px;
}
dl.narrow > dd {
    margin-left: 100px;
}

dl.medium > dt {
    width: 120px;
}
dl.medium > dd {
    margin-left: 140px;
}

dl.large > dt {
    width: 250px;
}
dl.large > dd {
    margin-left: 260px;
}

.form-control.inline {
    display: inline-block;
    width: auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/* 
input,
select,
textarea {
   max-width: 280px;
}
*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/* Customizations
-----------------------------------------------------------*/

body.SimpleLayout {
    padding-top: 8px;
    padding-bottom: 8px;
}

dl.hide-empty {
     display: none;
}


/* Notification styles
-----------------------------------------------------------*/

[data-notify="container"] {
    background-color: rgb(230, 230, 230); /* gray */
    border: 1px solid rgb(155, 155, 155);
    border-left-width: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(105, 105, 105, 0.5);
    padding-bottom: 6px;
    color: #000000;
    z-index: 1011 !important;
}

[data-notify="container"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

[data-notify="container"] > [data-notify="message"] {
    display: block;
    padding-top: 8px;
    padding-bottom: 3px;
}

[data-notify="container"] > [data-notify="icon"] {
    float: left;
    margin-right: 8px;
    font-size: 20px;
    opacity: 0.7;
    font-weight: normal;
}

[data-notify="container"] > [data-notify="progressbar"] {
    height: 4px;
    margin-top: 10px;
    margin-bottom: 0px;
}

[data-notify="container"] > [data-notify="progressbar"] > .progress-bar {
    opacity: 0.4;
}

[data-notify="container"] > [data-notify="url"] {
    display: none;
}

[data-notify="container"].alert-Error { /* red */
    background-color: rgb(255, 237, 237);
    border-color: rgb(255, 76, 76);
}

[data-notify="container"].alert-Success { /* green */
    background-color: rgb(230, 253, 227);
    border-color: rgb(96, 243, 104);
}

[data-notify="container"].alert-Warning { /* yellow */
    background-color: rgb(255, 255, 215);
    border-color: rgb(255, 237, 71);
}



/* good with glyphicon-repeat or glyphicon-refresh */
.glyphicon-spinner {
    -animation: spin 1.7s infinite linear;
    -webkit-animation: spin2 1.7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}


/* Navbar updates */

#top-nav.navbar {
    background: rgb(14,14,14); /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #444444 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=1 ); /* IE6-9 */
    box-shadow: 0 3px 3px rgba(105, 105, 105, 0.5);
}
#top-nav .navbar-right li a.dropdown-toggle, #top-nav .navbar-right li a.login {
    color: #DDDDDD;
}
#top-nav .navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

#top-nav .navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#top-nav .icon-size {
    font-size: 87px;
}

#top-nav .navbar-nav .mini-avatar {
    width: 28px;
    height: 28px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 20%;
    margin: 0px;
}
#top-nav .navbar-nav > li > a {
    padding-bottom: 5px;
}

#top-nav .navbar-login .avatar {
    width: 87px;
    height: 87px;
    border: 1px solid #CCCCCC;
    border-radius: 30%;
}
#top-nav.navbar .dropdown-menu {
    z-index: 1050;
}
#top-nav.navbar .dropdown-menu li .icon {
    display: inline-block;
    top: 0;
    padding-left: 4px;
    padding-right: 5px;
    font-size: 10px;
    color: #AAAAAA;
}

/* Custom Styles */
html, body {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}

td.align-middle, table.align-middle tbody td {
    vertical-align: middle !important;
}

#body-content-padding {
    height: 50px; /* provides padding at the bottom of the body content before the footer */
}


#footer {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #CCCCCC;
}
#footer .container {
    padding-top: 8px;
    font-size: 0.85em;
    color: #888888;
}
#footer .container a {
    text-decoration: underline;
    color: #555555;
}
#footer .container a:hover {
    color: #888888;
}

#footer .version-info i {
    font-size: 1.2em !important;
    color: #BBBBBB;
}

#footer .version-info .popover {
    min-width: 250px;
}

#footer .version-info .popover .popover-content {
    font-size: 0.85em;
}


@media (max-width: 767px) {
    #REMOVE_THIS_footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.hidden {
    display: none !important;
}

h5 {
    font-weight: 600;
    color: #666666;
}

input[type="checkbox"]:checked {
    cursor: default !important;
}

.input-short {
    display: inline-block;
    max-width: 100px;
}

.input-med {
    display: inline-block;
    max-width: 250px;
}

.input-large {
    display: inline-block;
    max-width: 600px;
}

.table-small thead tr th, .table-small tbody tr td, .table-small tr td {
    font-size: 85%;
    padding: 4px 5px;
}

.table tfoot tr td {
    font-weight: 600;
    color: #888888;
}

.table td.no-wrap {
    white-space: nowrap;
}

.width-auto {
    width: auto !important;
}

.gray-flexbox {
    margin: 8px 20px;
    display: inline-block;
    background-color: #EFEFEF;
    padding: 10px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
}
.gray-flexbox > table {
    margin-bottom: 0;
}
.gray-flexbox > .table-condensed td {
    font-size: 12px;
}


.gray-box {
    margin: 8px 20px;
    background-color: #EFEFEF;
    padding: 10px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
}

.white-box {
    margin: 8px 20px;
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}



/* easy hide/show content */
a.toggle-trigger {
    text-decoration: none !important;
}

a.toggle-trigger > i:before {
    content: "\f151"; /* up */
    font-family: 'FontAwesome';
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
    padding-left: 4px;
}

a.toggle-trigger.collapsed > i:before {
    content: "\f150"; /* down */
}

.collapsing.no-animation {
    -webkit-transition: none;
    transition: none;
    display: none;
}
.toggle-target {
    padding-left: 20px;
    padding-bottom: 10px;
}


@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

.nowrap {
    white-space: nowrap;
}

.gray-text {
    color: #999999;
}

.yield-sm:before {
    color: #FF6633;
    font-family: "FontAwesome";
    text-decoration: none;
    font-style: normal;
    content: "\f071"; /* fa-warning */
}

.btn-micro {
    padding: 2px 8px;
    font-size: 0.8em;
}

.btn-action-group {
    padding: 5px;
    line-height: 1em;
}

.btn-action {
    margin: 0px;
}

.btn-action span {
    margin: 0px;
    border: 2px solid #9cc2e3;
    color: #4c91cd;
    border-radius: 6px;
    padding: 2px 4px 2px 4px;
    font-size: 1.3em;
}

.btn-action:hover span, .btn-action:active span {
    color: #23527c;
    border-color: #337ab7;
    background-color: #FFFFFF;
}

.btn-action-group .popover {
    min-width: 200px;
}

.btn-select:after {
    font-family: 'Glyphicons Halflings';
    content: "\e250"; /* triangle-right */
    font-size: 80%;
    padding-left: 4px;
    opacity: 0.6;
}

.btn-select:hover:after, .btn-select:active:after {
    opacity: 1;
}

.btn-icon-right {
    text-align: center;
    padding: 4px 0 5px 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-icon-left {
    text-align: center;
    padding: 4px 10px 5px 0;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-grey {
    color: #333333;
    background-color: #d3d3d3;
    border-color: #9b9b9b;
}
    .btn-grey:hover {
        color: #FFFFFF;
        background-color: #9b9b9b;
        border-color: #d3d3d3;
    }


/* Datatable overrides and customizations */

.dataTables_filter label {
    font-weight: normal;
    font-size: 9pt;
    color: #666666;
}

.dataTables_filter label input {
    font-weight: normal;
    font-size: 9pt;
    min-height: 2em;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 4px;
}

.dataTables_length {
    font-size: 12px;
}
.dataTables_length select {
    height: 25px;
}

.dataTables_info {
    font-size: 12px;
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 6px !important;
}


.wysiwyg-ie-warning {
    display: none;
    border: 1px solid #FF6633;
    border-radius: 8px;
    background-color: #FFC6B3;
    padding: 8px;
    margin: 8px 0;
    color: #FF4000;
}
.wysiwyg-ie-warning a {
    color: #B32D00;
    text-decoration: underline;
}
.wysiwyg-ie-warning .glyphicon {
    margin-right: 8px;
    color: #FF8C66;
}


.NoResults {
    display: none;
    width: 100%;
    text-align: center;
    min-height: 12em;
}
.NoResults:before {
    display: inline;
    font-family: 'Glyphicons Halflings';
    content: '\e107';
    color: #f3f3f3;
    font-size: 8em;
    z-index: -1;
}
.NoResults h6 {
    padding: 0px;
    border: 0px;
    text-align: center;
    font-size: 2em;
    color: #CCCCCC;
    margin: auto;
    margin-top: -3.5em;
    width: 100%;
    z-index: 100;
}
.NoResults p .btn {
    margin-top: 60px;
}

.NoResults-sm {
    text-align: left;
    padding: 8px 0px 8px 40px;
    font-size: 0.9em;
    font-weight: 100;
    font-style: italic;
    color: #AAAAAA;
}


.Loading {
    width: auto;
    min-height: 8em;
    margin-top: 30px;
    text-align: left;
    padding-left: 40%;
}
.Loading .bg-icon {
    color: #f3f3f3;
    font-size: 8em;
    z-index: 1 !important;
    position: absolute;
    margin-left: -35px;
    margin-top: -10px;
}
.Loading h6 {
    padding: 0px;
    border: 0px;
    text-align: left;
    font-size: 2em;
    color: #CCCCCC;
    margin: auto;
    margin-top: 0;
    margin-left: -3%;
    width: auto;
    position: absolute;
    z-index: 100;
    padding-top: 1em;
}


.ProgramPicture {
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    width: 65px;
    height: 65px;
    font-family: arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
    text-align: center;
    color: #555555;
    cursor: default;
}
.ProgramPicture.small {
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    text-align: center;
    color: #555555;
    cursor: default;
}
.ProgramPicture.popup {
    display: none;
    position: absolute;
    z-index: 9999;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 0 20px #333333;
    -moz-box-shadow: 0 0 20px #333333;
    box-shadow: 0 0 20px #333333;
    cursor: default;
}




@keyframes SessionBar-load {
    from { opacity: 0; margin-top: 0; }
    to { opacity: 1; margin-top: 50px; }
}

@-webkit-keyframes SessionBar-load {
    from { opacity: 0; margin-top: 0; }
    to { opacity: 1; margin-top: 50px; }
}

@-moz-keyframes SessionBar-load {
    from { opacity: 0; margin-top: 0; }
    to { opacity: 1; margin-top: 50px; }
}

@-ms-keyframes SessionBar-load {
    from { opacity: 0; margin-top: 0; }
    to { opacity: 1; margin-top: 50px; }
}



#SessionBar.loadDown {
    -moz-animation: SessionBar-load 0.5s;
    -webkit-animation: SessionBar-load 0.5s;
    -ms-animation: SessionBar-load 0.5s;
    animation: SessionBar-load 0.5s;
}

#SessionBar {
    width: 170px;
    overflow: hidden;
    position: absolute;
    margin-top: 0;
    padding: 6px 5px 3px 6px;
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 10px;
    box-shadow: 0 3px 3px rgba(105, 105, 105, 0.3);
}

#SessionBar .ProgramPicture.small {
    margin-right: 8px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.SessionBar.ProgramPicture.popup {
    cursor: pointer !important;
}


#SessionBar .ESiteLabel {
    max-height: 42px;
    overflow: hidden;
}
#SessionBar span {
    line-height: 10px;
    font-size: 10px;
    color: #999999;
}
#SessionBar strong {
    font-size: 12px;
    line-height: 12px;
}
#SessionBar strong a {
    color: #666666;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
#SessionBar strong a:hover {
    color: #444444;
    text-decoration: underline;
}

.contentCategory:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.categoryWeb {
    top: -3px;
}
.categoryWeb:before {
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 2px 3px 2px 3px;
    content: "web";
    font-size: 60%;
}

.categoryDoc:before {
    font-family: "FontAwesome";
    content: "\f1c1"; /* fa-file-pdf-o */
}

.categoryImageTile:before {
    font-family: "FontAwesome";
    content: "\f03e"; /* fa-picture-o */
    font-size: 60%;
}

.categoryImageBanner:before {
    font-family: "FontAwesome";
    content: "\f03e"; /* fa-picture-o */
}

.categoryPresentation:before {
    font-family: "FontAwesome";
    content: "\f26c"; /* blackboard or: fa-desktop fa-television*/
}

.categoryVideo:before {
    font-family: "FontAwesome";
    content: "\f16a"; /* fa-youtube-play */
}

.categoryVideoFile:before {
    font-family: "FontAwesome";
    content: "\f1c8"; /* fa-file-video-o */
}

.categoryForm:before {
    font-family: "FontAwesome";
    content: "\f044"; /* fa-pencil-square-o */
}

.categorySocialLinkedIn {
    top: -3px;
}
.categorySocialLinkedIn:before {
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 2px 3px 2px 3px;
    content: "IN";
    font-size: 60%;
}


.scrollBox {
    max-height: 400px;
    overflow: auto;
    padding: 4px;
}

.scrollBox.fancy {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.scrollTopBottom {
    text-align: right;
    font-size: 9pt;
    margin-top: -22px;
    z-index: 1;
    display: none;
}

.scrollTopBottom a {
    padding-left: 12px;
}

.scrollTopBottom a em {
    padding-right: 3px;
    font-size: 10pt;
}

/* fix for Froala sticky header */
.fr-sticky-on {
    margin-top: 50px;
}


/* Tile/Card View Interface */


.tile {
    float: left;
    width: 268px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin: 15px 8px;
    padding: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tile {
        width: 295px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tile {
        width: 340px;
    }
}

@media (min-width: 578px) and (max-width: 767px) {
    .tile {
        width: 47%;
    }
}

@media (max-width: 578px) {
    .tile {
        width: 95%;
    }
}

.tile > table {
    width: 100%;
    height: 100%;
}

.tile.inactive {
    opacity: 0.7;
}

.tile-background-image {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    border-radius: 8px;
}

.tile:hover .tile-background-image {
    opacity: 0.75;
}


/* LinkedIn Preview */

.linkedin-icon, .linkedin-icon-sm {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin-50.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.linkedin-icon-sm {
    width: 15px;
    height: 15px;
}

.linkedin-container {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 553px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    color: #555555;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(170,170,170,0.7);
    -moz-box-shadow: 0px 4px 4px 0px rgba(170,170,170,0.7);
    box-shadow: 0px 4px 4px 0px rgba(170,170,170,0.7);
}

    .linkedin-container .header {
        padding: 10px;
        padding-bottom: 4px;
    }

        .linkedin-container .header:before {
            margin-top: 8px;
            width: 40px;
            text-align: center;
            float: left;
            display: inline;
            font-family: FontAwesome;
            content: '\f007'; /* fa-user-circle-o */
            color: #AAAAAA;
            font-size: 28px;
        }

        .linkedin-container .header .menu {
            margin-top: 8px;
            float: right;
            width: 25px;
            height: 5px;
            background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin/menu.gif);
            background-repeat: no-repeat;
        }

        .linkedin-container .header .person-name {
            font-weight: 700;
            font-size: 14px;
        }

        .linkedin-container .header .person-title, .linkedin-container .header .date-posted {
            font-size: 12px;
            color: #AAAAAA;
        }

    .linkedin-container .content {
        padding: 8px;
    }
        .linkedin-container .content textarea {
            width: 100%;
            height: 410px;
            overflow: auto;
        }
            .linkedin-container .content textarea.error {
                color: #FF0000;
                border-color: #FF0000;
            }
        .linkedin-container .content .hashtags {
            font-weight: 700;
            color: #0073b1;
        }
        .linkedin-container .content .hashtags input[type=text] {
            margin-top: 8px;
            width: 100%;
        }

    .linkedin-container .image-large {
        max-height: 288px;
        overflow: hidden;
    }
        .linkedin-container .image-large img {
            max-width: 551px;
            width: 100%;
        }

    .linkedin-container .post-title {
        border-top: 1px solid #e6e9ec;
        background-color: #f3f6f8;
        padding: 8px;
    }
        .linkedin-container .post-title textarea {
            width: 100%;
            background-color: #f3f6f8;
            overflow: hidden;
        }

        .linkedin-container .post-title .image-small {
            display: none;
            margin-top: 8px;
            float: left;
            width: 120px;
            height: 70px;
            margin-right: 8px;
            margin-bottom: 8px;
            background-repeat: no-repeat;
            background-size: 100%;
            /*  background-position-y: -20px; */
        }

        .linkedin-container .post-title .bookmark {
            margin-top: 10px;
            float: right;
            background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin/bookmark.gif);
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
        }

        .linkedin-container .post-title .title {
            font-weight: 700;
            font-size: 14px;
            padding-right: 50px;
        }
        .linkedin-container .post-title .title textarea.error {
            color: #FF0000;
            border-color: #FF0000;
        }

        .linkedin-container .post-title .url {
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 12px;
            clear: both;
        }

            .linkedin-container .post-title .url a {
                color: #AAAAAA !important;
                text-decoration: none;
            }

    .linkedin-container .like-comment-data {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #CCCCCC;
        font-size: 12px;
        color: #AAAAAA;
    }

    .linkedin-container .like-comment-actions {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: 700;
        font-size: 14px;
    }

        .linkedin-container .like-comment-actions span {
            padding-right: 12px;
            color: #888888;
            background-repeat: no-repeat;
            padding-left: 18px;
        }

            .linkedin-container .like-comment-actions span.like {
                background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin/like.gif);
            }

            .linkedin-container .like-comment-actions span.comment {
                background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin/comment.gif);
            }

            .linkedin-container .like-comment-actions span.share {
                background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin/share.gif);
            }

    .linkedin-container .metrics {
        padding: 8px;
        font-size: 14px;
        border-top: 1px solid #CCCCCC;
        color: #888888;
        padding-left: 32px;
        background-image: url(https://s3.amazonaws.com/sharedirect.app.dev/shared/images/linkedin/metrics.gif);
        background-repeat: no-repeat;
        background-position: 8px 8px;
    }


    .linkedin-container.small-format .image-large {
        display: none;
    }

    .linkedin-container.small-format .post-title .image-small {
        display: block;
    }

    .linkedin-container.small-format .post-title textarea {
        width: 350px;
        margin-top: 8px;
        height: 90px;
    }


        
.bgflash-yellow {
    -moz-animation: bgflash-yellow 0.5s ease-out;
    -moz-animation-iteration-count: 2;

    -webkit-animation: bgflash-yellow 0.5s ease-out;
    -webkit-animation-iteration-count: 2;

    -ms-animation: bgflash-yellow 0.5s ease-out;
    -ms-animation-iteration-count: 2;
}

@keyframes bgflash-yellow {
     0% { background-color: transparent; }
     50% { background-color: rgba(221, 221, 0, 0.3); }
     100% { background-color: transparent; }
 }

@-webkit-keyframes bgflash-yellow {
     0% { background-color: transparent; }
     50% { background-color: rgba(221, 221, 0, 0.3); }
     100% { background-color: transparent; }
 }

@-moz-keyframes bgflash-yellow {
     0% { background-color: transparent; }
     50% { background-color: rgba(221, 221, 0, 0.3); }
     100% { background-color: transparent; }
 }

@-ms-keyframes bgflash-yellow {
     0% { background-color: transparent; }
     50% { background-color: rgba(221, 221, 0, 0.3); }
     100% { background-color: transparent; }
 }


        
.bgflash-green {
    -moz-animation: bgflash-green 0.5s ease-out;
    -moz-animation-iteration-count: 2;

    -webkit-animation: bgflash-green 0.5s ease-out;
    -webkit-animation-iteration-count: 2;

    -ms-animation: bgflash-green 0.5s ease-out;
    -ms-animation-iteration-count: 2;
}

.bgflash-green-repeat {
    -moz-animation: bgflash-green 0.4s ease-out;
    -moz-animation-iteration-count: 8;
    -webkit-animation: bgflash-green 0.4s ease-out;
    -webkit-animation-iteration-count: 8;
    -ms-animation: bgflash-green 0.4s ease-out;
    -ms-animation-iteration-count: 8;
}

@keyframes bgflash-green {
     0% { background-color: transparent; }
     50% { background-color: rgba(21, 117, 55, 0.3); }
     100% { background-color: transparent; }
 }

@-webkit-keyframes bgflash-green {
     0% { background-color: transparent; }
     50% { background-color: rgba(21, 117, 55, 0.3); }
     100% { background-color: transparent; }
 }

@-moz-keyframes bgflash-green {
     0% { background-color: transparent; }
     50% { background-color: rgba(21, 117, 55, 0.3); }
     100% { background-color: transparent; }
 }

@-ms-keyframes bgflash-green {
     0% { background-color: transparent; }
     50% { background-color: rgba(21, 117, 55, 0.3); }
     100% { background-color: transparent; }
 }

    
        
.bgflash-red {
    -moz-animation: bgflash-red 0.5s ease-out;
    -moz-animation-iteration-count: 2;

    -webkit-animation: bgflash-red 0.5s ease-out;
    -webkit-animation-iteration-count: 2;

    -ms-animation: bgflash-red 0.5s ease-out;
    -ms-animation-iteration-count: 2;
}

@keyframes bgflash-red {
     0% { background-color: transparent; }
     50% { background-color: rgba(200, 0, 0, 0.3); }
     100% { background-color: transparent; }
 }

@-webkit-keyframes bgflash-red {
     0% { background-color: transparent; }
     50% { background-color: rgba(200, 0, 0, 0.3); }
     100% { background-color: transparent; }
 }

@-moz-keyframes bgflash-red {
     0% { background-color: transparent; }
     50% { background-color: rgba(200, 0, 0, 0.3); }
     100% { background-color: transparent; }
 }

@-ms-keyframes bgflash-red {
     0% { background-color: transparent; }
     50% { background-color: rgba(200, 0, 0, 0.3); }
     100% { background-color: transparent; }
 }


.textflash-green-repeat {
    -moz-animation: textflash-green 0.4s ease-out;
    -moz-animation-iteration-count: 8;
    -webkit-animation: textflash-green 0.4s ease-out;
    -webkit-animation-iteration-count: 8;
    -ms-animation: textflash-green 0.4s ease-out;
    -ms-animation-iteration-count: 8;
}

@keyframes textflash-green {
     0% { color: #666666; }
     50% { color: green; }
     100% { color: #666666; }
 }

@-webkit-keyframes textflash-green {
     0% { color: #666666; }
     50% { color: green; }
     100% { color: #666666; }
 }

@-moz-keyframes textflash-green {
     0% { color: #666666; }
     50% { color: green; }
     100% { color: #666666; }
 }

@-ms-keyframes textflash-green {
     0% { color: #666666; }
     50% { color: green; }
     100% { color: #666666; }
 }



/* aeolipile loading spinner */

#page-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-animation: fadeIn02 1s linear;
    -moz-animation: fadeIn02 1s linear;
    animation: fadeIn02 1s linear;
    animation-fill-mode: forwards;
}
#page-aeoloader {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -80px;
    z-index: 10001;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 3px 25px 13px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 10px #ffffff, -10px 0 80px rgba(0, 87, 182, 0.5), 10px 0 80px rgba(97, 97, 97, 0.5);
    -webkit-animation: fadeIn 0.5s linear;
    -moz-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: forwards;
}
.aeoloader {
    margin: 20px;
    width: 185px;
    min-width: 185px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 3px 25px 13px 20px;
    background-color: rgba(255, 255, 255, 0.45);
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.6);
}
#page-aeoloader i, .aeoloader i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("/images/aeolipile-50.png");
    background-repeat: no-repeat;
    opacity: 0.2;
    position: absolute;
    -webkit-animation: aeospin 4s linear infinite;
    -moz-animation: aeospin 4s linear infinite;
    animation: aeospin 4s linear infinite;
    cursor: default;
}
#page-aeoloader span, .aeoloader span {
    opacity: 0.9;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 56px;
    color: rgba(0, 87, 182, 0.8);
    -webkit-animation: changeColor 80s ease-in infinite;
    animation: changeColor 4s ease-in infinite;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fadeIn {
    -webkit-animation: fadeIn 0.5s linear;
    -moz-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
     0% { opacity: 0;}
     50% { opacity: 0.5;}
     100% { opacity: 1;}
}
@-webkit-keyframes fadeIn02 {
     0% { opacity: 0;}
     50% { opacity: 0.15;}
     100% { opacity: 0.2;}
}
@-webkit-keyframes changeColor {
     0% {color: rgba(97, 97, 97, 0.8);}
     50% {color: rgba(0, 87, 182, 0.8);}
     100% {color: rgba(97, 97, 97, 0.8);}
}

@-moz-keyframes aeospin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes aeospin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes aeospin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }