html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* -------------------------------------------------------------------------- */

.smm-nav {
	background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
    border: none;
}

a, a:hover, a:focus {
	color: #0033ad;
	font-size: 16px;
}

.smm-nav .navbar-brand, .smm-nav .navbar-brand:hover, .smm-nav .navbar-brand:focus {
	color: #0033ad;
	font-size: 16px;
}

body {
	background-color: #f5f7f9;
	font-family: 'Verdana';
	color: #323232;
}

.footer {
	background-color: #f5f7f9;
	border-color: #e6e6e6;
	height: 84px;
	padding-top: 32px;
}

.wrap {
	    margin: 0 auto -84px;
}

.footer {
	text-align: center;
}

h1 {
	color: #323232;
	font-size: 41px;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 28px;
	font-weight: bold;
}

h3 > small {
	font-size: 17px;
	font-weight: normal;
	color: inherit;
	white-space: nowrap;
}

h5 {
	font-size: 15px;
	font-weight: bold;
}

.smm-packet-info {
	text-align: center;
	height: 176px;
	background-color: #ffffff;
	border-radius: 8px;
	padding-top: 20px;
	-webkit-box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
}

.smm-packets .col-xs-6 {
    padding: 13px 15px 12px 14px;
}

.smm-packet-info:before {
	content: '';
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 40px;
	background-color: #f5f7f9;
	margin: auto auto 20px auto;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.smm-packets .col-xs-6:nth-child(1) .smm-packet-info:before {
	background-image: url(/svg_icons/packet1.svg);
}

.smm-packets .col-xs-6:nth-child(2) .smm-packet-info:before {
	background-image: url(/svg_icons/packet2.svg);
}

.smm-packets .col-xs-6:nth-child(3) .smm-packet-info:before {
	background-image: url(/svg_icons/packet3.svg);
}

.smm-packets .col-xs-6:nth-child(4) .smm-packet-info:before {
	background-image: url(/svg_icons/packet4.svg);
}

.advantages {
	background-color: #ffffff;
	border-radius: 8px;
	margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
	-webkit-box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
}

.advantages li {
	list-style-type: none;
	height: 95px;
	padding: 15px 15px 15px 100px;
}

.advantages li:nth-child(1n+2) {
	list-style-type: none;
	height: 95px;
	border-top: 1px solid #ececec;
}

.advantages li:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #0033ad;
	margin-left: -80px;
	position: absolute;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center center;
}

.advantages li:nth-child(1):before {
	background-image: url(/svg_icons/1_preimuch.svg);
}

.advantages li:nth-child(2):before {
	background-image: url(/svg_icons/2_preimuch.svg);
}

.advantages li:nth-child(3):before {
	background-image: url(/svg_icons/3_preimuch.svg);
}

.advantages li:nth-child(4):before {
	background-image: url(/svg_icons/4_preimuch.svg);
}

.smm-pay-form label {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px;
	height: 42px;
}

.smm-pay-form input {
	height: 60px;
	background-color: #ececec;
	font-size: 15px;
}

.smm-pay-form {
	max-width: 652px;
	margin: auto;
}

.smm-pay-form .form-group {
	margin: 10px 0px;
}

.smm-pay-form button {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0033ad;
	padding: 28.5px;
}

.smm-pay-form button:active, .smm-pay-form button:focus, .smm-pay-form button:hover {
	background-color: #0033ad !important;
}

.smm-pay-types label {
	font-size: 0;
	width: 100%;
	height: 60px;
	background-color: #ececec;
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.smm-pay-types input[type="radio"]{
	visibility: hidden;
	height: 0;
	width: 0;
}

.smm-pay-types input[type="radio"] + label {
	cursor: pointer;
	padding: 18.5px 20px 18.5px 0px;
    text-align: right;
}

.smm-pay-types input[type="radio"] + label:before {
	content: '';
	display: block;
	position: absolute;
	margin-left: 24px;
	top: 22px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(219, 219, 219, 1);
	-moz-box-shadow: 0px 0px 0px 10px rgba(219, 219, 219, 1);
	box-shadow: 0px 0px 0px 10px rgba(219, 219, 219, 1);
	background-color: #ececec;
}

.smm-pay-types input[type="radio"] + label > img {
	height: 23px;
	margin-left: 16px;
}

.smm-pay-types input[type="radio"]:checked + label:before {
	background-color: #0033ad;
}