.btn-xlarge {
  padding: 9px 30px !important;
  font-size: 18px !important;
  line-height: normal !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.error {
  margin: 8px 0;
  padding: 5px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

/*===============================================
Accounts Page
===============================================*/
.page-head {
  margin-top: 50px;
  margin-bottom: 25px;
  margin-right: 20px;
}

.accounts-social {

}

iframe[name="instagram"] {
    display: none;
}

.accounts-social .social-item {
  float: left;
  margin-left: 20px;
  min-width: 150px;
  text-align: center;
  /*width: 20%;*/
}

.accounts-social .social-item:first-child {
  margin-left: 0;
}

.social-item .marks span {
  display: block;
}

.social-item .marks span.icon {
  font-size: 48px;
}

.social-item .marks span.text {
  font-size: 18px;
}

.social-item .btns {
  margin-top: 15px;
}

.social-item .btns .btn-social {
  color: white;
  display: block;
  margin-bottom: 10px;
  padding: 6px 17px;
  -webkit-transition: opacity ease-in-out .2s;
  -moz-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.social-item .btns .btn-social:hover {
  opacity: .8;
}

.social-twitter,
i.fa-twitter,
i.fa-twitter-square {
  color: #00aced;
  /*color: #0084b4; //dark */
}

.social-facebook,
i.fa-facebook,
i.fa-facebook-square {
  color: #3b5998;
  /*color: #8b9dc3; //light */
}

.social-linkedin,
i.fa-linkedin,
i.fa-linkedin-square {
  color: #007bb6;
}

.social-tumblr,
i.fa-tumblr,
i.fa-tumblr-square {
  color: #32506d;
}

.social-pinterest,
i.fa-pinterest,
i.fa-pinterest-square {
  color: #cb2027;
}

.social-instagram,
i.fa-instagram,
i.fa-instagram-square {
  color: #600C0C;
}

.social-dropbox,
i.fa-dropbox,
i.fa-dropbox-square {
color: #007ee5;
}

.btn-custom-twitter {
  background-color: #00aced;
}

.btn-custom-facebook {
  background-color: #3b5998;
}

.btn-custom-linkedin {
  background-color: #007bb6;
}

.btn-custom-tumblr {
  background-color: #32506d;
}

.btn-custom-pinterest {
  background-color: #cb2027;
}

.btn-custom-instagram{
  background-color:#600C0C;
}
.accounts-list {
  margin-top: 30px;
  width: 820px;
}

.lists-head .connect-stats {
  color: #aaa;
  display: inline-block;
  font-size: 16px;
  padding: 6px 0;
}

.lists-head .connect-new {
  float: right;
}

.profile-lists .item-wrapper:nth-child(even) {
  background: #fff;
}

.profile-lists .item-wrapper:nth-child(odd) {
  background: #f6f6f6;
}

.profile-lists .item-wrapper{
  padding: 10px;
  position: relative;
}

.profile-item {
  position: relative;
  min-height: 48px;
}

.profile-item > span {
  display: block;
}

.profile-item > span.avatar {
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  width: 48px;
  height: 48px;
  background: center #eee;
  background-size: 100%;
}

.profile-item > span.avatar img {
  border-radius: 3px;
  width: 100%;
}

.profile-item > span.profile {
  float: left;
  margin-left: 60px;
}

.profile-item > span.profile span.type {
  color: #aaa;
  display: block;
}

.profile-item > span.profile span.type i {
  margin-right: 3px;
}

.profile-item > span.profile span.name {
  color: #555;
  display: block;
  font-size: 16px;
}

.btn-round {
  border-radius: 32px;
  display: block;
  float: right;
  height: 32px;
  margin-top: 7px;
  padding: 5px 8px;
  width: 32px;
}

.btn-remove{
  float : right;
  display : block;
  margin-left : 1%;
  margin-top : 5px
}

.profile-item .btn-gray {
  background-color: #CFCFCF;
  border-color: #DBDBDB;
  color: white;
}

.profile-item .btn-gray:hover {
  background-color: #B1B1B1;
  border-color: #BABBBA;
  color: white;
}

.ajax-load-wrapper {
  text-align: center;
  margin-top: 10%;
}

.ajax-load-wrapper img {
  width: 50px;
}

.modal-dialog-large {
  width: 815px !important;
}

.refresh-button-container {
  margin-top: 5px;
}

.refresh-button-container a {
  margin-left: 15px;
}

/*===============================================
Failed Post Page
===============================================*/
.deletePost {
  margin-left: 15px;
}

/*===============================================
Extensions Page
===============================================*/
.extensions-page {

}

.extensions-page .page-head {
  text-align: center;
  padding: 20px 0;
}

.extensions-page .page-body {
  /* border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; */
  padding: 20px 0;
}

.extensions-page .grey{
  margin-top: 10px;
  color: #999999;
}
.extensions-page .description{
  font-size: 15px;
  margin: auto;
  width: 65%;
}

.extensions-page .container-chromeext,
.extensions-page .container-pinmarklet {
  text-align: center;
}

.extensions-page .container-chromeext .block-chromeext,
.extensions-page .container-pinmarklet .block-pinmarklet{
  background-color:#F5F5F5;
  padding-top:60px;
  padding-bottom:60px;
}

.extensions-page .page-foot {
  text-align: center;
  padding: 20px 0;
}

.extensions-page .page-foot .btn {
  padding: 10px 50px;
}

/*===============================================
Settings Page
===============================================*/
.settings-page {
  /*max-width: 500px;*/
}

/*===============================================
Publish Page
===============================================*/
#welcome-dlg {

}

#welcome-dlg .modal-header {
  padding: 27px 65px;
  position: relative;
}

#welcome-dlg .modal-header .modal-title {
  color: #555;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#welcome-dlg .modal-header .logo {
  background: #DB4755;
  border-radius: 130px;
  height: 132px;
  right: 30px;
  padding: 25px;
  position: absolute;
  top: 32px;
  width: 132px;
  z-index: 10;
}

#welcome-dlg .modal-header .logo img {
  height: 100%;
}

#welcome-dlg .modal-header p {
  color: #aaa;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 0;
  width: 320px;
}

#welcome-dlg .modal-body {
  background: #EEE;
  padding: 50px 65px;
}

#welcome-dlg .modal-body .form-group {
  margin-bottom: 40px;
}

#welcome-dlg .modal-body .form-group:last-child {
  margin-bottom: 0;
}
#welcome-dlg .modal-body .form-control {
  border-radius: 0;
  border-color: #ddd;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 40px;
}

#welcome-dlg .modal-footer {
  padding: 20px 30px;
}

#welcome-dlg .modal-footer .btn {
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 29px;
}

.payments-page {
  margin-top: 30px;
  padding: 20px;
}

#pinterestDialog input {
  width: 300px;
}

#pinterestDialog form {
  width: 300px;
  margin: 0 auto;
}

#pinterestDialog .btn {
  margin: 5px 0 10px 75px
}

#requestAcccessDialog form {
  width: 300px;
  margin: 0 auto;
}

.loading-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white url('../img/ajaxloader.gif') center no-repeat;
  opacity: 0.6;
  display: none;
  left: 0;
}

#recentuploads-container .pinimage-holder {
  width: 250px;
  height: 250px;
  overflow: hidden;
}

#recentuploads-container .pinimage-holder img {
  width: 250px;
}

.inline-block {
  vertical-align: top;
}

.design-post {
  top: 30px;
  margin-right: 10px;
}

.upload-file-container {
  margin-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
}

.upload-file-container span {
  vertical-align: middle;
}

.upload-file-container .m-icon {
  font-size: 52px;
  margin-left: 5px;
}

.container-chrome-bookmarklet {
  text-align: center;
  margin-top: 4%;
}


/* CSS Related to Queue Settings */
.slots-day-container {
  margin-bottom: 15px;
  background-color: #f9f9f9;
}
.slot-container {
  margin: 5px 15px 5px 0;
  background-color: #f5f5f5;
  padding: 7px;
  position: relative;
}

.add-slot-item-icon {
  margin: 5px 15px 5px 0;
  background-color: #f5f5f5;
  padding: 7px;
  cursor: pointer;
}

.slot-icon-remove {
  position: absolute;
  right: -4px;
  top: -9px;
  display: none;
  cursor: pointer;
}

.slot-container:hover .slot-icon-remove {
  display: block;
}

#queuesettings-widget {
  margin-left: 15px;
  margin-top: 25px;
}

/* Style for referral pop on header */

.ref-content {
  width: 500px;
  margin-left: 18%;
  height: 490px;
}

.ref-body {
  background-color: white;
  border-radius: 0px 0px 5px 5px;
  border-radius: 8px;
}

.ref-share {
  font-weight: normal;
  color: #DB4755;
}

.ref-detail {
  color: #DE5462;
  font-weight: 200;
  font-size: 16px;
}

.ref-plane {
 color: #DB4755;
 font-weight: 200;
 font-size: 16px;
 text-align:center;
 border-bottom: 1px solid #000;
}


.ref-img {
 margin-bottom: -2.5%;
}

.ref-code {
  width: 290px;
  margin-left: 19%;
}

.ref-flow {
  width: 105%;
  margin-bottom: -9%;
  margin-left:-2.5%;
}

.ref-text {
  background-color: #C6C6F0;
  border: 0px;
  text-align: center;
}

.expired-token-container {
 margin-top: 1.5%;
 margin-left: 0px;
 position: absolute;
 margin-top: 2.8%;
 margin-left: 190px;
}

.token-expired {
 background-color: #FF2C40;
 margin-top: 1%;
 margin-left: -3%;
}

.label-warning:hover {
 background-color: #FF2C40;
}


.btn-pricing-mode {
  background: #323A45;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 32px 10px 32px;
  color: #9DA3AA;
  border-color: #323A45;
}

.btn-pricing-mode:hover {
  background: #323A45;
  color: #9DA3AA;
  border-color: #323A45;
  opacity: .9;
  cursor: pointer;
}

.btn-pricing-mode.active {
  background: #d84b53;
  color: white;
  border-color: #d84b53;
}

.btn-pricing-mode.active:hover {
  background: #d84b53;
  color: white;
  border-color: #d84b53;
}

.link-hide {
	visibility: hidden;
}

.refral-credit-text{
    text-align: center;
    width: 83%;
    margin-left: 2em;
    line-height: 1.4;
}

.window-resize-scheduler {
    width : 750px !important;
}

.bitly-username{
  float: left;
    margin-left: 1em;
    margin-top: 1.3em;
}

.bitly-row{
  background-color:#F5F5F5;
  padding:10px;
}

.bity-user-image{
  float:left;margin-top:6px;
}

.social-item h5{
  color:#999999
}

.googleanalytics-area-row{
  background-color:#F5F5F5;padding:10px;
}

.google-left{
  float:left;
}

.google-left img{
  float:left;margin-top:6px;
}

.google-left div{
  float:left;margin-left:10px;
}

.btn-ga-submit{
  margin-top:20px;
}

.ga-profiles-area{
  margin:20px 20px;float:left;
}

#ga_id{
  display:inline-block;
}

.btn-ga-save{
  display: inline-block;
}

.width-50{
  width: 50%;
}

#googleanalytics-by-week-hour-container{
      height: 600px;
    width: 100%;
    margin-top: 2em;
    margin-left: -2em;
    margin-bottom: 4em;
}