body {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../img/bg.jpg);
	background-color:#343A40;
	min-width: 550px;
}

h2{
	color:#D20027;
	font-weight:bold;
	padding:5px 0 5px 0;
	font-size:18px;
}

h2.inline {
	display:inline !important;
	text-transform:none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	clear:none;
	color:inherit;
	margin: 0;
	padding: 0;
}

/* skrejošās ziņas kaste */
#message_box { 
	bottom: 0;
	left: 0; 
	z-index: 2000; 
	background:#333;
	padding:5px;
	border: 0;
	text-align:center; 
	font-weight:bold; 
	width:100%;
}
#scroll_text {
	bottom: 5;
	left: 0;
	position: absolute;
	width: 95%;
	visibility: show;
}

/* Bilžu kārtošanas stili */
#myPhotos {
  float: left;
}

#NewPhotos {
	display: none;
}

.DragBox {
  list-style-type: none;
  border: #000 1px solid;
  border-radius: 5px;
  font-size: 5px;
  margin: 8px;
  padding: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  font-family: verdana, tahoma, arial;
  text-align: center;
  font-size: 1em;
  float: left;
}

.img-include {
 float: right;
}
.img-delete {
	padding: 1px 3px 0 0;
}

.ui-sortable-placeholder {
	background:rgba(90,90,90,0.5)
}


/* .sortable {
  float: left;
  width: 140px;
  height: 140px;
  cursor: pointer;
}*/

legend {
  font-weight: bold;
  font-size: 12px;
  color: #666699;
  font-family: verdana, tahoma, arial;
	margin-bottom: 0;
	border-width: 0;
	width: auto;
	padding: 0 10px;
}

fieldset {
	border: 2px solid silver;
	border-radius: 10px;
	padding: 10px;
}

#PhotoSortHint{
	margin: 5px 10px;
}

.photo_checkbox {
	background-image: url("/img/white_pale.png");
	border-radius: 5px 5px 0 0;
}
.photo_checkbox > input[type="checkbox"] {
	vertical-align: middle;
	margin: 2px;
}
.photo_checkbox_font {
	color: #202020;
	display: inline;
	font-size: 0.9em;
	vertical-align: middle;
	width: 101px;
}

/* Bilžu kārtošanas stilu beigas */


#topspacer {
	margin-top: 60px;
}
#topadvert {
	display: box;
	min-width: 728px;
	max-width: 980px;
	margin: 0 auto 10px auto;
}

img.mail { width: 22px; height: 22px; background: url(/img/news.png) 0 0; }
img.rss { width: 22px; height: 22px; background: url(/img/news.png) -22px 0; }

img.FL_lv { width: 16px; height: 11px; background: url(/img/FL.gif) 0 0; }
img.FL_ru { width: 16px; height: 11px; background: url(/img/FL.gif) -16px 0; }
img.FL_en { width: 16px; height: 11px; background: url(/img/FL.gif) -32px 0; }

img.FLR_de { width: 24px; height: 24px; background: url(/img/FLR.png) 0 0; }
img.FLR_en { width: 24px; height: 24px; background: url(/img/FLR.png) -24px 0; }
img.FLR_es { width: 24px; height: 24px; background: url(/img/FLR.png) -48px 0; }
img.FLR_fr { width: 24px; height: 24px; background: url(/img/FLR.png) -72px 0; }
img.FLR_it { width: 24px; height: 24px; background: url(/img/FLR.png) -96px 0; }
img.FLR_jp { width: 24px; height: 24px; background: url(/img/FLR.png) -120px 0; }
img.FLR_lv { width: 24px; height: 24px; background: url(/img/FLR.png) -144px 0; }
img.FLR_no { width: 24px; height: 24px; background: url(/img/FLR.png) -168px 0; }
img.FLR_pl { width: 24px; height: 24px; background: url(/img/FLR.png) -192px 0; }
img.FLR_ru { width: 24px; height: 24px; background: url(/img/FLR.png) -216px 0; }
img.FLR_se { width: 24px; height: 24px; background: url(/img/FLR.png) -240px 0; }
img.FLR_ua { width: 24px; height: 24px; background: url(/img/FLR.png) -264px 0; }

.lcolor1 {
	color: #bdd53b;
}
.lcolor2 {
	color: #ff5300;
}
.lcolor3 {
	color: #c434c6;
}
.lcolor4 {
	color: #00FF00;
}
.lcolor5 {
	color: #F847FF;
}

.royal {
	background-color:#101010;
	border: 2px solid #FA0058;
	height: 284px;
	overflow: hidden;
	border-radius: 15px;
}
.royal .name { margin-top: 10px; font-size: 28px; }
.royal .info { font-size: 16px; font-weight: bold; color: #555; }
.royal .notes { font-size: 16px; }
.royal .services { font-size: 20px; color: #555; }
.royal .price { font-size: 16px; }
.royal .active { color:#555; }

.color1 {
	color:#FA0058;
}

.vip {
	background-color: #1D1D1D;
	border: 1px solid #D20027;
	margin-bottom: 15px;
	height: 152px;
	overflow: hidden;
	border-radius: 10px;
}
.vip .vip-info {
	color: #FFFFFF;
	font-family: Verdana;
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
}
.vip .vip-name {
	color: #FFFFFF;
	font-family: Verdana;
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #D20027;
}
.vip .vip-info-container {
	border-top: none;
}
.base-container {
	padding: 0 5px 0 0;
	margin-bottom: 5px;
}
.base {
	background-color: #333333;
	border: 1px solid #555555;
	height: 137px;
	padding: 7px 0 7px 7px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0;
}

.base  .slideshow-base {
	width: 120px;
	height: 120px;
	padding-left: 0 !important;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.base  .base-photo {
	width: 120px;
	height: 120px;
	padding-left: 0;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.base  .base-info {
	padding-right: 0;
	margin-left: -5px;
}
.base  .name { font-size: 16px; font-weight: bold; color: #AAA; }
.base  .info { font-size: 14px; }


div.slideshow-royal {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 250px;
	margin: 15px 0;
	border-radius: 10px;
}
div.slideshow-vip {
	width: 120px;
	height: 120px;
	margin: 15px 0;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}

 .bottom-text {
	background-color: #111;
	border: 1px solid #AAA;
	margin: 15px 0;
	padding: 15px;
	border-radius: 5px;
}


/*
.vieta { font-size:24px; background-color:#666; text-align:center; color:#FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
*/


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 70%;
	margin: auto;
}

.info-title {
	background-color: #333;
	border-bottom: 1px solid #FF005D;
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
}
.info-head {
	margin-top: 0 !important;
	padding-top: 10px;
	border-top: 1px solid #FF005D;
}
.info-wrap {
	border: 1px dashed #FF005D;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #444;
}
.info-wrap > .row {
	padding: 0 10px;
}
.info-wrap > .row > .info-head {
	margin-top: 10px !important;
	border-radius: 5px;
}
.info-text {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.info-last-row {
	margin-bottom: 10px !important;
}
.no-margin {
	margin: 0!important;
}
.top-margin {
	margin-top: 10px;
}
.no-padding {
	padding: 0;
}

.login-error > .card-heading {
	font-weight: 700;
	color: #909090;
}

.error-text {
	color: red;
}

.story-big {
	border: 1px solid #D20027;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px;
	background: rgba(0,0,0,0.25);
}
.story-pic {
	float: left;
	margin: 0 10px 10px 0;
}
.story-list-title {
}
.story-short {
}
.story-title {
	font-size: 2rem;
}
.story-category {
	font-size: 1.25rem;
}

.pull-right {
	float: right;
}

.card-title {
	margin-bottom: .25rem;
}

.navbar-dark {
/*	background-color: #343a40; /*#200;*/
	border-color: #101010;
}
.navbar-brand > img {
	width: 35px;
	height: 35px;
	border: none;
}
.navbar-nav .nav-link {
	font-size: 18px;
}
.card-body, .card-footer {
	color: #fff;
}
.dropdown-menu .bg-dark > a{
	color: rgba(255,255,255,.5) !important;
}
.input-group-text {
	color: #AAA;
	background-color: #555;
	border-color: #444;
}

.jumbotron { background-color: #444; }
.card { background-color: #555 !important; border-color: #444; margin-bottom: 0.25rem; }
.card > .card-heading {
	background-color: #444;
	border-color: #222;
	color: #AAA;
}
.bg-danger > .card-heading {
	background-color: #444;
	border-color: #222;
}
.well {
	background-color: #555;
	border: 1px solid #222;
}
.alert-warning {
    background-color: #555;
    border-color: #222;
    color: #D00028;
}
.sms-header {
	color: #D20027;
	font-weight: bold;
}
.sms-header:hover {
	color: #FA0058;
}
.list-group {
	margin-bottom: 0.5rem;
}
.list-group-item {
	background-color: #555;
	border: 1px solid #222;
	color: #AAA;
}
a.list-group-item, button.list-group-item {
  color: #AAA;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	background-color: #666;
	border-color: #777;
	color: #AAA;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #444;
	border-color: #333;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #444;
}
.page-item.active .page-link {
	background-color: #D20027;
	border-color: #C60027;
	color: #fff;
}
.page-item.disabled .page-link {
	background-color: #333;
	border-color: #222;
	color: #555;
}
.pagination > li > a, .pagination > li > span {
	background-color: #555;
	border-color: #444;
	color: #AAA;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #E5002D;
	border-color: #D6002A;
	color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #666;
	border-color: #777;
	color: #CCC;
}
.dropdown-item {
	color: rgba(255,255,255,.5);
}


.top10 p {
	color: #C3E9A9; /*  */ /*#FFD700; /* DarkViolet */
}
.top10 h1 {
	color: #C60027; /* #FFD700; */
}
a {
	color: #43a3f2;
}
.badge-right {
	float: right;
}
.img-first {
	margin-right: 1rem;
}

.gold-royal-frame {
	background-image: url("/img/frame-gold-royal.png");
	background-repeat: no-repeat;
	background-color: #151515;
}
.gold-royal {
	border-color: transparent;
	border-width: 45px 0 45px 45px;
	border-style: solid none solid solid;
	height: 370px;
	border-radius: 0;
	background-color: transparent;
}

.gold-vip-frame {
	background-image: url("/img/frame-gold-vip.png");
	background-repeat: no-repeat;
	background-color: #1D1D1D;
	margin-left: -15px;
	margin-right: -15px;
}
.gold-vip {
	border-color: transparent;
	border-width: 15px 0 15px 15px;
	border-style: solid none solid solid;
	height: 180px;
	border-radius: 0;
	background-color: transparent;
}

.gold-base-frame {
	background-image: url("/img/frame-gold-base.png");
	background-repeat: no-repeat;
	background-color: #151515;
}
.gold-base {
	border-color: transparent;
	border-width: 17px 0 17px 17px;
	border-style: solid none solid solid;
	height: 170px;
	border-radius: 0;
	background-color: transparent;
}

.btn-anklist {
	margin-right: 10px;
	margin-bottom: 10px;
}
.btn-gdpr, .btn-gdpr:active, .btn-gdpr:hover , .btn-gdpr:focus, .btn-gdpr:active:focus{
	background-color: #1D1D1D;
	border: 1px solid #191919;
	font-size: 12px;
	line-height: 1;
}
.btn-gdpr:active , .btn-gdpr:hover{
	color: #FA0058;
}
.modal-dialog {
	color: #333;
}

.tbl {
	border-left: 1px solid;
}
.tbr {
	border-right: 1px solid;
}
.sms-text {
	font-size: 14px !important;
}
.vertical-center {
	vertical-align: middle !important;
}
input[type="file"] {
    display: inline-block;
}
input[type="checkbox"] {
	vertical-align: middle;
	margin: 4px 4px 4px 0;
}

.sms-info {
	border-radius: 10px;
}
.card-rounded {
	border-radius: 10px;
}


.no-border {
	border: none;
}


.w50p {
	width: 50px;
}
.w100p {
	width: 100px;
}
.w150p {
	width: 150px;
}
.w200p {
	width: 200px;
}
.w250p {
	width: 250px;
}
.w300p {
	width: 300px;
}
.w350p {
	width: 350px;
}

.ws-n {
	white-space: normal;
}

.ws-nw {
	white-space: nowrap;
}

.table {
	font-size: 16px;
}

.sms-site-name {
	background-color: #C60027;
}

.story {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 6px;
}

/*
#royalCarousel {
	background-color: rgba(25, 25, 25, 0.2);
}
.before-royal {
	background-color: rgba(25, 25, 25, 0.2);
}
*/
