body {
    background-color:inherit !important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}


#fuzz{ position: absolute; top: 0; left: 0; z-index: 5000;  display:none;}
#fuzz_back{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity:0.5;}
#fuzz_show {position:fixed; text-align:center;width:200px; height:200px;}
#fuzz_loading { position:relative; bottom:25px;}



.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 13px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


.btn-oval {
  width: 60px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-oval.btn-lg {
  width: 100px;
  height: 50px;
  padding: 13px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-oval.btn-xl {
  width: 140px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-oval-more {
  border-radius: 20px !important;
}

/**************************************/



html, body {
        height: 100%;
        margin: 0;
        padding: 0;
}
#map {
        height: 100%;
}


.invisible {
    display:none;
}

.btn-invisible {
    display:none;
}


#slide-panel {
    width:150px;
    height:200px;
    padding:10px;
    margin-left:-150px;
    background-color:rgba(255,255,255, 0.4);
}

#slide-panel div {
    margin-top:5px;
}



#category_filter,#time_filter {
    width:350px;
//    height:430px;
    padding:0 10px 0 10px;
    margin-left:-350px;
    top:40px !important;
// background-color:rgba(255,255,255, 0.8);
    position:absolute;
    font-size:13pt;
//    border-radius: 6px;
//  border:1px solid gray;
    z-index:10 !important;
}
@media (max-width: 480px) {
    #category_filter,#time_filter {
	width:100%;
	margin-left:-100%;
    }
}


#category_filter div,#time_filter div{
//    margin-top:5px;
}

#profile_panel {
    width:250px;
    height:200px;
    padding:0 10px 0 10px;
    margin-left:-250px;
//    bottom:40px !important;
    background-color:rgba(255,255,255, 0.8);
    position:absolute;
    font-size:13pt;
    border-radius: 6px;
    border:1px solid gray;
}



.filter-col {
    width:48%;
    float:left;
    position:relative;
}

.filter-cor {
    float:right;
}

.filter-coc {
    float:none;
    margin-left:auto;
    margin-right:auto;
    width:60%;
}


.filter-col .panel {
    margin-bottom:3px;
    overflow:hidden;
}

.filter-col .panel-body {
    padding:5px;
    cursor:pointer;
}

.filter-col .panel-body.active {
    background-color:#31B0D5;
    color:white;
}

.filter-col .panel-addon {
    background-color:#FFFFCC;
}    

.filter-col .panel-addon-half {
    text-align:center;
    width:45%;
    margin-right:5px;
    display:inline-block;
}

.filter-col .panel-default-trans {
    background-color:inherit;
    text-align:center;
}

div[name="login_or_register"] p {
    margin-top:10px;
    text-align:right;
}

div[name="login_or_register"] h3 {
    margin-top:0px;
    margin-bottom:0px;
}


/*************************/

div[name="marker_form"] h3 {
    margin-top:0px;
    margin-bottom:0px;

}

div[name="marker_form"] {
    position:relative;
}

.marker_form .modal-dialog
{
    margin-left:1% !important;
}

.bootstrap-dialog-body,.bootstrap-dialog-message,div[name='marker_form'] {
    height:100%;
}

.ekko-lightbox .modal-dialog
*/

.pac-container {
    z-index:2000 !important;
}

.form-control[name='marker_category'] {
    width:auto;
    float:left;
}



#marker_icon {
    height:36px;
    width:auto;
}


div[name="marker_icons"] {
    width:100%;
    margin-bottom:5px !important;
    margin-top:5px !important;
    border-top:1px dotted gray;
}

div[name="marker_icons"] .img,.img_icon {
    height:35px;
    width:35px;
    margin-right:10px;
    cursor:pointer;
    display: inline-block;
    background-size: contain !important;
}

.marker_icon_new_icon { background: url('../images/newicon.png') no-repeat center;}


.category_icons {
    display:none;
}

div.marker_info {
//    width:350px;
    position:relative;
//    margin-right:15px;
    height:100%;
}

@media (max-width: 480px) {
    div.marker_info {
//	width:100%;
    }
}

.marker_info_favorite {
/*    position: absolute;
    right: 0;
    margin-top: 15px;*/
}

.marker_info_text {
//    margin-right:60px;
    overflow-y: auto;
//    overflow-x: visible;
    word-break: break-word;
    text-align:justify;
    max-height:200px;
    overflow: -moz-scrollbars-vertical;
    clear:both;
}

.marker_info_text h3{
    font-size:20px;
}
.marker_content {
    font-size:16px;
}
.marker_content img{
    width:100%;
}

.makeScrollable{
-webkit-overflow-scrolling: touch;
}


div.marker_info h3 {
//    margin-top:0px;
    margin-bottom:0px;
    clear:both;
    margin-top:5px;
    padding-top:10px;


}
div.marker_info_control {
    margin-top:5px;
    padding-top:10px;
//    border-top:1px dotted gray;
    clear:both;
}

div.marker_info_footer {
    border-top:1px dotted gray;
    margin-bottom:15px;
    text-align: center;
    clear_both;
}
div.marker_info_view {
    font-size: 9pt;
    text-align:center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
div.marker_info_view img {
    height:15px;
}
div.marker_info_view img.globe  {
    height:20px;
    cursor:pointer;
}
div.marker_info_view img.social {
    margin-left:25px;
    cursor:pointer;
    height:25px;
}

div.marker_info_view input {
    width:90%;
    font-size:11px;
    padding:3px;
}

div.marker_info_line {
    clear:both;
    border-bottom:1px dotted gray;
}

div.marker_info_name {
    display:inline-block;
}
div.marker_info_rate {
    display:inline-block;
    right:0;
    position:absolute;

}
div.marker_info_rate span.glyphicon {
    color:red;
}

div.marker_info_category {
    float:right;
    font-size:9pt;
    position:relative;
    margin-right:0;
}

div.marker_info_time {
    float:left;
    font-size:9pt;
    position:relative;
    margin-left:0;
}

div.marker_info_event {
    font-size:9pt;
    clear:both;
    color:red;
}

div.marker_info_event.marker_info_event_old {
    color:#999999;
}

div.eye_block {
    float:right;
    margin-right:15px;
}
/*@media (max-width: 480px) {
    div.eye_block {
	margin-right:40px;
    }
}*/


div.marker_info_eye, div.marker_info_icon,div.marker_info_mail,div.marker_share,.marker_info_favorite2 {
    cursor:pointer;
    width:40px;
    height:40px;
    vertical-align:middle;
    display:table-cell;
    cursor:pointer;    
}

div.marker_info_mail {
//    width:45px;
    margin-left:5px;
    cursor:pointer;    
    background: url("../images/mail.png") no-repeat center;
}

.marker_info_favorite,.marker_info_alarm,.marker_alarm_time {
    margin-left:5px;
    margin-top:5px;
}

.marker_info_favorite2 {
    width:45px;
    margin-left:5px;
    cursor:pointer;    
    background: url("../images/heart.png") no-repeat center;
}


div.marker_info_mail, div.marker_info_icon,div.marker_share,.marker_info_favorite,.marker_info_favorite2,.marker_info_alarm,.marker_alarm_time {
    float:left;
}

.marker_share {
    background: url("../images/share.png") no-repeat center; 
//    background-size: auto 15px;
//    width:25px;
//    height:15px;

}


.info_eye {
    background: url("../images/eye.png") no-repeat;
    background-size: auto 15px;
    width:25px;
    height:15px;
}


.info_halfeye {
    background: url("../images/halfeye.png") no-repeat center; 
    background-size: auto 15px;
    width:25px;
    height:15px;

}

.info_noeye {
    background: url("../images/noeye.png") no-repeat center; 
    background-size: auto 15px;
    width:25px;
    height:15px;

}





.selected_icon {
    width:45px;
    float:left;
}


/*@media (max-width: 480px) {
    div.marker_info_eye,div.marker_info_mail, div.marker_info_icon {
	cursor:pointer;
	width:32px;
	height:32px;
    }
}*/

.marker_info_eye img,.marker_info_mail img, .marker_info_icon img
{
    width:100%;
    height:auto;
}

.gm-style-iw { width:300px !important; }



.panel.chat_header {
    margin-right:15px;
}

.panel.chat_header .panel-body {
    overflow:hidden;
    padding:5px;
    margin-bottom:5px;
    white-space: nowrap;
}


.chat_header_name,.chat_header_title,.chat_header_icon {
//    float:left;
    display:inline-block;
}

.chat_header_icon {
    cursor:pointer;
}

.chat_header_date {
    float:right !important;
}

.chat_header_title {
//	overflow:hidden;
//	margin-right:5px;
//    margin-bottom:0px;
//    clear:both;
//    margin-top:5px;
//    padding-top:10px;
//    border-top:1px dotted gray;
}


.bootstrap-dialog div[name="chat_accordion"] {
    overflow:auto;
    height:350px;
}

.bootstrap-dialog div[name="chat_accordion"] .panel-body{
    padding:5px;
}

.panel-new-message {
    background-color:yellow !important;
}

.panel[name="chat_list"] {
    cursor:pointer;
    padding:5px;
}

div.message_mine, div.message_mine_nb, div.message_other {
    width:95%;
    border-radius: 5px;
    border:1px dotted gray;
    padding:5px;
    margin-bottom:3px;
}

div.message_mine {
    float:right;
    background-color:#DDFFBB;
}
div.message_mine_nb {
    float:right;
    border:none;
}
div.message_other {
    float:left;
//    background-color:#DDBBFF;
}

.message_time {
    float:right;
    display:inline-block;
}


textarea {
    resize: none;
}
textarea.message_text {
    width:80%;
    height:40px;
    border-radius: 6px;
    border:1px solid gray;
}

@media (max-width: 480px) {
    textarea.message_text {
	width:70%;
    }
}

.send_button {
    float:right;
}
div[name='new_message'] {
    clear:both;
    margin-bottom:5px;
}
div.message_small_info {
    font-size:8pt;
}

.spam_button {
    margin: 5px;
    text-align: right;
}

button[name="do_unfilter_button"] {
//    bottom: 5px;
//    position: absolute;
//    left: 5px;
//   margin-left:auto;
//    margin-right:auto;
    word-break: break-all;
    width: 27px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 115px;
    position: absolute;
    z-index: 300;
    left: 5px;
    display:none;
}    
button[name="do_filter_button"] {
//    bottom: 5px;
//    position: absolute;
//    right: 5px;
//    margin-left:auto;
//    margin-right:auto;

}   

#category_filter > button[name="do_unfilter_button"] {
    margin-left:auto;
    margin-right:auto;
}

.control {
    position:absolute;
    z-index:300;
    margin:5px;
}

.control_hide {
    z-index:0;
}


div[name="filters"] {
    top:0px;
    left:0px;
}

div[name="address"] {
//    width:400px;
    top:35px;
    left:0px;
    position:absolute;
}

div[name="address"] input[name="search_address"],div[name="address"] input[name="search_marker"] {
	width:400px;
}


@media (max-width: 520px) {
    div[name="address"] input[name="search_address"],div[name="address"] input[name="search_marker"] {
	width:200px;
    }
}

span[name="searchAddressButton"] img,span[name="searchMarkerButton"] img,span[name="btn_list"] img {
    width:20px;
}

span[name="searchAddressButton"], span[name="searchMarkerButton"],span[name="btn_list"]{
    cursor:pointer !important;
    width:30px;    
}

span[name="searchMarkerButton"].active {
    background-color:#ec971f;
}


#global_mail {
    display:none;
    padding: 0px 3px;
    margin-left:5px;
}
#global_alarm {
    display:none;
    padding: 0px 3px;
    margin-left:5px;
}

#btn_list{
    padding: 0;
    margin-left:5px;
}

#btn_list img{
    height:30px;
}



#login_logout {
    bottom:0px;
    left:0px;
}
div[name="add_new_marker"] {
    right:0;
    top:25px;
}

div[name="add_new_marker"] button.btn {
    width: 100px;
    font-weight: bold;
    font-size: 20pt;
    line-height: 20px;
}    


@media (max-width: 520px) {
div[name="add_new_marker"] button.btn {
    width: 70px;
    font-weight: bold;
    font-size: 13pt;
    line-height: 20px;
}    
}
div[name="zoom_panel"] {
    right:0;
    top:100px;
}

div[name="rest_panel"] {
    right:0;
    bottom:0px;
    text-align:right;
}

div[name="language_panel"] {
    right:0;
    top:0px;
    margin-top:0;
//    background-color:#E5E3DF;
}

div[name="language_panel"] img {
    margin-left:5px;
}

button[name='fit_all_button'] {
    text-align:right;
    color:white;
    font-weight:bold;
}

button[name='fit_all_button'] span:nth-child(1) {
    float:left;
    font-size: 10pt;
    position: relative;
    top: 2px;
    left: -5px;
}

.modal-backdrop.in,.modal-backdrop, .modal-backdrop.fade
{
    opacity:0 !important;
    filter: alpha(opacity=0) !important;
    position:fixed;// This makes it cover the entire scrollable page, not just browser height
    height:100%;
    background-color: none;
}

.bootstrap-dialog.fade {
    transition-property: all !important;
    transition-duration: 0 !important;
    transition-timing-function: ease !important;
    transition-delay: 0 !important;
}

.no_form_bottom .form-group {
    margin-bottom:0;
}

.no_header .modal-header{
    display:none;
}
.form_full.form-group {
    width:100%;
}
.form_full.form-group .form-control{
    width:100%;
}

.panel-body.panel-disabled,.panel-body.panel-disabled:hover {
    color:#696969;
    background-color:white;
    cursor:not-allowed;
}

.bootstrap-dialog-close-button {
    margin-right:-5px;
    cursor:pointer !important;
    position:absolute;
    right:15px;
}


.close {
    cursor:pointer;
}
.bootstrap-dialog-close-button .close {
    height:22px;
    width:22px;
    opacity:1;
    cursor:pointer;
    background: url("../images/close.jpg") no-repeat center;
}    

.bootstrap-dialog-body {
//    margin-right:20px;
}

.marker_edit_button {
    width:35px;
    height:35px;
    background: url("../images/edit.png") no-repeat center;
}

.marker_del_button {
    width:35px;
    height:35px;
    background: url("../images/trash.png") no-repeat center;
}


.preload_icon {
    margin-top:10px;
}

#bans_tab,#follow_tab {
    min-height:330px;
    max-height: 430px;
    overflow: auto;
    padding:0;
}

#bans_tab h4 {
    font-weight: bold;
    color: #666666;
    text-align:center;
}

[data-notify="container"] > [data-notify="message"] {
    font-size: 8pt;
}
#src_marker_icons {
    overflow-x: scroll;
    overflow-y: hidden;
    height:50px;
    display:none;
}

.marker_form {
//    z-index:1050 !important;
}
.chat_form {
//    z-index:1070 !important;
}
.btn-spam {
    float:left;
}

.thin_dialog .modal-dialog{
    width:200px;
}

div[name="profile"] {
    text-align:center;
}

#follow_tab .container-fluid {
    padding:0;
}

#follow_tab .row {
    overflow-wrap: break-word;
    margin:0;
    margin-bottom:5px;
    padding-bottom:5px;    
    border-bottom:1px dotted #999999;
}

.profile_buttons {
    margin-bottom:10px;
    margin-top:10px;
}
.profile_buttons button {
    width:150px;
}
.clear_both {
    clear:both;
}
.message_body {
    display:inline-block;
}


.arrows {
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f00;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-top: 25px solid #f00;
}

.arrow-button {
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
//    display:inline-block;
    float:left;
    height:25px;
}

.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 25px solid red;
    border-right: 15px solid transparent;
}

.triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 25px solid red;
    border-right: 15px solid transparent;
}

.triangle-topright {
    width: 0;
    height: 0;
    border-top: 25px solid red;
    border-left: 15px solid transparent;
}

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 25px solid red;
    border-left: 15px solid transparent;
}

.marker_arrows_closed {
    border-top:1px solid #f00;
    float:left;
    width:100%;
}

.arrow-block {
    height: 25px;
    background-color:red;
    color:white;
    padding-top:3px;
    width:65px;
    text-align:center;
}

.marker_arrows_opened {
    border-bottom:1px solid #f00;
    float:left;
    width:100%;

}


.marker_controls {
    width:100%;
    min-height:40px;
}

.marker_controls_closed {
    display:none;
}
.marker_controls_opened {
    display:block;
}
.marker_controls button {
    width:100%;
    margin-top:10px;
    margin-right:10px;
}

.bbtn-primary {
    color: #337ab7;
    background-color: #FFF;
    border-color: #FFF;
}
.bbtn-info {
    color: #5bc0de;
    background-color: #FFF;
    border-color: #FFF;
}
.bbtn-success {
    color: #5cb85c;
    background-color: #FFF;
    border-color: #FFF;
}
.bbtn-warning {
    color: #f0ad4e;
    background-color: #FFF;
    border-color: #FFF;
}
.bbtn-danger {
    color: #d9534f;
    background-color: #FFF;
    border-color: #FFF;
}

#btn_info {
    margin-left:5px;
    font-size:26px;
    padding:0;
    color: #337ab7;
    background-color: transparent;
    border-color: none;
}

.one_slide img {
    width:100%;
}
.slide_dialog .modal-dialog {
    margin-top:0px;
}

.terms_dialog .modal-body {
    overflow-y:hidden;
}

.terms_dialog .bootstrap-dialog-body {
    overflow-y:scroll;
    height:100%;
}


#marker_alarm {
//    margin-top:30px;
}

.marker_alarm_time {
    width: 70px;
    font-size: 8pt;
}
#marker_current_time {
    width:100%;
    text-align:center;
    color:blue;
    padding:4px;
    border:1px dotted gray;
}
#marker_time_clear {
    float:right;
    cursor:pointer;
    color:black;
    font-weight:bold;
}

.btn_lg {
    padding:5px 8px !important;
    font-size:16pt !important;
    line-height:16pt !important;
}

.marker_info .img_icon {
    margin-right:0px;
}
.picker-today:before {
    content: "Now" !important;
    font-weight: bold;
}
.picker-time:before {
    content: "Time" !important;
    font-weight: bold;
}
.picker-date:before {
    content: "Date" !important;
    font-weight: bold;
}
.picker-set:before {
    content: "Set" !important;
    font-weight: bold;
}

.btn_at_left {
    float:left;
}

.marker_image_tab {
    float:right;
    text-align:right;
}

.marker_image_list .marker_image{
//    float:left;
    margin-right:5px;
}

.marker_image_list div img {
    max-width:100px;
    cursor:pointer;
    max-height:60px;
}

.marker_image_list div img.tmp {
    opacity:0.5;
}

/*.marker_image_list .marker_image_erase:before {
    content:'X';
    font-weight:bold;
    color:red;
    cursor:pointer;
}
*/

.marker_image_list .marker_image_erase {
    font-weight:bold;
    color:red;
    cursor:pointer;
    background-color:white;
    padding:3px;
    display:inline-block;
}



.marker_image {
//    float:left;
    display:inline-block;
    margin-left:5px;
}
.marker_image img {
    max-width:100%;
    margin-bottom:3px;
}

@media (max-width: 767px) {
span.hidden-xs {
    display: inline !important;
}
}

.show_image {
    text-align:center;
}
.show_image img {
    max-width:100%;
    max-height:100%;
}

@media (max-height: 480px) {
    .show_image img {
	max-height:400px;
    }
}

.btn_controls_left,.btn_controls_right {
    position:absolute;
}
.btn_controls_left button,.btn_controls_right button {
    width:auto !important;
    margin:0;
    margin-top:5px;
}    
.btn_controls_right {
    right:0;
}

button[name="facebook_button"] {
    padding:0;
}
button[name="facebook_button"] img{
    height:30px;
}

input[name="marker_event_end"] {
    display:inline-block;
    width:150px;
    cursor:pointer;
}
input[name="marker_private"] {
    display: inline-block;
    width: 34px;
}

#marker_tip {
    text-align: center;
    margin-top: 10px;
    color: blue;
}

.bar {
    height: 18px;
    background: green;
}

button[name="image_upload_button"] {
    position:relative;
}

.file_loading
{
    position: absolute;
    max-width:120px;
    height:34px;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
//    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.terms_link {
    color:blue;
    cursor:pointer;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

input[name='marker_coords'] {
//    font-weight:bold;
//    color:blue;
//    font-size:10pt;
    display:none;
}

.btn.btn_slug {
    margin-left:20px;
    border:none;
}

div[name='marker_buttons_block'] {
    position:absolute;
    bottom:5px;
}