/** TweetBoost DASHBOARD WIDGET STYLES **/

/** TweetBoost Status Widget **/
#tweet-boost-admin-notification-widget{
    max-height: 700px;
    overflow: auto;
    border-top: 12px solid #ffffff;
    border-bottom: 12px solid #ffffff;
}

.tweet-boost-tweet-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 4px;
}

/* styles for the "no tweet status" message */
#tweet-boost-tweet-no-status-container{
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
    color: #dddddd;
    text-shadow: 1px 1px #aaaaaa;
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0px;
    padding: 2px;
    border: 2px solid #efefef;
    background-image: linear-gradient(#3f4c6b -10%, #43b551 50%, #3f4c6b 110%);
    /* create the radial background for the no status message */
    background: -webkit-radial-gradient(#43b551 40%, #3f4c6b 95%);
    background: -o-radial-gradient(#43b551 40%, #3f4c6b 95%);
    background: -moz-radial-gradient(#43b551 40%, #3f4c6b 95%);
    background: radial-gradient(#43b551 40%, #3f4c6b 95%);
    flex-direction: column;
    justify-content: center;

}

/* background color for the successful tweets */
.tweet-boost-tweet-container.tweet-boost-successful-tweet-container{
    /* background-color: rgba(70, 156, 34, 0.29); */
    background-color: rgba(34, 156, 54, 0.14);
    color: #656565;
    /* text-shadow: 1px 1px white; */
    padding-top: 8px;
}

/* background color for the tweet errors */
.tweet-boost-tweet-container.tweet-boost-error-tweet-container{
    /* background-color: rgba(203, 240, 88, 0.47); */
    background-color: rgba(88, 213, 240, 0.07);

    /* text-shadow: 1px 1px white; */
    color: #7d7d7d;
    padding-top: 8px;
}

.tweet-boost-tweet-image{
    width: 25px;
    height: 25px;
    text-align: center;
    padding-left: 13px;
}

.tweet-boost-post a {
    display:inline-block;
    margin-right:10px;
    text-decoration:none;
}

.tweet-boost-tweet-excerpt{
    width: 100%;
    padding-left: 5%;
    /* padding-right: 5%; */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 8px;
}

.tweet-boost-post{
    width: 172px;
    text-align:right;
    margin-right:5px;
}

.tweet-boost-status-log a {
    //color:#fff;
}

.tweet-boost-post a{
    //display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tweet-boost-tweet-number{
    width: 5%;
    margin-left: auto;
}

/** TweetBoost Upcoming Tweets Widget Tweet Tooltips **/
.tweet-boost-upcoming-tweet-wrapper{
    display: none;
    z-index: 100;
}

.tweet-boost-upcoming-tweet-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 46px;
    margin-bottom: 0px;
    padding: 2px;
    border: 2px solid #efefef;
    background-image: linear-gradient(#d8d8d8, #ffffff);


}

@-moz-document url-prefix(){
    .tweet-boost-upcoming-tweet-wrapper{
        padding-bottom: 1px;
    }
    .tweet-boost-upcoming-tweet-container{
        border: 3px solid #efefef;
    }
}

.tweet-calendar-tooltip-data-element{
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}

.tweet-boost-upcoming-tweet-account-avatar{
    width: 40px;
    height: 40px;
    padding-left: 2px;
    padding-top: 2px;
}

.tweet-boost-upcoming-tweet-content{
    width: 20%;
    height: 46px;
    position: relative;
    left: 0px;
    margin-top: -1px;
    margin-left: 3%;
    margin-right: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px dotted #c7c7c7;
    border-bottom: 1px dotted #d8d8d8;
    background-image: linear-gradient(#d8d8d8, #ffffff);
}

    .tweet-boost-upcoming-tweet-excerpt{
        display: inline-block;
        vertical-align: top
    }

    .tweet-boost-upcoming-tweet-image{
        width: 0px;
        height: 40px;
        padding-top: 2px;
        display: inline-block;
        transition: all 0.5s ease-in-out;
    }

        .tweet-boost-upcoming-tweet-image img{
            transition: all 0.4s ease-in-out;
            width: 0px;
            height: 38px;
        }

.tweet-boost-upcoming-tweet-date{
    width: 30%;
    overflow: hidden;
}

.tweet-boost-upcoming-tweet-post{
    width: 25%;
    margin-left: 3%;
}

    .tweet-boost-upcoming-tweet-post a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* upcoming tweet content hover styles */
.tweet-boost-upcoming-tweet-content:hover ~ .tweet-boost-upcoming-tweet-account-avatar,
.tweet-boost-upcoming-tweet-content:hover ~ .tweet-boost-upcoming-tweet-date,
.tweet-boost-upcoming-tweet-content:hover ~ .tweet-boost-upcoming-tweet-post{
    width: 0px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.tweet-boost-upcoming-tweet-content:hover{
    width: calc(100% + 3px);
    height: 46px;
    position: relative;
    left: -40px;
    margin-left: -1px;
    margin-right: -43px;
    margin-top: -1px;
    border-bottom: 1ps solid #ffffff;
}

.tweet-boost-upcoming-tweet-content:hover .tweet-boost-upcoming-tweet-excerpt{
    width: calc(100% - 43px);
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

.tweet-boost-upcoming-tweet-content:hover .tweet-boost-upcoming-tweet-image{
    display: inline-block;
    width: 40px;
}

.tweet-boost-upcoming-tweet-content:hover .tweet-boost-upcoming-tweet-image img{
    width: 38px;
    height: 38px;
}

/** TweetBoost CALENDAR WIDGET **/

.tweet-boost-upcoming-tweets-calendar-wrapper a{
	text-decoration: none;
	color: #fff;
}

.tweet-boost-upcoming-tweets-calendar-wrapper a.link{
  color: #fff;
  background-color: #3f4c6b;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #3f4c6b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tweet-boost-upcoming-tweets-calendar-wrapper a:hover{
    /* color: #1fedf7 !important; */
    color: #fff !important;
}

/* CLEARFIX */

.tweet-boost-calendar-field:before,
.tweet-boost-calendar-field:after {
    content: " ";
    display: table;
}

.tweet-boost-calendar-field:after {
    clear: both;
}

.tweet-boost-calendar-field {
    *zoom: 1;
}

/* CALENDAR */
.tweet-boost-upcoming-tweets-calendar-wrapper{
	width: 100%;
    padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#tweet-boost-upcoming-tweets-calendar{
    display: inline;
	width: 100%;
    height: 100%;
    text-align: center;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-inline.ui-datepicker{
    width: 100%;
    background: transparent;
    border: none;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-header{
    background: transparent;
    padding: 2px 0px;
    border: none;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-header .ui-datepicker-prev span.ui-icon{
    display: block;
    background: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    position: initial;
    margin: 0px;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-header .ui-datepicker-next span.ui-icon{
    display: block;
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    position: initial;
    margin: 0px;
}

#tweet-boost-upcoming-tweets-calendar table.ui-datepicker-calendar{
    background: transparent;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker,
#tweet-boost-upcoming-tweets-calendar .ui-datepicker table,
#tweet-boost-upcoming-tweets-calendar .ui-datepicker tr,
#tweet-boost-upcoming-tweets-calendar .ui-datepicker td,
#tweet-boost-upcoming-tweets-calendar .ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker {
    display: none;
    width: 100%;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar{
	width: 100%;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-title {
	text-align: center;
	font-size: 20px;
    font-weight: bold;
    line-height: 54px;
	margin: 20px 0;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar td {
    padding: 5px 5px;
    text-align: center;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar td a,
#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar td span{
    text-align: center;
    color: #ffffff;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar td.ui-datepicker-other-month.ui-datepicker-unselectable{
    opacity: 0.35;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-calendar .ui-state-default {
    display: block;
    /* background: #366473; */
    background: #a0b0b78c;
    color:#545454;
    outline: none;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 14px;
    line-height: 50px;
    cursor: default;
    padding: 0px;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-prev{
    display: block;
    height: 23px;
    width: 24px;
	position: absolute;
	left: 6px;
	top: calc(50% - 12px);
	cursor: pointer;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-next{
    display: block;
    height: 23px;
    width: 24px;
	position: absolute;
	right: 6px;
	top: calc(50% - 12px);
	cursor: pointer;
}

#tweet-boost-upcoming-tweets-calendar .ui-datepicker-prev:hover,
#tweet-boost-upcoming-tweets-calendar .ui-datepicker-next:hover{
    background: #fefefe;
    border-radius: 3px;
}

/* color the dates that have tweets */
#tweet-boost-upcoming-tweets-calendar  .tweet-boost-tweet-on-date a.ui-state-default{
    background: #9cffa8;
}

.tweet-boost-upcoming-tweet-wrapper{
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 13px;
}

#tweet-boost-tweet-calendar-widget .tweet-boost-upcoming-tweets-calendar-date .ui-state-default{
    line-height: 50px;
}

.tweet-boost-schedule-status-icon{
    width: 20px;
}

.tweet-boost-schedule-status-icon img{
    height: 14px;
    width: 14px;
}

/**** All tweets calendar styles ****/
#tweet-boost-tweet-calendar-widget,
#tweet-boost-tweet-calendar-widget *{
    box-sizing: border-box;
}

#tweet-boost-upcoming-tweets-calendar-select-account-button-container{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#tweet-boost-tweet-calendar-widget #calendar-tweet-count-range{
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: url(../images/tweet-count-range.jpg);
    background-size: cover;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

#tweet-boost-tweet-calendar-widget #calendar-tweet-count-range-label{
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
    margin-bottom: 0px;
    background-color: #03c1fc;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button{
    display: inline-block;
    width: 23%;
    margin: 1.3%;
    cursor: pointer;
    max-width: 40px;
    max-height: 40px;
    border-radius: 4px;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button:nth-of-type(4n - 2){
    margin-left: 0px;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button:nth-of-type(4n + 1){
    margin-right: 0px;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button.selected{
    border: 2px solid #72bbbb;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button.unselected{
    border: 2px solid #fff;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button-image{
    display: block;
    width: 100%;
    height: 100%;
}

#tweet-boost-tweet-calendar-widget .twitter-account-select-button .twitter-account-select-button-image{
    display: none;
}

.twitter-account-add-new{
    display: inline-block;
    width: 23%;
    margin: 1.3%;
    cursor: pointer;
    max-width: 40px;
    border-radius: 4px;
    border: solid 1px #cfcfcf;
}

.twitter-account-add-new-hover {
    background-color:#737373;
}

.tweet-boost-add-new-account {
    margin-left: auto;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    color: #cfcfcf;
}

/** Calendar responsive styles **/
#tweet-boost-tweet-calendar-widget[min-width~="701px"] .twitter-avatar-full-size{
    display: block;
}

#tweet-boost-tweet-calendar-widget[max-width~="700px"] .twitter-avatar-thumb{
    display: block;
}

#tweet-boost-tweet-calendar-widget[max-width~="320px"] .ui-datepicker-next,
#tweet-boost-tweet-calendar-widget[max-width~="320px"] .ui-datepicker-prev{
    top: 6px;
}

#tweet-boost-tweet-calendar-widget[max-width~="320px"] #tweet-boost-upcoming-tweets-calendar .ui-datepicker-title{
    margin-bottom: 0px;
}

/** SCHEDULE MANAGEMENT WIDGET **/
#tweet-boost-schedule-management-table{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tweet-boost-smw-content-container{
    display: none;
}

#tweet-boost-sm-table-head{

}

.campaign-controls td {
    background-color:#f6f6f6;
}

.campaign-controls td {
    background-color:#fff;
}

.tweet-boost-sm-table-select-header{
    width: 18%;
}

.tweet-boost-sm-table-post-header{
    width: 42%;
}

.tweet-boost-sm-table-status-header{
    width: 30%
}

.tweet-boost-schedule-management-row{
    text-align: center;
}

/** schedule status data styles **/
#tweet-boost-smw-details-and-controls-container{
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
}

#tweet-boost-smw-controller-header{
    font-size: 18px;
    text-align: center;
    color:#5c5b5b;
    margin-top: 7px;
    margin-bottom: 12px;
}

#tweet-boost-smw-controller-container{
    margin-top: 24px;
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
}

.tweet-boost-smw-schedule-controller{
    display: none;
    padding: 15px 5px 10px 5px;
}

.tweet-boost-smw-controller-label{
    display: block;
    font-size: 14px;
    text-align: center;
    color: #dcdcdc;
}

.tweet-boost-smw-schedule-controller-button{
    padding: 15px 10px;
    font-size: 16px;
    color: #dcdcdc;
    background: -moz-linear-gradient(#3f4c6b -10%, #44985e 50%, #3f4c6b 110%);
    background: -webkit-linear-gradient(#3f4c6b -10%, #44985e 50%, #3f4c6b 110%);
    background: linear-gradient(#3f4c6b -10%, #44985e 50%, #3f4c6b 110%);
    cursor: pointer;

}

.tweet-boost-action-button{
    width: 100%;
}

#tweet-boost-smw-change-repeat-number{
    width: calc(100% - 1px);
}

/* the details are generated in tweet-boost-dashboard-widgets.js */
#tweet-boost-smw-detail-viewer-container{
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    padding: 0px 5px 10px 5px;
}

#tweet-boost-smw-detail-viewer-header{
    font-size: 18px;
    text-align: center;
    color: #5c5b5b;
    margin-top: 7px;
    margin-bottom: 12px;
}

#tweet-boost-smw-detail-container{
    width: 99%;
    text-align: left;
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #898989;
    border-right: 2px solid #898989;
}

#tweet-boost-smw-detail-progress{
    padding: 15px 10px;
    font-size: 13px;
    color: #444;
    background:#f6fdff3b;
}

#tweet-boost-smw-detail-stop-date{
    padding: 15px 10px;
    font-size: 13px;
    color: #444;
    background:#f6fdff3b;
}

#tweet-boost-smw-detail-message{
    font-size: 13px;
    padding: 15px 10px;
    color: #444;
    background:#f6fdff3b;
}

.fa-repeat , .fa-retweet{
    cursor:pointer;
}

body #TB_window {
    width: 533px !important;
    height: 485px !important;
}
