@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);

@media (min-width: 1400px) {
	.container-xl {
		max-width: 1320px;
	}
}

body {
	background: #ffffff url("//static.pamstera.com/assets/images/background2.jpg") no-repeat fixed 50% 0;
	font-family: 'Open Sans', sans-serif;
    /*background-color: #f8f8f8;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    color: #656565;
}


#topline {
	background-color: #0E480A;
	/*height: 5px;*/
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #3d9237;
	}

/* Navigation */
#navigation {
	background: url('//static.pamstera.com/assets/images/navbg.png') no-repeat scroll 50% 0 transparent;
    padding-bottom: 10px;
	}
#navigation ul {
	padding: 1px 0 0 0;
	}
#navigation li {
	background: url('//static.pamstera.com/assets/images/separator.png') no-repeat scroll 0 0 transparent;
	padding: 0 0 0 2px;
	display: inline-block;
	}
#navigation li:first-child {
	background: none!important;
	}
#navigation a /*, #navigation a:active*/ {
	color: #FFFFFF;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	display: block;
	padding: 0 24px;
	}
#navigation a:hover, #navigation li.current-menu-item a, #navigation li.open > a, #navigation li.show > a {
	background-color: rgba(0, 0, 0, 0.18);
	/*color: #dffe1a;*/
	}
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus { background: transparent; }
#navigation div.dropdown-menu { background-color: #5C636A; border: 0; margin-left: 2px; text-align: left; min-width: 230px; padding: 0; box-shadow: 0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d; }
#navigation div.dropdown-menu li { display: block; background: none!important; padding: 0; margin: 0 0 2px 0;  }
#navigation .dropdown-item { font-size: 0.9em; line-height: 30px; padding: 8px 24px; }
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, ul.dropdown-menu li a:active, ul.dropdown-menu li a:focus, ul.dropdown-menu li a:hover { background-color: #5C636A; }


.navbar-dark .navbar-toggler { height: 61px; margin: 0 auto; border: 0; }
.navbar-dark .navbar-toggler-icon { background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e); }

@media (max-width: 991px) {
	.navbar-nav { margin-top: 15px; }
	#navigation ul { background-color: #5C636A; width: 100%; border-radius: 8px; padding: 0; overflow: hidden; }
	#navigation li { background: unset; padding: 0; }
	#navigation a { line-height: 40px; }
	#navigation div.dropdown-menu { margin: 0; box-shadow: unset; }
	#navigation .dropdown-item { padding: 8px 32px; }
}


/* infobox */
.box {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	margin: 0 0 50px 0;
	}
.boxborder {
	border: 1px solid rgba(0, 0, 0, 0.05);
	}
.boxcontent {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9a5+0,f4f2e3+100 */
	background: #d9d9a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9d9a5 0%, #f4f2e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9a5), color-stop(100%,#f4f2e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d9d9a5 0%,#f4f2e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d9d9a5 0%,#f4f2e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d9d9a5 0%,#f4f2e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d9d9a5 0%,#f4f2e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9a5', endColorstr='#f4f2e3',GradientType=0 ); /* IE6-9 */
	padding: 40px;
	}
.boxcontent img {
	max-width: 100%;
	height: auto;
	display: block;
	}
.box p { 
	margin: 0;
	}
.rounded {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
/* Link Text Color */
a, a:hover {
	color: #0074b2;
}
a:hover {
	text-decoration: underline;
}

.container {
    /* width: 985px; */
}
.martop10 {
	margin-top:10px !important;
}
.marbot10 {
	margin-bottom:10px !important;
}
.header {
    float: left;
    width: 100%;
    padding-bottom: 13px;
	background: #0075b2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0075b2), to(#6fb1d4));
	background: -webkit-linear-gradient(#0075b2, #6fb1d4);
	background: -moz-linear-gradient(#0075b2, #6fb1d4);
	background: -ms-linear-gradient(#0075b2, #6fb1d4);
	background: -o-linear-gradient(#0075b2, #6fb1d4);
	background: linear-gradient(#0075b2, #6fb1d4);
	-pie-background: linear-gradient(#0075b2, #6fb1d4);
	position: relative;
	behavior: url(../javascript/PIE.htc);
}

.header .container {
	padding-left: 0;
}

.header .label {
	padding: .4em .8em .5em;
	border-radius: 0 0 .25em .25em;
}

.header .label a {
	color: #ffffff;
}

.logo {
    margin: 0;
	width: unset;
	filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 0.3));
}

.badge-info {
	margin-top: -1px;
	background-color: #0E480A;
	border: 0;
	border-left: 1px solid #3d9237;
	border-right: 1px solid #3d9237;
	border-bottom: 1px solid #3d9237;
	font-size: 0.9em;
	border-radius: 0 0 .25rem .25rem;
	padding: 5px 10px 8px 10px;
}
.badge-info a {
	color: #FFFFFF;
}

.title {
    width: 100%;
    float: left;
    padding-bottom: 7px;
    height: 50px;
	background: #222326;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222326), to(#34353a));
	background: -webkit-linear-gradient(#222326, #34353a);
	background: -moz-linear-gradient(#222326, #34353a);
	background: -ms-linear-gradient(#222326, #34353a);
	background: -o-linear-gradient(#222326, #34353a);
	background: linear-gradient(#222326, #34353a);
	-pie-background: linear-gradient(#222326, #34353a);
	position: relative;
	behavior: url(../javascript/PIE.htc);
}

.title .container {
	padding-left: 0;
}

.title h3 {
    margin: 13px 0 3px 15px;
    display: inline;
    line-height: 50px;
	color: #ffffff;
}

.top-nav .dropdown a.dropdown-toggle {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.nav-content nav.navbar {
	background: #222326;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222326), to(#34353a));
	background: -webkit-linear-gradient(#222326, #34353a);
	background: -moz-linear-gradient(#222326, #34353a);
	background: -ms-linear-gradient(#222326, #34353a);
	background: -o-linear-gradient(#222326, #34353a);
	background: linear-gradient(#222326, #34353a);
	-pie-background: linear-gradient(#222326, #34353a);
	behavior: url(../javascript/PIE.htc);
	position:inherit;
}

.navbar {
    border-radius: 0;
	padding: 0;
}

.nav-content .navbar-nav>li>a {
    padding: 8px 10px;
}

.nav-content .navbar-default {
    border: none;
    min-height: 36px;
}

.nav-content .container {
	padding-left: 5px;
}

.nav>li>a {
	padding: 6px 10px;
}
.navbar-default {
	color: #ffffff;
    background-color: transparent;
	border: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	color: #dffe1a;
}
.nav-content .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.nav-content .navbar-default .navbar-nav>li>a {
	color: #b7b7b7;
	text-shadow: 0 1px 0 #000000;
}

.nav-content .navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
}

.nav-content .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #ffffff;
	background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.dropdown-menu .divider {
	background-color: #fff;
	opacity: 0.1;
}

.card-blesta, .list-group, .amounts, .cards .card {
    -moz-box-shadow: 1px 1px 2px rgba(14, 72, 10, 0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(14, 72, 10, 0.5);
    box-shadow: 1px 1px 2px rgba(14, 72, 10, 0.5);
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row.login {
	padding-top: 10%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.pagination {
    margin: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #0074b2;
	border-color: #0074b2;
}

/* panel styles */
.panel {
	border: none;
}

.panel-body {
    padding: 10px;
	border: 0;
}

/* Fix side margins on rows within a panel */
.panel-body .row {
	margin-left: -10px;
	margin-right: -10px;
}
.panel-body .service-info h4 { word-wrap: break-word;}
.panel-nav {
	margin: 0 0 10px;
}
.panel-links {
    padding: 6px 10px;
    list-style: none;
    font-size: 12px;
	margin: 0px;
}

.panel-links>li {
    display: inline-block;
    color: #656565;
}

.panel-links>.active, .panel-links>.active a {
    color: #656565;
}

.panel-links > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "|\00a0";
}

.panel-blesta {
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px rgba(14, 72, 10, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(14, 72, 10, 0.5);
	box-shadow: 1px 1px 2px rgba(14, 72, 10, 0.5)
}

.panel-blesta > .panel-heading {
	color: #fff;
	border-bottom: none;
	
	background: #0075b2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6fb1d4), to(#0075b2));
	background: -webkit-linear-gradient(#6fb1d4, #0075b2);
	background: -moz-linear-gradient(#6fb1d4, #0075b2);
	background: -ms-linear-gradient(#6fb1d4, #0075b2);
	background: -o-linear-gradient(#6fb1d4, #0075b2);
	background: linear-gradient(#6fb1d4, #0075b2);
	-pie-background: linear-gradient(#6fb1d4, #0075b2);
	position: relative;
	behavior: url(../javascript/PIE.htc);
}



/* table styles */

table {
    border: 1px solid #e1e1e1;
}

.table>thead>tr>th {
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    color: #656565;
	background: #fafafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#efefef));
	background: -webkit-linear-gradient(#fafafa, #efefef);
	background: -moz-linear-gradient(#fafafa, #efefef);
	background: -ms-linear-gradient(#fafafa, #efefef);
	background: -o-linear-gradient(#fafafa, #efefef);
	background: linear-gradient(#fafafa, #efefef);
	-pie-background: linear-gradient(#fafafa, #efefef);
	position: relative;
	behavior: url(../javascript/PIE.htc);
}

.table>thead>tr>th > a,
.table>thead>tr>th > a:hover,
.table>thead>tr>th > a:focus {
  color: #656565;
  text-decoration: underline;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px;
}

.table-curved {
    /*border: solid #ccc 1px;*/
	border-collapse: collapse;
    border-radius: 4px;
    border-left: 0px;
	margin-bottom: 2px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 4px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 4px 0 0;
}
.table-curved th:only-child{
    border-radius: 4px 4px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.table-curved tbody>tr>td {
    border-left: 1px solid transparent;
}
.table-curved tbody>tr>td:first-child {
    border-left: 1px solid #e1e1e1;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: inherit;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
	background-color: #f9f9f9;
}
.table-striped-alt > tbody > tr:nth-child(4n+3) > td, .table-striped-alt > tbody > tr:nth-child(4n+3) > th {
	background-color: #f9f9f9;
}
tr.expand {
	cursor: pointer;
}
tr.expand_details {
	display: none;
}
.table>tbody>tr.expand_details>td, .table>tbody>tr.expand_details>td:hover {
	background-color: #f5f5f5; border-top: 2px solid #ccc
}
.table>tbody>tr.expand_details td .alert, .panel_content .panel-body .alert {
	margin-bottom: 0;
}

.table-curved .form-group {
	margin-bottom: 0;
}

/* Total summary */
.total-summary h4 { margin:0;}
.total-summary .table, .total-summary .table tbody > tr, .total-summary .table tbody > tr > td { border:none;}
/* End Total summary */

/* Highlight Color */
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #ecf7ff;
}

th > a.asc:after {
	content:" \f0d8";
	font-family: FontAwesome;
	text-decoration: none;
}
th > a.desc:after {
	content:" \f0d7";
	font-family: FontAwesome;
	text-decoration: none;
}

.label-currency {
	padding: 0 .1em;
	font-size: 10px;
	background-color: #9d9d9d;
}

address {
	margin-bottom: 10px;
}

address>strong {
	font-size: 16px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.list-group-item.credits {
	margin-bottom: 0px;
	font-size: 16px;
	color: #8cc24a;
	font-weight: bold;
}

.list-group-item.credits:first-child {
	background-color: #fcfcfc;
	border-bottom: 1px solid #efefef;
}

a.list-group-item {
	color: #656565;
}

.list-group-item {
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}

.list-group-item.left-nav {
	margin-bottom: 2px;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #ddd; */
}

a.list-group-item.left-nav.active, a.list-group-item.left-nav.active:hover, a.list-group-item.left-nav.active:focus {
	color: #656565;
	background-color: #ecf7ff;
	border-color: #ddd;
}

/* Highlight Color */
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #ecf7ff;
}

/* Settings Link Text Color */
.list-group-item.credits {
	color: #8cc24a;
}

.list-group-item h4 {
	color: #0074b2;
}

.panel-links .badge {
	min-width: 10px;
	padding: 1px 4px;
	font-size: 10px;
	border-radius: 6px;
	background-color: #9d9d9d;
}

.footer {
	min-height: 60px;
	font-size: 12px;
}

.progress-bar { color:#000;}

/* Begin Portal Styles */
.no-nav {
	position: relative;
	margin-bottom: 20px;
	display: table;
}

.portal-section {
	margin-bottom: 20px;
}
/* End Portal Styles */

label {
	font-size: 12px;
}

.panel-pad {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.panel-pad h4 {
	margin-top: 0;
	color: #b4b4b4;
}

.col-border {
	border-right: 1px solid #efefef;
}

.top-focus-box {
	background-color: #ecf7ff;
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.top-focus-relative {
	margin-top: 0px;
}

/* Begin for order pages */

.pkg-description {
	font-size: 12px;
}

.pkg-description p {
	margin: 0;
}

.currency-selector {
	padding-left: 0;
	padding-right: 0;
}

.cart-summary {
	font-size: 12px;
}

.cart-summary table, .cart-summary .table>tbody>tr>td {
	border: none;
}

.totals tbody>tr>td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.panel-steps {
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-steps p {
	font-size: 12px;
	margin: 0;
}

.panel-steps strong {
	font-size: 16px;
}

.panel-steps a.active {
	color: #656565;
}

.panel-steps i {
	padding-top: 0.75em;
}

/* End for order pages */

a.highlight, a:hover.highlight {
	color: #ca3334;
}

/* Loading */
.loading_container {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}
.loading_container .loading_dialog {
	width: 33%;
	text-align: center;
	margin: 15% auto 0;
}
.btn-plain {
	color: #656565;
	background-color: #ddd;
	border-color: none;
}
.btn-plain:hover,
.btn-plain:focus,
.btn-plain:active,
.btn-plain.active,
.open .dropdown-toggle.btn-plain {
	color: #333;
	background-color: #ddd;
	border-color: none;
}


@media (max-width: 767px) { 
	.navbar-toggle { height: 50px; margin-bottom: 12px; border: 0; background-color: rgba(58,58,58,0.85); }
	.navbar-default .navbar-toggle:focus { background-color: rgba(58,58,58,0.85); }
	.navbar-default .navbar-toggle .icon-bar { background-color: #FFFFFF; }
	.navbar-collapse { box-shadow: none; }
	#navigation { margin-bottom: 0; }
	#navigation li { background: none; display: block; }
	#navigation a { line-height: 40px } 
	#navigation ul.dropdown-menu { background: none; }
}