body {
    font-family: 'Montserrat Light', arial;
}

.bg-primary-color {
    background-color: #7cb065;
    color: white;
}

.bg-secondary-color {
    background-color: #a0c591;
    color: white;
}

.txt-primary-color {
    color: #7cb065;
}

.btn-link {
    color: #65a549;
    cursor: pointer;
    font-size: 0.8em;
}



.header {
    color: #184d2d;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Montserrat Light', arial;
}

.description {
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    margin: 15px 0;
}

#sidebar-nav li {
    font-weight: bold;
}

#sidebar-wrapper .content {
    margin: 40px 10px 0 60px;
}

.blog-post {
    margin-bottom: 20px;
    width: 100%;
}

.image {
    align-items: center;
    background-color: #8a8b8a;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.blog-post .caption .header {
    color: #b0b1b0;
    font-size: 1em;
}

.blog-post .caption .description {
    color: #b0b1b0;
    font-size: 0.8em;
}

.name {
    background-color: #65a549;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    color: #fff;
    font-size: 1em;
    height: 30px;
    left: 24px;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: 30%;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.message {
    text-align: center;
    width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.borderer {
    border: 0;
}

.column-center .borderer {
    height: 165px;
    /*padding: 15px;*/
    text-align: center;
}

.message .description {
    color: #184d2d;
}

.breadcrumb a {
    color: #8a8b8a;
}

.breadcrumb > li + li::before {
    content: ">";
}

.breadcrumb {
    background-color: transparent;
}

ul.questions li.active {
    opacity: 1;
}

ul.questions li {
    list-style: outside none none;
    margin-bottom: 30px;
    opacity: 0.5;
    padding: 0;
    transition: all 0.5s ease 0s;
}

ul.questions li label.checkbox-inline {
    color: #65a549;
}

ul.questions li label {
    color: #184d2d;
}

ul.questions li label.checkbox-inline input {
    margin-left: 20px;
}

.card-header .actions {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 2;
}

.card-header:not(.ch-alt) {
    padding: 23px 25px;
}

.card-header {
    position: relative;
}

.card-header h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

.card-header .actions {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 2;
}

.card {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    position: relative;
}

.actions {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.actions > li {
    display: inline-block;
    vertical-align: baseline;
}

.actions > li > a, .actions > a {
    display: inline-block;
    height: 30px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 30px;
}

.actions > li > a::before, .actions > a::before {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale3d(0, 0, 0);
    transition: all 250ms ease 0s;
    width: 100%;
    z-index: 0;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown:not([data-animation]) .dropdown-menu.pull-right, .bootstrap-select .dropdown-menu.pull-right, .btn-group .dropdown-menu.pull-right, .date-picker .dropdown-menu.pull-right, .dropdown:not([data-animation]) .dropdown-menu.dropdown-menu-right, .bootstrap-select .dropdown-menu.dropdown-menu-right, .btn-group .dropdown-menu.dropdown-menu-right, .date-picker .dropdown-menu.dropdown-menu-right {
    transform-origin: right top 0;
}

.dropdown:not([data-animation]) .dropdown-menu, .btn-group .dropdown-menu, .date-picker .dropdown-menu {
    display: block;
    opacity: 0;
    transform: scale(0);
}

.dropdown.open:not([data-animation]) .dropdown-menu, .dropup.open .dropdown-menu, .bootstrap-select.open .dropdown-menu, .btn-group.open .dropdown-menu {
    opacity: 1;
    transform: scale(1);
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu {
    backface-visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    transition: all 250ms ease 0s;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 9;
}

.open > a {
    outline: 0 none;
}

.actions > li.open > a::before, .actions.open > a::before {
    opacity: 1;
    transform: scale(1);
}

.btn-mes {
    color: white;
    background-color: #cfcfcf;
}

.sweet-alert {
    text-transform: uppercase;
}

.sweet-alert h2 {
    color: #aba8a8;
    font-weight: bold;
}

.sweet-alert .text-muted {
    color: #aba8a8;
    font-weight: bold;
}

.sweet-alert .cancel {
    color: white;
    background-color: #cfcfcf;
    font-weight: bold;
}

.sweet-alert .confirm {
    color: white;
    background-color: #cfcfcf;
    font-weight: bold;
}

.progress-bar-bg {
    background-color: #7cb164;
}

.progress {
    border-radius: 0;
    border-left: 1px solid black;
}

.horizontal-thumbnail {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

article {
    margin-bottom: 30px;
}

.horizontal-thumbnail img {
    background-color: #ebebeb;
    margin-bottom: 30px;
    padding: 20px 50px;
    text-align: center;
}

.steps-indicator {
    bottom: 0;
    height: 30px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 35px 0 0 !important;
    right: 0;
    font-size: 0.7em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #184d2d;
    font-family: 'Montserrat Light', arial;
    font-weight: 500;
    line-height: 1.1;
}

@media (max-width: 1250px) {
    .steps-indicator {
        font-size: 0.6em;
    }
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f44336;
}

.has-error .form-control:focus {
    border-color: #f99d97;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #fff;
}

.has-error .form-control {
    border-color: #fccbc7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error {
    color: #f44336;
    border-color: #f99d97;
}

.has-error .form-control {
    border-color: #f44336;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .fg-line::after {
    background: #f44336 none repeat scroll 0 0;
}

.fg-line:not([class*="has-"])::after {
    background: #2196f3 none repeat scroll 0 0;
}

.navbar-brand {
    padding: 0;
}

.my-responsive {
    width: 100%;
    height: auto;
}

.horizontal-thumbnail ul > li::before {
    content: "— ";
}

.horizontal-thumbnail ul > li {
    line-height: 2em;
    list-style: outside none none;
}

.horizontal-thumbnail ul {
    color: #8a8b8a;
    padding: 0;
}

.thumbnail ul > li::before {
    content: "— ";
}

.thumbnail ul > li {
    line-height: 2em;
    list-style: outside none none;
}

.thumbnail ul {
    color: #8a8b8a;
    padding: 0;
}

.logo {
    height: 100px;
}

.local {
    color: #8a8b8a;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
    background-color: #EFEFEF !important;
    border: 1px solid #ddd;
    color: #666666;
    float: left;
    line-height: 1.42857;
    margin-left: 10px !important;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #7cb164 !important;
  border-color: #7cb164 !important;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.offer-detail-image {
      display: block;
      overflow: visible;
      width: 100%;
      height: 200px;
      margin-right: auto;
      /*margin-bottom: 12px;*/
      margin-left: auto;
      float: none;
    }

.pasa-color{
    color: #65a549;
}

footer {
    /*position: fixed;*/
    height: 140px;
    bottom: 0;
    width: 100%;
    /*position: absolute;*/
}
.carousel-control.right{
    display: none !important;
}
.carousel-control.left{
    display: none !important;
}

.carousel-caption{
    background: rgba(0,0,0,0.4);
}

.margin{
    margin: 5px;
}


.app-modal-window .modal-dialog {
  width: 1000px;
    height: 1000px;
}


.modal-body {
    max-height: calc(100vh - 212px) !important;
    overflow-y: auto !important;
}

.color_black{
    color: black;
}
.color_red{
    color: red;
}
.color_yellow{
    color: yellow;
}