#articleImages {

    min-height: 400px;

}

.dnnEditTab {
    padding: 20px ;
}

.dateControl {
    width: 25% !important;
}
.placeholderImage {

}

.articleImg {
    border: 1px solid #ccc;
    padding: 7px;
    margin: 0 20px 20px 20px;
}

.settingPane {
    min-height: 400px;
}

.imgEditCreate {
    border: 1px solid #ccc;
    padding:10px
}

/* article status */
.articlePending {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
        padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.articleLive {
        padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
     color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.articleDraft {
        padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
        color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

 .fa-2 {
    font-size: 2em !important;
}

 .fa-3 {
    font-size: 4em !important;
}

 .fa-4 {
     font-size: 7em !important;
}

 .fa-5 {
    font-size: 12em !important;
}

.fa-6 {
    font-size: 20em !important;
}
.txtAlignCenter {
    text-align: center;
}

.dnnRadiobutton > .mark {
    background-color: transparent !important;
}
.height-spacer-md {
    height: 20px;
}

.mobile-social-share {
    background: none repeat scroll 0 0 #EEEEEE;
    display: block !important;
    min-height: 70px !important;
    margin: 15px 0px;
}


.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}

.adminButtons {

    float: right;
    margin: 18px 20px;

}

ul.dropdown-menu li {
    list-style: none !important;
}

.div-inline{

    display:inline-block;
}

.fa-facebook-square {
    color: #3B5998;
}

.fa-twitter-square {
    color: #55acee;
}
.noHeight
{margin:0px !important;
padding:0px!important}

.articleHeadline h2 {
  font-size: 24px;
}
.articleDate {
  font-weight: bold;
  font-size:14px;
  margin:15px 0;
}
.articleDateLanding {
  font-size:14px;
  margin:15px 0;
}
.articleImg {
  float:right;
}
.articleReadMore {
  float:right;
  font-size: 12px;
  margin:0px 15px 15px 0px;
}
.social-icon-fb {
  width: 78px;
  height: 20px;
  display: block;
}
.social-icon-twitter {
  width: 78px;
  height: 21px;
  display: block;
  overflow: hidden;
}

.btn-social {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}
.twitter-share-button[style] { vertical-align: text-bottom !important;height:19px !important }
