﻿.datarow {
    margin-bottom: 40px;
}
.divdate {
    text-align:right;
}
.headers{
    color:gray;
    font-weight:bold;
}
.inputaslabelcontrol{
    border:none;    
}
.blogtitle {    
    color: #0079C2;    
    margin:auto;
}

.divcontenteditor{
    height:800px;
}
.divsitepage{
    margin-top:-50px;
}
.addontoolbardiv {
    background-color: #F7F7F7;    
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}
    .addontoolbardivadjustment {
        /*padding-left:30px;
        padding-right:30px;*/
    }
    
    .imgborder {
        background: url("../images/AddMedia.png") no-repeat;
        height: 50px;
        width: 222px;
        border: none;
    }
        .imgborder:hover {
            background: url("../images/AddMedia2.png") no-repeat;
            cursor: pointer;
            padding-right: 20px;
            background-color: #ff5733;
            padding-right: 30px;
        }

.tdblogtitleanchor {
    text-decoration: none;
    color: black;
}

    .tdblogtitleanchor:hover {
        text-decoration: none;
        /*background-color: #007bff;*/
        color: #007bff;
    }

td:hover a {
    color: #007bff;
}



.divblogrightsidebar {
    background-color: #EAEEF1;
    margin-bottom: 15px;
    width: 48%;
    float: right;
    margin-left: 15px;
    /*height: 520px;*/
}

.noFloat {
    float: none !important;
    margin-left:0 !important;
    width:100%;
}

.divblogrighsidetitle {
    border-bottom: solid;
    border-bottom-color: #ced0d1;
    border-bottom-width: 0.5px;
    padding: 10px 20px 10px 25px;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: 500;
    color: white;
    /*background: linear-gradient(to bottom right, #0079C2, #2DB0FF);*/
    background-color: #0079C2;
    font-size: 14px;
}

.divtitles {
    padding: 10px 20px 10px 25px;
    font-size: 14px;
}

#divSubscriptionHeader {
    position: fixed;
    top: 0px;
    height: 40px;
    background-color: #0079C2;
    width:100%;
    z-index:1;
    text-align:center;
}

    #divSubscriptionHeader:hover{
       
    }


    #divSubscriptionHeader .osamButton {
        color: white;
        border-color: white !important;
        margin: 1px auto 0 auto !important;
        font-size: 12px;
        line-height: 34px !important;
        width: 165px !important;
        padding: 0 20px 0 20px !important;
    }

        #divSubscriptionHeader .osamButton:hover {
            color: #0079C2 !important;
            background-color:white !important;
        }



    #divSubscriptionHeader .osamArrow{
        line-height:34px !important;
    }


.divtitles .osamButton {
    font-size: 12px !important;
    line-height: 34px !important;
    padding: 0 20px 0 20px !important;
}

.divtitles .osamArrow {
    line-height: 34px !important;
}

a.twitterBtn:link, a.twitterBtn:visited {
    background-image:url('/images/twitter-btn.png');
    background-size:100% 100%;
    width:61px;
    height:22px;
    margin-right:3px;
    display:inline-block;
}
a.twitterBtn:hover {
    background-image: url('/images/twitter-button-highlighted.png');
}

a.linkedInBtn:link, a.linkedInBtn:visited {
    background-image: url('/images/linkedinbtn.png');
    background-size: 100% 100%;
    width: 61px;
    height: 22px;
    display: inline-block;
}

a.linkedInBtn:hover {
    background-image: url('/images/linkedinbtn-hover.png');
}

.social-media-links {
    padding: 10px 0 0 0;
    margin-top: 0;
}

@media only screen and (max-width: 1150px) and (min-width: 768px) {
    .logoheadertext{
        margin-left:60px !important;
    }
}

/* MOBILE */
@media only screen and (max-width: 768px) {
    .divsitepage {
        margin-top: -10px;
    }

    .divblogrightsidebar {
        float: none !important;
        margin-left: 0 !important;
        width: 100%;
    }
}