@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html,
body {
    height: 100%;
    color: #222;
    font-family: 'Roboto', sans-serif;
}

.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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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;
}

.center {
    text-align: center;
}

.btn-payme, .btn-click {
    background-color: #3c948b;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-top: 10px;
}

.btn-click {
    background-color: #329BCB;
}

.amount-field {
    height: 50px;
    font-size: 18px;
    text-align: center;
}

.logo-block {
    text-align: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 50px;
}

.payme-logo {
    height: 50px;
}

.payment-block {
    float: none;
    margin: 0 auto 50px;
}

.hd-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}

.radio-services-table tbody tr td {
    width: 25%;
}

.lh34 {
    line-height: 34px;
}

.offer p {
    font-size: 16px;
    padding-bottom: 10px;
}

.main-logo-link {
    display: block;
}

.main-logo-link:hover {
    background: #f2f2f2;
}

.main-logo-link img {
    display: block;
    /*width: 100%;*/
    height: 250px;
}

.main-logo-link h4 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.block-divider {
    height: 1px;
    background: #f2f2f2;
    margin: 30px 0;
}

.info-logo {
    text-align: center;
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.gray-text {
    color: gray;
}

.selecter {
    margin-bottom: 20px;
}

.delete-btn {
    padding: 0;
    background: transparent;
    border: 0;
    color: #337ab7;
}

.delete-btn:hover {
    text-decoration: underline;
}

.mb20 {
    margin-bottom: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.modal-body {
    padding: 15px 30px;
}

.modal-header h4 {
    display: inline;
}

.w150 {
    width: 150px;
}

.navbar-default {
    background-color: #f2f2f2;
    border-color: #e7e7e7;
}