/* line 1, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
body {
  margin: 0;
  padding: 0;  
  background-color: #343434;
  font-family: 'Open Sans';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
    height: 100%;
}
.row{
  margin:0;
}

.readOnlyBoxes{
    border: 1px solid rgba(0,0,0,0.2);
}

.swiper-pagination-bullet{
  width: 12px !important;
  height: 12px !important;
}
.seedbox-plan span{
    font-size: 80%;
}
.swiper-pagination{
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet{  
  background: rgb(255, 255, 255);
  opacity: .3;
  margin-left: 3px;
}

.swiper-pagination-bullet-active{
  background: #ffab00;
  opacity: 1;

}

/* line 7, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile #actions {
  padding: 10px auto;
}

#actions button{
  height: 75px;
}

.invoice-alert h1 a{
    font-size: 80% !important;
}


/* line 10, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .vpadding {
}
/* line 14, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .nopadding {
  margin: 0;
  padding: 0;
}
/* line 21, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile #header img {
  width: 200px;
}
/* line 25, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile #header {
  height: 50px;
}
/* line 29, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile #current-seedbox-status {
  height: 200px;
}
/* line 33, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .active {
  background: #00a652;
}
#mobile .btn-success{
  background: #00a652;
}
/* line 37, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .inactive {
  background: #d9534f;
}

#mobile .btn{
  border-radius: 0;
}

#mobile .warning {
  background: #ffab00;
}

/* line 41, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  height: 100%;
  display: table !important;
}

#mobile .details small{
  font-size: 50%;
  color: #fff;
  font-style: italic;
}
/* line 44, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .details-image {
  margin: 0;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 15px;
  padding-bottom: 7px;
}
/* line 50, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .details-image img {
  height: 100px;
  width: auto;
}
/* line 53, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .details-image h4, #mobile .details .details-image h1 {
  margin: 0;
}
/* line 57, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .details-image .fa-exchange {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
  font-size: 29px;
  color: #fff;
}

#mobile .details .details-image .fa-dollar {
  font-size: 29px;
  color: #fff;
}

#mobile .details .details-image .fa {
  font-size: 29px;
  color: #fff;
}

/* line 68, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details #disk-icon {
  width: 30px;
  height: auto;
}
/* line 72, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .seedbox-status {
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
}
/* line 76, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .seedbox-status h4, #mobile .details .seedbox-status h1 {
  color: #ededed;
  margin: 0;
}

a{
  text-decoration: none;
  color: #fff;
}
/* line 82, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .seedbox-status h4 {
  margin-bottom: -2px !important;
  font-size: 15px;
  font-weight: 100;
}
/* line 86, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .details .seedbox-status h1 {
  font-size: 29px;
}
/* line 92, /Users/arisxama/Owncloud/Sites/seedboxescc/seedboxes_live_repo/app/assets/stylesheets/mobile.css.scss */
#mobile .row {
  position: relative;
}

#header .fa-gear{
	font-size: 20px;
	width: 10px;
  	position: absolute;
  	right: 30px;
  	top: 14px;
  	color: #fff;
  	cursor: pointer;
}
#api-set-up-button{

}

.pull-left.col-xs-9.nopadding{
  line-height: 60px;
}

#set-api-key{
	margin-left: -100%;
}

#next-due-date{
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.notifications-row{
}

.notification{
  display: none;
  background: #2c7eba;
  vertical-align: middle;
  color: #fff;
  padding: 0 15px !important;
  height: 60px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px !important;
}

.notification a{
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px !important;
}

#notification-dismiss{
  cursor: pointer;
}