/* 
    Document   : city.css
    Created on : 2013-03-01, 21:16:38
    Author     : pitre
    Description:
        Purpose of the stylesheet follows.
*/

/************/
/*div { outline: 1px solid red; }*/
/*span { outline: 1px solid yellow; }*
table { outline: 1px solid blue; }
table td { outline: 1px solid green; }
/************/

.main_add_header
{
    height: 100px;
    outline: 0px solid red;    
    position: relative;
    margin-bottom: 30px;
}

.main_add_header_logo
{
    width: 300px;
    height: 100px;
    /*background-color: yellow;*/
    margin-top: 0px;
    float: left;
}

.main_add_header_action
{
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    left: 310px;
}

.common_border
{
    border: 0px solid red;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 45px;
    padding-top: 5px;
    color: #222222;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);

    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */

    font: normal 10px Verdana, Sans-Serif;
}

.block_district, .block_church, .block_mass
{
    border-top: 1px solid #969696;
    margin-top: 5px;
}

.block_city_form_table, .block_district_form_table, .block_church_form_table
{
    width: 100%;
}
.block_city_form_table .block_city_form_td_left
{
    width: 200px;
}

.block_city_selected_name, .block_district_selected_name, .block_church_selected_name
{
    font-size: 20px;
    font-weight: bold;
    max-width: 450px;
    overflow: auto;
}
.block_city_selected_name .subname, .block_district_selected_name .subname, .block_church_selected_name .subname
{
    font-size: 12px;
    color: #333;
}

.block_city_selected_name_edit, .block_city_selected_change,
.block_district_selected_name_edit, .block_district_selected_change,
.block_church_selected_name_edit, .block_church_selected_change,
.block_church_district_select_another
{
    height: 20px;
    width: auto;
    margin: 0 auto;
    padding-top: 5px;
    cursor: pointer;
    font: normal 11px Verdana, Sans-Serif;
}
.block_city_selected_name_edit:hover, .block_city_selected_change:hover,
.block_district_selected_name_edit:hover, .block_district_selected_change:hover,
.block_church_selected_name_edit:hover, .block_church_selected_change:hover,
.block_church_district_select_another:hover
{
    background-color: #ffb129;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.block_city_new, .block_district_new
{
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}

.block_city_more
{
    border: 0px solid red;
    width: 100%;
    height: 400px;
    overflow: auto;
}

.block_district_form_td_left, .block_church_form_td_left
{
    width: 160px;
    height: 50px;
}

.block_list
{
    text-align: left;
}

.block_list li
{
    list-style-type: none;
    display: inline;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
}
.block_district_more
{
    width: 450px;
    height: 400px;
    overflow: auto;
}

.block_district_none_element
{
    width: 100px;
}
.block_district_none_element .common_border
{
    width: 100px;
    background: #fad491; /* Old browsers */
    background: -moz-linear-gradient(top, #fad491 0%, #eba83b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad491), color-stop(100%,#eba83b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fad491 0%,#eba83b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fad491 0%,#eba83b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, v 0%,#eba83b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fad491 0%,#eba83b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad491', endColorstr='#eba83b',GradientType=0 ); /* IE6-9 */
}

.block_district_spacer
{
    height: 20px;
}

.block_church_more
{
    border: 0px solid red;
    width: 100%;
    height: 400px;
    overflow: auto;
}


.main_add_division_table td.block_church_details_title_top
{
    vertical-align: top;
    text-align: right;
}

.main_add_division_table td.block_church_details_title_mid
{
    vertical-align: middle;
    text-align: right;
}

.block_church_description
{
    width: 406px;
    height: 32px;
}
.block_church_www
{
    width: 315px;
}
.block_church_address
{
    width: 410px;
}
.block_church_address_td,
.block_church_www_td
{
    text-align: left;
}

.left
{
    vertical-align: top;
}

#map-canvas
{
    /*height: 300px;*/
    height: 330px;
    width: 500px;
    border: 2px solid #dadabd;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

.main_add_division_table
{
    width: 970px;
}
.main_add_division_table td
{
    vertical-align: top;
    padding: 0px;
}
.main_add_division_table td.map
{
    width: 500px;
}

.block_city, .block_city table
{
    /*margin: 0 auto;*/
    /*width: 300px;*/
}

#save_all
{
    position: fixed;
    top: 0px;
    left: 700px;
    width: 400px;
    height: 65px;
    padding-top: 20px;
    background-color: #a6eb95;
    color: #4b853c;
    font-size: 33px;
    
    -moz-border-bottom-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    border-bottom-left-radius:15px;
    -moz-border-bottom-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-bottom-right-radius:15px;
    
    -webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
}

#save_all:hover
{
    background-color: #d1ffc5;
    -webkit-box-shadow:  0px 0px 10px 5px rgba(68, 219, 38, .5);
    box-shadow:  0px 0px 10px 5px rgba(68, 219, 38, .5);
}
   
#save_all .save_all_info
{
    font-size: 11px;
    color: #4b853c;
    
}

#cancel_all
{
    position: fixed;
    top: 85px;
    width: 200px;
    left: 800px;
    height: 20px;
    padding-top: 7px;
    
    background-color: #FFC5C5;
    color: #d70b0b;
    font-size: 14px;
    
    -moz-border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
    
    -webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .5);
    
}

#cancel_all:hover
{
    background-color: #feeaea;
    -webkit-box-shadow:  0px 0px 10px 5px rgba(219, 38, 38, .5);
    box-shadow:  0px 0px 10px 5px rgba(219, 38, 38, .5);
}

sup.small
{
    font-size: 10px;
    color: #d70b0b;
    cursor: pointer;
}

.block_mass_edit_win {
	-webkit-box-shadow: 0px 0px 54px 5px rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 54px 5px rgba(0, 0, 0, .5);

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffdd), color-stop(1, #ffffdd) );
	background:-moz-linear-gradient( center top, #ffffdd 5%, #ffffdd 100% );	
	background-color:#ffffdd;
	-moz-border-radius:140px;
	-webkit-border-radius:140px;
	border-radius:140px;
	border:1px solid #787878;
	color:#777777;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	/*padding:25px 25px;*/
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
        width: 250px;
        height: 250px;
        text-align: center;
        
        position: fixed;
}

.block_name_edit_win {
    background-color: #ffffdd;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
}

.block_name_edit_old_name
{
    font-size: 15px;
    font-weight: bold;
    max-width: 210px;
    overflow: auto;
    margin-left: 20px;
}

.block_name_edit_box
{
    width: 200px;
}

.block_district_choose_win
{
    -webkit-box-shadow: 0px 0px 54px 5px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 54px 5px rgba(0, 0, 0, .5);

    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffdd), color-stop(1, #ffffdd) );
    background:-moz-linear-gradient( center top, #ffffdd 5%, #ffffdd 100% );
    background-color:#ffffdd;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:30px;
    border:1px solid #dcdcdc;
    color:#777777;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    /*padding:25px 25px;*/
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    width: 600px;
    height: 400px;
    text-align: center;

    position: fixed;
    
    background-color: #ffffdd;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
}

.block_window_close
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.block_district_choose_content
{
    margin: 0 auto;
    width: 600px;
    height: 245px;
    border: 0px solid red;
    overflow: auto;
}

.block_district_choose_church_name, .block_district_choose_cur_district
{
    font-weight: bold;
}
.choose_font_small
{
    font-size: 11px;
}

.block_window_close {
	-moz-box-shadow:inset 0px 1px 0px 0px #ff8787;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ff8787;
	box-shadow:inset 0px 1px 0px 0px #ff8787;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7575), color-stop(1, #a63333) );
	background:-moz-linear-gradient( center top, #ff7575 5%, #a63333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7575', endColorstr='#a63333');
	background-color:#ff7575;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #000a03;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	padding:11px 7px;
	text-decoration:none;
	text-shadow:1px 1px 2px #000000;
}.block_window_close:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a63333), color-stop(1, #ff7575) );
	background:-moz-linear-gradient( center top, #a63333 5%, #ff7575 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a63333', endColorstr='#ff7575');
	background-color:#a63333;
}.block_window_close:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.gps_map {
	-moz-box-shadow:inset 0px 1px 0px 0px #8791ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8791ff;
	box-shadow:inset 0px 1px 0px 0px #8791ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7a75ff), color-stop(1, #3343a6) );
	background:-moz-linear-gradient( center top, #7a75ff 5%, #3343a6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a75ff', endColorstr='#3343a6');
	background-color:#7a75ff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #000a03;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	padding:10px 0px;
	text-decoration:none;
	text-shadow:1px 1px 2px #000000;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


#gps_map
{
    position: absolute;
    top: 137px;
    left: 508px;
    width: 336px;
    height: 38px;
    background-color: #ffffdd;
    display: none;
}

#gps_map .pos_ok
{
    font-size: 20px;
    cursor: pointer;
}

#gps_map .pos_fill
{
    width: 20px;
    display: inline-block;
}

#gps_map .pos_no
{
    font-size: 15px;
    cursor: pointer;
    color: #ee6600;
}

#gps_map .pos_ok:hover
{
    text-shadow:1px 1px 8px #000;
}







.ui-tooltip, .arrow:after {
    background: #3e8a31;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 6px 10px;
    color: white;
    border-radius: 20px;
    font: normal 10px Verdana, Sans-Serif;
    
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }