.box-shadows-var {
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08)
}

.transitions {
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Arial, sans-serif
}

body h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

body .margin-top-10 {
    margin-top: 10px
}

body .margin-bottom-10 {
    margin-bottom: 10px
}

body .margin-bottom-25,
body .margin-top-25 {
    margin-top: 25px
}

body .header {
    height: 28px;
    background-image: url(../images/header/header_bg.png);
    background-color: #464646;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left;
    line-height: 27px;
    border-bottom: 2px solid #696969
}

body .header a {
    color: #fff
}

body a {
    font-weight: 700;
    color: #21759b;
    text-decoration: none
}

body a:hover {
    text-decoration: none;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.black {
    color: #000
}

.font-family-georgia {
    font-family: Georgia, 'Times New Roman', serif
}

.font-sz-17 {
    font-size: 17px;
    font-weight: 600
}

.bar {
    padding-left: 0;
    padding-right: 0;
    background: #ececec;
    background: -moz-linear-gradient(left, #ececec 0, #ececec 94%, #cfcfcf 98%, #d7d7d7 100%);
    background: -webkit-linear-gradient(left, #ececec 0, #ececec 94%, #cfcfcf 98%, #d7d7d7 100%);
    background: linear-gradient(to right, #ececec 0, #ececec 94%, #cfcfcf 98%, #d7d7d7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d7d7d7', GradientType=1)
}

.bar .dashboard {
    background-color: #787878;
    color: #f9f9f9;
    border-bottom: 1px solid #fafafa
}

.bar .dashboard>a {
    color: #f9f9f9
}

.bar .dashboard::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border: 20px solid transparent;
    border-left: 20px solid #787878;
    z-index: 900
}

.bar .dashboard:hover {
    color: silver
}

.bar .dashboard-2 {
    background-color: #787878;
    color: #f9f9f9;
    border-bottom: 1px solid #fafafa
}

.bar .dashboard-2::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border: 15px solid transparent;
    border-left: 20px solid #787878;
    z-index: 900
}

.bar .dashboard-2:hover {
    color: silver
}

.bar>ul {
    margin-bottom: 2px;
    border-bottom: 2px solid #b1b1b1;
    padding-left: 0
}

.bar>ul>a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10%;
    font-weight: 100;
    position: relative
}

.bar>ul>a:hover {
    color: #2d2d2d
}

.bar>ul>li {
    position: relative;
    list-style: none
}

.bar>ul>li .modal-nav {
    margin: 0;
    padding: 0;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #fff;
    display: none;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 18px 0 31px -10px rgba(0, 0, 0, .26);
    -moz-box-shadow: 18px 0 31px -10px rgba(0, 0, 0, .26);
    box-shadow: 18px 0 31px -10px rgba(0, 0, 0, .26)
}

.bar>ul>li .modal-nav li a {
    display: block;
    padding: 10px 50px
}

.bar>ul>li .modal-nav li a:hover {
    background-color: #eaf2fa;
    text-decoration: none;
    color: #333
}

.bar>ul>li>ul {
    padding-left: 30px
}

.bar>ul>li>ul>li {
    list-style: none
}

.bar>ul>li>ul>li>a {
    font-weight: 400;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px
}

.bar>ul>li>ul>li>a:hover {
    text-decoration: underline
}

.bar>ul>li>a {
    display: block;
    padding: 10px;
    text-decoration: none
}

.bar>ul>li>a:hover {
    color: #333
}

.bar>.footer {
    border-top: 2px solid #fafafa;
    padding: 20px;
    color: #acacac;
    font-size: 10px
}

.li-hover {
    background-color: #e4e4e4;
    color: #333
}

.modal-click {
    position: relative;
    z-index: 110
}

.triangle::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border: 20px solid transparent;
    border-left: 20px solid #e4e4e4;
    z-index: 101
}

.content {
    position: relative;
    background-color: #fff;
    padding: 15px 20px 20px 30px;
    z-index: 0
}

.content input[name=search] {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 200px;
    min-height: 28px;
    border: 1px solid #dfdfdf
}

.content input[name=search-submit] {
    border: 1px solid #dfdfdf
}

.content .select {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 100;
    font-size: 14px
}

.search-bulletins {
    width: 100%;
    min-height: 31px;
    line-height: 24px;
    padding: 2px 3px 2px 10px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf
}

.control-button {
    border: 1px solid #ccc;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 99%);
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 99%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    padding: 2px 10px;
    margin-bottom: 5px;
    min-height: 26px;
    min-width: 72px
}

.control-button:hover {
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.control-button-pagination {
    border: 1px solid #ccc;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 99%);
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 99%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    padding: 2px;
    min-height: 26px;
    margin: 0;
    min-width: 25px;
    vertical-align: middle
}

.control-button-pagination:hover {
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.red {
    color: red
}

#select-all-buletins {
    color: #21759b;
    text-decoration: underline;
    cursor: pointer
}

#select-all-buletins:hover {
    color: #333
}

#select-all-buletins:active {
    color: #3d3d3d
}

#select-none-buletins {
    color: #21759b;
    text-decoration: underline;
    cursor: pointer
}

#select-none-buletins:hover {
    color: #333
}

#select-none-buletins:active {
    color: #3d3d3d
}

.paginator {
    margin-top: 25px;
    margin-bottom: 10px
}

.first-page-bg {
    background-image: url(../images/paginator/first-page.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #ebebeb
}

.previus-page-bg {
    background-image: url(../images/paginator/previus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #ebebeb
}

.next-page-bg {
    background-image: url(../images/paginator/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #ebebeb
}

.latest-page-bg {
    background-image: url(../images/paginator/latest.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #ebebeb
}

.article-block {
    border-bottom: 1px solid #dfdfdf
}

.article-block:hover {
    background-color: #f3f3f3;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.article-block .control-button {
    min-width: 72px
}

.article-block .check-article {
    max-width: 30px
}

.article-block .article-one {
    margin-top: 25px;
    margin-bottom: 25px
}

.article-block .art-text {
    color: #989898;
    font-weight: 100;
    font-family: Georgia, 'Times New Roman', serif
}

.article-block .art-text-attr {
    padding-top: 10px;
    font-weight: 100
}

.article-block .art-text-attr a {
    font-weight: 100
}

.login-modal {
    font-family: Arial, sans-serif;
    color: #000;
    border: 1px solid #dfdfdf;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    background-color: #f9f9f9
}

.login-modal a {
    font-size: 12px;
    font-family: Arial;
    text-decoration: underline
}

.login-modal .login-pass {
    padding: 10px 20px 16px;
    line-height: 27px;
    font-size: 17px
}

.login-modal .login-pass input[type=submit] {
    min-height: 30px;
    border: 1px solid #21759b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    background: #4b9ec5;
    background: -moz-linear-gradient(top, #4b9ec5 0, #1f6c8f 100%);
    background: -webkit-linear-gradient(top, #4b9ec5 0, #1f6c8f 100%);
    background: linear-gradient(to bottom, #4b9ec5 0, #1f6c8f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4b9ec5', endColorstr='#1f6c8f', GradientType=0)
}

.login-modal .login-pass input[type=submit]:hover {
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.login-modal input[type=text],
.login-modal input[type=password] {
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 27px;
    padding-left: 10px;
    padding-right: 10px
}

.top-bar {
    color: #464646;
    width: 100%;
    min-height: 32px;
    border-bottom: 1px solid #fff;
    line-height: 32px;
    padding-left: 15px;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', serif;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f2f2f2', GradientType=0)
}

.container-rules {
    margin-top: 33px
}

.container-rules td {
    vertical-align: top;
    text-align: justify;
    padding-bottom: 10px;
    font-family: Georgia, 'Times New Roman', serif;
    color: #777;
    font-size: 14px
}

.container-rules td img {
    margin-left: 10px
}

.container-rules .min-width-td {
    min-width: 20%
}

.container-rules a:hover {
    text-decoration: underline;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form-rules {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 5px
}

.form-rules .row {
    margin-bottom: 20px
}

.form-rules .col-lg-1,
.form-rules .col-lg-10,
.form-rules .col-lg-11,
.form-rules .col-lg-12,
.form-rules .col-lg-2,
.form-rules .col-lg-3,
.form-rules .col-lg-4,
.form-rules .col-lg-5,
.form-rules .col-lg-6,
.form-rules .col-lg-7,
.form-rules .col-lg-8,
.form-rules .col-lg-9,
.form-rules .col-md-1,
.form-rules .col-md-10,
.form-rules .col-md-11,
.form-rules .col-md-12,
.form-rules .col-md-2,
.form-rules .col-md-3,
.form-rules .col-md-4,
.form-rules .col-md-5,
.form-rules .col-md-6,
.form-rules .col-md-7,
.form-rules .col-md-8,
.form-rules .col-md-9,
.form-rules .col-sm-1,
.form-rules .col-sm-10,
.form-rules .col-sm-11,
.form-rules .col-sm-12,
.form-rules .col-sm-2,
.form-rules .col-sm-3,
.form-rules .col-sm-4,
.form-rules .col-sm-5,
.form-rules .col-sm-6,
.form-rules .col-sm-7,
.form-rules .col-sm-8,
.form-rules .col-sm-9,
.form-rules .col-xs-1,
.form-rules .col-xs-10,
.form-rules .col-xs-11,
.form-rules .col-xs-12,
.form-rules .col-xs-2,
.form-rules .col-xs-3,
.form-rules .col-xs-4,
.form-rules .col-xs-5,
.form-rules .col-xs-6,
.form-rules .col-xs-7,
.form-rules .col-xs-8,
.form-rules .col-xs-9 {
    padding-left: 10px;
    padding-right: 5px
}

.form-rules span {
    font-family: Georgia, 'Times New Roman', serif;
    color: #777;
    font-size: 14px
}

.form-rules input[type=button] {
    min-width: 72px
}

.form-rules input[type=text] {
    width: 100%;
    max-width: 220px;
    padding-left: 10px;
    padding-right: 5px;
    border: 1px solid #dfdfdf
}

select {
    min-width: 90px;
    border: 1px solid #ccc;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 99%);
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 99%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0)
}

select option {
    background-color: #f1f1f1
}

.valid-message {
    color: red;
    font-size: 11px;
    font-family: Arial, sans-serif
}

.search-all {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-left: 5px
}

.search-all:hover {
    text-decoration: underline;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.nav-group-article {
    color: #777
}

.nav-group-article .all-blue {
    color: #000;
    font-weight: 100;
    text-decoration: underline
}

.nav-group-article .all-blue:hover {
    text-decoration: none;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.nav-group-article .valid-gr {
    color: #093;
    font-weight: 100;
    text-decoration: underline
}

.nav-group-article .valid-gr:hover {
    text-decoration: none;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.nav-group-article .non-valid-rd {
    color: #bc0b0b;
    font-weight: 100;
    text-decoration: underline
}

.nav-group-article .non-valid-rd:hover {
    text-decoration: none;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.nav-group-article .trash {
    color: #666;
    font-weight: 100;
    text-decoration: underline
}

.nav-group-article .trash:hover {
    text-decoration: none;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.home-article {
    margin-top: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 8px 10px
}

.home-article:hover {
    background-color: #f3f3f3;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.home-article p {
    margin-bottom: 5px
}

.home-article .text-form-1 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #777;
    font-size: 13px
}

.home-article .text-form-2 {
    color: #333;
    font-size: 12px
}

.valid {
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #093;
    margin-right: 10px;
    text-transform: uppercase
}

.valid:hover {
    text-decoration: underline;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.forvarded {
    font-size: 10px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #03f
}

.forvarded:hover {
    text-decoration: underline;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.tip-id {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #333
}

.block-valid-forwarded {
    margin-top: 5px
}

.live-bulletins {
    border: 1px solid #dfdfdf
}

.live-bulletins-article-block {
    background-color: #f9f9f9
}

.live-bulletins-article-head {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px
}

.live-bulletins-article-bottom {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px
}

.live-bulletins-article-block-hover:hover {
    background-color: #f3f3f3
}

.title-article-detail {
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px
}

.title-article-description {
    font-family: Georgia, 'Times New Roman', serif;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px
}

.validate {
    color: #090
}

.forward {
    color: #03f
}

.delete {
    color: red
}

.print {
    color: #333
}

.article-detail {
    color: #333;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.map {
    max-width: 460px
}

.modal-mail-input-text {
    min-height: 27px;
    border: 1px solid #dfdfdf;
    width: 100%
}

.modal-header {
    padding: 0 0 0 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #464646;
    width: 100%;
    min-height: 32px;
    border-bottom: 1px solid #fff;
    line-height: 32px;
    font-size: 15px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f2f2f2', GradientType=0);
    font-family: Georgia, 'Times New Roman', serif
}

.modal-title {
    line-height: 1.62857143
}

.modal-body {
    font-style: italic
}

.modal-body input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    font-style: normal
}

.modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 2px solid #dfdfdf;
    background-color: #f9f9f9;
    color: #333
}

.modal-footer {
    text-align: left;
    border-top: none;
    padding-top: 0;
    line-height: 22px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-right-10 {
    margin-right: 10px
}

.edit-bulletin-row {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px
}

.edit-bulletin-row:hover {
    background-color: #f3f3f3;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.edit-bulletin-row input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 25px;
    border: 1px solid #E0E0E0;
    color: #0000FA
}

.edit-bulletin-row label {
    font-weight: 100
}

.edit-categories {
    font-weight: 700;
    font-size: 15px;
    color: 000;
    margin-bottom: 10px;
    font-family: Georgia, 'Times New Roman', serif
}

.textarea-description {
    width: 100%;
    height: 290px;
    border: 1px solid #e0e0e0;
    border-top: 33px solid #e0e0e0;
    padding-left: 6px;
    padding-top: 9px;
    color: #0000FA
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin-right: 4px
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer
}

.button-browse {
    color: #333;
    border: 1px solid #cdcdcd
}

.button-browse:hover {
    border: 1px solid #aaa;
    color: #000
}

.location {
    max-width: 280px
}

#geo {
    width: 100%;
    max-width: 640px;
    min-width: 200px
}

.categories-button li {
    margin-right: 3px;
    display: block;
    float: left;
    min-width: 91px;
    height: 25px;
    color: #666;
    font-size: 12px;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.categories-button li:hover {
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .08);
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.categories-button li label {
    width: 100%
}

.categories-button li label:hover {
    cursor: pointer
}

.categories-button li input[type=checkbox] {
    vertical-align: sub;
    border: 1px solid #ccc;
    float: right;
    margin-left: 5px
}

.burger {
    width: 38px;
    height: 28px;
    background-image: url(../images/burger.png);
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid #dfdfdf
}

.burger:hover {
    background-image: url(../images/burger-hover.png);
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.map-view {
    width: 38px;
    height: 28px;
    background-image: url(../images/map.png);
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid #dfdfdf
}

.map-view:hover {
    background-image: url(../images/map-hover.png);
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.vertical-align-middle * {
    vertical-align: middle
}

@media print {
    .content {
        width: 100%
    }
    .bar,
    .header {
        display: none
    }
    .article-detail,
    .article-detail+div {
        width: 50%
    }
    .article-detail+div {
        text-align: right;
        float: right
    }
    .title-article-description {
        width: 50%
    }
    .title-article-description+div {
        display: none
    }
}

.admin-settings-form .share-image-label{
    cursor: pointer;
}
.admin-settings-form .share-image{
    position: absolute;
    top: -9999px;
}

.info-popap{
  max-width: 100%;
  width: 500px !important;
}

.info-popap__avatar{
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.info-popap__avatar img{
  width: 100%;
}

.info-popap__content td:nth-child(1){
  text-align: right;
  padding-right: 10px;
}

.email-field{
  word-break: break-all;
}

.cut-link, .cut-link-holder{
  overflow: hidden;
  position: relative;
  word-break: break-all;
  max-width: 250px;
  margin-left: auto;
  margin-right: 0;
}

.text-right .cut-link {
    padding-left: 10px!important;
}


/* Banktransfer radiobuttons */
.banktransfer #datetimepicker,
.banktransfer #BankStatement_amount{
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.banktransfer #datetimepicker>*{
  margin-top: 10px;
}

.banktransfer #datetimepicker.show,
.banktransfer #BankStatement_amount.show{
  opacity: 1;
  height: auto;
  visibility: visible;
}

.banktransfer #BankStatement_amount.show{
  margin-top: 10px;
}

.banktransfer #datetimepicker .input-group-addon{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
}

.banktransfer__radiobuttons{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;  
  -ms-flex-wrap: wrap; 
   flex-wrap: wrap;
   /* width: 490px; */
}

.banktransfer__radiobuttons>span{
  position: relative;
}

.banktransfer__radiobuttons input{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.banktransfer__radiobuttons label {
  cursor: pointer;
  padding: 5px 12px;
  border: 1px solid #3bb82e;
  border-radius: 50px;
  color: #3bb82e;
  font-weight: normal;
  margin-right: 10px;
  background-color: transparent;
  min-width: 105px;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}

.banktransfer__radiobuttons input:checked + label {
  background-color: #3bb82e;
  color: #fff;
}

.banktransfer-modal{
  width: 500px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

label[for="other-date"]{
  white-space: nowrap;
}

#BankStatement_date_received{
  background-color: #fff;
  cursor: pointer;
}

.banktransfer-date-wrapper{
  position: relative;
}

.banktransfer-date-wrapper #datetimepicker{
  position: absolute;
  bottom: 0;
  left: 0;
  
}
