[data-theme="dark"] {
  background-color: #333 !important;
  color: #eee;
}

[data-theme="dark"] .form-control {
  color: rgb(186, 191, 197)!important;
  background-color: rgb(28, 28, 33) !important;
  border-color: rgb(59, 69, 78);
}

[data-theme="dark"] .form-control:focus {
    color: rgb(186, 191, 197);
    background-color: rgb(28, 28, 33);
    box-shadow: rgba(52, 122, 183, 0.25) 0px 0px 0px 0.2rem;
    border-color: rgb(43, 103, 156);
    outline: 0px;
}

[data-theme="dark"] .breadcrumb {
  background-color: rgb(43, 43, 43);
}

[data-theme="dark"] .files tr:hover {
    background: rgb(31, 31, 31);
}

[data-theme="dark"] .dropdown-menu {
    color: rgb(191, 191, 191);
    background-color: rgb(28, 28, 33);
    border-color: rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .dropdown-item {
    color: rgb(191, 191, 191);
}

[data-theme="dark"] .dropdown-item:hover, .dropdown-item:focus {
    color: rgb(191, 191, 191);
    background-color: rgb(31, 31, 31);
    text-decoration: none;
}

[data-theme="dark"] .modal-content {
  background-color: rgb(28, 28, 33);
}

[data-theme="dark"] .modal-header {
  border-bottom: 1px solid rgb(43, 43, 43);
}

[data-theme="dark"] .modal-header h5 {
  color: rgb(191, 191, 191);
}

[data-theme="dark"] .modal-body li {
  color: rgb(191, 191, 191);
}

[data-theme="dark"] .modal-footer {
  border-top: 1px solid rgb(43, 43, 43);
}

[data-theme="dark"] .list-group-item {
  background-color: rgb(28, 28, 33); 
  border-color: rgba(0, 0, 0, 0.125);
}

[data-theme="dark"] .list-group-item-action {
    color: rgb(186, 191, 197);
}

[data-theme="dark"]  .list-group-item-action:hover, .list-group-item-action:focus {
    color: rgb(186, 191, 197);
    background-color: rgb(31, 31, 31);
}

[data-theme="dark"] #txtviewer {
    color: #eee !important;
    background-color: rgb(28, 28, 33)!important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

[data-theme="dark"] #filelist .breadcrumb a, [data-theme="dark"] .files td > a, [data-theme="dark"] .files td .btn-link,  [data-theme="dark"] #downloader .btn-link {
  color: #eee!important;
}

[data-theme="dark"] .files tr {
  border-bottom: 1px solid #dee2e6 !important;
}


.bluebg {
	background: #1681d3;
	background: -moz-linear-gradient(top, #1681d3 0%, #57baef 100%);
	background: -webkit-linear-gradient(top, #1681d3 0%,#57baef 100%);
	background: linear-gradient(to bottom, #1681d3 0%,#57baef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1681d3', endColorstr='#57baef',GradientType=0 );
	color: white;
}
html {
	height: 100%;
}
body {
	margin-top: 50px;
	padding-top: 20px;

}

.btn-facebook{
	background-color:#3b5998;
	color: white;
}
.btn-facebook:hover, .btn-facebook:active {
	background-color:#30487b;
	color: white;
}
.btn-google-plus{
	background-color:#dd4b39;
	color: white;
}
.btn-google-plus:hover, .btn-google-plus:active {
	background-color:#ca3523;
	color: white;
}

.pad {
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-cta {
	font-size: 2em;
	padding: 0.5em 1.5em;
	margin-top: 20px;
	margin-bottom: 35px;
	background-color: #ffbe0f;
	color: #333333;
}
.btn-read-more {
    font-size: 1.5em;
    padding: 0.5em 1em;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #ffbe0f;
    color: #333333;
}
.btn-cta:hover , .btn-read-more:hover{
	background-color: gold;
}



/*Landing Page*/

.landing {
	margin-top: -20px;
}

.landing h1 {
	font-size: 3em;
}

.landing .bluebg h1, .landing .bluebg h2, .landing .bluebg p {
	color: white;
}

.landing p {
	font-size: 1.5em;
}

.landing .icon_compatible img, .landing .paymenticons img {
	padding: 1em;
}

.landing .paddedrow {
	padding-top: 3em;
}

.landing .paddedrow-bottom {
	padding-bottom: 3em;
}

.landing .btn-cta {
    font-size: 2em;
    padding: 0.5em 2em;
    background-color: #ffbe0f;
    color: #333333;
}

.landing .paddedrow-bottom.quotes .each-q p:before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.landing .paddedrow-bottom.quotes {
  padding-bottom: 0;
}

.landing .paddedrow-bottom.quotes h1 {
  padding-bottom: 2em;
  margin-bottom: 30px;
}

.landing .paddedrow-bottom.quotes .each-q {
  min-height: 140px;
}

.landing .paddedrow-bottom.quotes .each-q p:before {
  content: "";
  position: absolute;
  background-image: url(/img/flags/40x40/qu.png);
  background-size: 25px;
  top: -55px;
  left: -60px;
  width: 100px;
  height: 100px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.6;
}

.landing .paddedrow-bottom.quotes .each-q p, .landing .paddedrow-bottom.quotes .each-q span {
  text-align: left;
  display: block;
  font-style: italic;
  position: relative;
}

.landing .paddedrow-bottom.quotes .each-q span {
  font-style: normal;
}

.landing .paddedrow-bottom.quotes .each-q span a {
  text-transform: uppercase;
  color: #ababab;
  text-decoration: underline;
}

.landing .paddedrow-bottom.quotes .each-q span {
  color: #ababab;
}

.landing .paddedrow-bottom.quotes .each-q img {
  -webkit-clip-path: circle(35px at center);
          clip-path: circle(35px at center);
  width: 118px;
}

.landing .paddedrow.quotes-buttons{
  padding-top: 0;
}

.halfmoon{
	padding-left: 1em;
	padding-right: 1em;
}

.tooltip{
	font-size:1em;
}

.files {
  width: 100%;
}
.files tr {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; 

}
.files tr:last-child {
  border-bottom-width: 0px !important; 
}
.files td { 
  display: flex;
  align-items: center;
}

.files td.name {
  flex-grow: 1;

}
.files td > * {
   padding: 6px 12px;
}
.filesx td:first-child > * {
  padding-left: 24px;
}
.filesx td:last-child > * {
  padding-right: 24px;
}
.files td.name a {
  text-decoration: none; 
  xcolor: #495057;
  word-break: break-all;
}
.files tr:hover {
  background: #f8f9fa;
}
.files tr:active {
  background: #e9ecef;
}

.files a {

  
  
} 
.files td.name a {
 
}
.files label {
  display: flex;
  align-self: stretch;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0px;
}
.files tr td:last-child {
 
}
.files tr td:first-child {
 
}



.files td a {
  display: flex;
  align-self: stretch;
  align-items: center;
  width: 100%;
}
.files input[type=checkbox] {
  outline: none;
    align-self: center;
  display: flex;
}

/*.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 5%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

#modalAds .modal-bg-1 {
    background-color: white;
}

.modal-bg-1 .close {
    color: black;
    display: block;
    font-size: 34px;
    font-weight: bold;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

#modalAds .modal-dialog {
    max-width: 900px;
    display: block;
    overflow: auto;
    padding: 15px;
    position: relative;
}

.itemtitle {
  word-break: break-all;  
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}


@media screen and (max-width: 992px) {
  .landing .paddedrow-bottom.quotes h1 {
    padding-bottom: 50px;
  }
  .landing .paddedrow-bottom.quotes .each-q {
    min-height: 200px;
    padding-bottom: 3em;
  }
  .landing .paddedrow-bottom.quotes .each-q p:before {
    display: none;
  }
  .landing .paddedrow-bottom.quotes .each-q p, .landing .paddedrow-bottom.quotes .each-q span {
    text-align: center;
  }
}

@media (max-width: 990px){
	.donation {
		text-align: center;
	}
	.btn-default {
		margin-bottom: 20px;
	}
}
/*Landing Page*/
