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

.obscure-text{
    color: transparent !important;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.switch-pading-form{
    margin-top: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: #9FBC2C !important;
}

.field-announcements-tags span{
    background-color:#EDF0EB !important;
}
.select2-selection__choice{
    font-size: 18px;
}
.select2-search__field{
    font-size: 16px;
}
.grecaptcha-badge{
    z-index: 9999;
}
.dz-preview{
    z-index: 1;
}
@media screen and (max-width: 1199.98px){
    .login-text {
        display: none;
    }
}

.btn-send-message {
    height: 38px;
    margin-top: 32px;
}

/*
.swal2-icon {
    width: 3.2em !important;
    height: 3.2em !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 1.3em !important;
    width: 2.5em !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 0.6em !important;
    transform: rotate(
            40deg
    ) !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 0.6em !important;
    transform: rotate(
            -40deg
    ) !important;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
    background-color: rgba(159, 188, 44, 0.2) !important;
    color: #9FBC2C;
}*/
.help-block{
    color: red;
}
.text-right{
    text-align: right;
}
.box-discount-message{
    border: 2px solid #9FBC2B;
    background-color: #f6f8ec;
    margin-bottom: 2rem;
}
.message-discount{
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}
.ff-verdana{
    font-family: Verdana;
}
.signup-btn{
    background-image:  radial-gradient(#7b9121,#9FBC2B),linear-gradient(rgba(120,130,140,.13),rgba(120,130,140,.13)) !important;
    color:#fff;
    height: 52px;
    flex: 0.5;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 2rem;
}
.checkbox-subscription {
    accent-color: #9FBC2C;
    cursor: pointer;
    width: 2rem;
    height:2rem;
}
.label-without_subscription{
    position: absolute;
    left: 3.5rem;
    padding-top: 5px;
}
@media(max-width:768px) {
    .label-without_subscription {
        left: 5rem;
    }
}
header .navbar .nav-item-notification .dropdown-menu{
    width: 320px !important;
}