.cs-geo-locations .map-block
{
 height: 300px;
 position: relative;
 border-top: 0;

}

.cs-geo-locations .map-block .sh-h
{
 z-index: 2;
 width: 100%;
 height: 5px;
 overflow: visible;
 position: absolute;
}

.cs-geo-locations .map-block .sh-v
{
 z-index: 2;
 height: 100%;
 width: 5px;
 overflow: visible;
 position: absolute;
}

.cs-geo-locations .map-block .sh-h div
{
 z-index: 2;
 position: absolute;
 width: 100%;
 background-color: black;
}

.cs-geo-locations .map-block .sh-v div
{
 z-index: 2;
 position: absolute;
 height: 100%;
 background-color: black;
}

.cs-geo-locations .map-block .h1
{
 height: 1px;
 filter: alpha(opacity=10);
 -khtml-opacity: 0.1;
 opacity: .1;
}

.cs-geo-locations .map-block .h2
{
 height: 2px;
 filter: alpha(opacity=8);
 -khtml-opacity: 0.08;
 opacity: .08;
}

.cs-geo-locations .map-block .h3
{
 height: 3px;
 filter: alpha(opacity=6);
 -khtml-opacity: 0.06;
 opacity: .06;
}

.cs-geo-locations .map-block .h4
{
 height: 4px;
 filter: alpha(opacity=4);
 -khtml-opacity: 0.04;
 opacity: .04;
}

.cs-geo-locations .map-block .h5
{
 height: 5px;
 filter: alpha(opacity=2);
 -khtml-opacity: 0.02;
 opacity: .02;
}

.cs-geo-locations .map-block .v1
{
 width: 1px;
 filter: alpha(opacity=10);
 -khtml-opacity: 0.1;
 opacity: .1;
}

.cs-geo-locations .map-block .v2
{
 width: 2px;
 filter: alpha(opacity=8);
 -khtml-opacity: 0.08;
 opacity: .08;
}

.cs-geo-locations .map-block .v3
{
 width: 3px;
 filter: alpha(opacity=6);
 -khtml-opacity: 0.06;
 opacity: .06;
}

.cs-geo-locations .map-block .v4
{
 width: 4px;
 filter: alpha(opacity=4);
 -khtml-opacity: 0.04;
 opacity: .04;
}

.cs-geo-locations .map-block .v5
{
 width: 5px;
 filter: alpha(opacity=2);
 -khtml-opacity: 0.02;
 opacity: .02;
}

.cs-geo-locations .map
{
 height: 100%;
 width: 100%;
}

.cs-geo-locations .value-table
{
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    margin-bottom: 20px;
}


.cs-geo-locations .value-table th
{
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #e6e6f3;
    padding: 10px;
    text-align: left;
}

.cs-geo-locations .value-table td {
    border-bottom: 1px solid #e6e6f3;
}

.cs-geo-locations .value-table .ui-odd
{

}

.cs-geo-locations .value-table .ui-even
{
}

.cs-geo-locations .geo-locate-head,
.cs-geo-locations .geo-locate-cell
{
    width: 35px;
    padding: 10px;
}

.cs-geo-locations .geo-locate-cell
{
 cursor: move;
}

.cs-geo-locations .geo-locate-cell:before {
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    content: "\f0dc";
    position: relative;
    top: 10px;
    display: inline;
}
.cs-geo-locations .value-table tr:hover:before {

}

.cs-geo-locations a.geo-locate-link
{
    display: inline-block;
    width: 28px;
    height: 50px;
    margin-left: 12px;
    background: transparent url(/_static/images/marker/1.png) no-repeat 3px 6px;
}

.cs-geo-locations .geo-value-cell input[type=text] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #e6e6f3;
    padding: 6px;
    line-height: 16px;
    margin: 0;
    float:none;
}

.cs-geo-locations .geo-value-cell .description {
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 5px;
    opacity: 0.6;

}

.cs-geo-locations .geo-lat-head,
.cs-geo-locations .geo-lng-head{
    width: 61px;
    padding: 10px;
}

.cs-geo-locations .geo-lat-cell,
.cs-geo-locations .geo-lng-cell{
    width: 66px;
    font-weight: normal;
    font-size: 12px;
    vertical-align: top;
    padding: 20px 10px 10px 10px;
}

.cs-geo-locations .value-table td {
    background-color:#fff;
}


.cs-geo-locations .value-table td.geo-delete-cell {
    text-align: right;
    vertical-align: middle;
    padding: 10px;
}

.cs-geo-locations .value-table td.geo-delete-cell a {
    font-size: 0;

}

.cs-geo-locations .value-table td.geo-delete-cell a:hover {

}

.cs-geo-locations .value-table td.geo-delete-cell a:before {
    font-family: "cornerstone";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: '\e82a';
    font-size:  14px;
}
.cs-geo-locations .value-table td.geo-delete-cell a:hover:before {
    color: #000;
    background-color: #caff32;

}

.cs-geo-locations .geo-info .delete-link {
    font-weight: bold;
    font-size: 11px;
}

.cs-geo-locations .geo-info .delete-link:before {
    font-family: "cornerstone";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: '\e82a';
    margin-right: 5px;
}


.cs-geo-locations .search-block
{
 position: relative;
 padding: 10px 10px 10px 0px;
 border-bottom: 0;

 background-position: 20px center;
 background-repeat: no-repeat;


 -webkit-user-selection: none;
 -moz-user-selection: none;
 -khtml-user-selection: none;
 user-selection: none;
}

.cs-geo-locations .search-block .ui-label
{
 float: left;
 margin-right: 10px;
 line-height: 25px;
}

.cs-geo-locations .search-block .search-input
{
 display: block;
  padding-right: 10px;
 width:300px;
}

.cs-geo-locations .search-block .ui-input {
 margin-left: 0;
 width: 250px;
 float: left;
}

.cs-geo-locations .search-block a.cs-button-inline
{
 float: left;
 border-bottom: 1px dashed #00c4e0;
 display: inline-block;
 margin: 4px 20px;


}
.cs-geo-locations .search-block a.cs-button-inline:hover {
 color: #282a2d !important;
 background-color: #caff32;
 text-decoration: none !important;
 border-bottom: none !important;
 padding: 4px 10px;
 margin: 0 10px;
}


.cs-geo-locations .search-block a.zoom-link {
 display: block;
 float: right;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
 line-height: 30px;
}
.cs-geo-locations .search-block a.zoom-link span {
 color: #00c4e0;
 border-bottom: 1px dashed #00c4e0;
}

.cs-geo-locations .search-block a.zoom-link:before {
 content: "\f00e";
 font-family: "FontAwesome";
 font-size: 14px;
 font-weight: normal;
 padding-right: 5px;
}
.cs-geo-locations .search-block a.zoom-link:hover{
 color: #089eb3;
}
.cs-geo-locations .search-block a.zoom-link:hover span {
 color: #089eb3;
 text-decoration: none;
 border-bottom: 1px dashed #089eb3;
}

.cs-geo-locations .geo-info .title
{
 font-weight: bold;
}

.cs-geo-locations .geo-info .controls
{
 text-align: right;
}

.cs-geo-locations .geo-info .add-link
{
 color: #ff5400;
  padding: 2px 0 2px 2px;
  font-weight: bold;
  font-size: 11px;
}

.cs-geo-locations .geo-info .add-link:before {
    font-family: "cornerstone";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: '\e836';
    margin-right: 5px;
}


.cs-geo-locations .geo-info .delete-link
{
 margin-left: 10px;

 color: #ff5400;
 padding: 2px 0 2px 2px;
}

.cs-geo-locations .ui-sortable-helper .geo-locate-cell
{
 border-left: 2px solid #ff5400;
 /*background: url('/_static/images/cs-sprite.png') no-repeat 0 -2131px;*/
}

.cs-geo-locations .ui-sortable-helper td.geo-delete-cell
{
 padding-right: 9px;
 border-right: 2px solid #ff5400;
}

.cs-geo-locations .ui-sortable-helper .ui-odd,
.cs-geo-locations .ui-sortable-helper .ui-even
{
 border-top: 2px solid #ff5400;
 border-bottom: 2px solid #ff5400;
}

.cs-geo-locations .ui-sortable-helper
{
 -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);
 box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);
}
