html, body {
        height: 100%;
        margin: 0;
        padding: 0;
		font-family: 'sans-serif','Roboto';
		font-size:100%;
		width:100%;
      }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,

    dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong,  summary,  tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 

        font-family: inherit; 

        font-size: 13px; 

        font-weight: inherit; 

        font-style: inherit; 

        vertical-align: baseline; 

        margin: 0; 

        padding: 0; 

        border: 0; 

        outline: 0;

        background: transparent;

    }
 *,

    *:before,

    *:after {

        -webkit-box-sizing: border-box;

           -moz-box-sizing: border-box;

                box-sizing: border-box;

    }   



/* Repeatable Patterns

-------------------------------------------------------------- */

*,

*:before,

*:after {

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;

}

.a {
	  text-decoration:none;
	  }
.watermark1{
    position:absolute;
    z-index:2;
    display:block;
    top: 20%;
    left: 5%;
    color:yellow;
	opacity: 0.3;
	font-size: 70%;
	font-weight: normal;
}
.watermark1.w2{
	top:40%;
}
.watermark1.w3{
	top:60%;
}
.watermark1.w4{
	top:80%;
}

#header {
background-color: #0D7D88;
top: 0;
left: 0;
height:39px;
width:100%;
position: absolute;
z-index:16;
}
#logo {
background: url(icons/logogis.png) no-repeat;
height: 39px;
display: block;
margin: 1px 1px;
max-width: 700px;
}
.textheader
{
position: absolute;line-height: 39px;font-weight: bold;color: #F9EC86;left: 25%;font-size:105%;
}
.textheader_chay
{
position: absolute;
font-weight: bold;
color: #F9EC86;
left: 40px;
font-size: 100%;
top: 10px;
}
.texthome
{
position: absolute;line-height: 39px;padding: 0 4px;
}
	
#google_map {height: 100%;}
#toys-grid {margin-bottom:0px;}
#toys-grid  a{cursor:pointer;text-decoration:none;}
#toys-grid .txt-heading{background-color: #D3F5B8;}
#toys-grid table{width:100%;background-color:#F0F0F0;}

#toys-grid table td{background-color:#FFFFFF;height:20px;}


#toys-grid-diem {margin-bottom:0px;}
#toys-grid-diem  a{cursor:pointer;text-decoration:none;}
#toys-grid-diem .txt-heading{background-color: #D3F5B8;}
#toys-grid-diem table{width:100%;background-color:#F0F0F0;}

#toys-grid-diem table td{background-color:#FFFFFF;height:20px;}

.search-box {border: 1px solid #F0F0F0;background-color:#C8EEFD;margin: 2px 0px;}
.demoInputBox {padding: 5px;border: #0099FF 1px solid;border-radius: 4px;margin:0px 5px}
.btnSearch{padding: 4px;
border: 1px solid #ffffff;
border-radius: 4px;
margin: 4px 5px;
background: #22A2FF;
color: #ffffff;
font-weight: bold;}
.perpage-link{padding: 5px 10px;border: #C8EEFD 2px solid;border-radius: 4px;margin:0px 5px;background:#FFF;cursor:pointer;}
.current-page{padding: 5px 10px;border: #C8EEFD 2px solid;border-radius: 4px;margin:0px 5px;background:#C8EEFD;}
.btnEditAction{background-color:#2FC332;padding:2px 5px;color:#FFF;text-decoration:none;}
.btnDeleteAction{background-color:#D60202;padding:2px 5px;color:#FFF;text-decoration:none;}
.btnvitri1{background-color:#09F;border:0;padding:5px 10px;color:#FFF;text-decoration:none;border-radius: 4px;}
.btnvitri2{background-color:#FA7000;border:0;padding:5px 10px;color:#FFF;text-decoration:none;border-radius: 4px;}
#btnAddAction{background-color:#09F;border:0;padding:5px 10px;color:#FFF;text-decoration:none;}
#frmToy {border-top:#F0F0F0 2px solid;background:#FAF8F8;padding:10px;}
#frmToy div{margin-bottom: 15px}
#frmToy div label{margin-left: 5px;font-weight: bold;}
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}

#add-form {display:none;}
.lotrinhchitiet_click {
        position: absolute;
		top:40px;
        right:5px;
        z-index: 25;
	}
#lotrinhchitiet {
        position: absolute;
		top:65px;
        right:5px;
        z-index: 25;
        background-color: #fff;
        padding: 5px 2px 0px 2px;
        border: 1px solid #FA7000;
        box-shadow:5px 3px 5px #ccc;
        border-radius:5px;
		max-width: 300px;
		max-height:450px;
		overflow:auto; 
      }
#lotrinhchitiet.hidden {
    visibility:hidden;
    height:auto;
    opacity:0;
    overflow:hidden;
}	  
 #menu {
        position: absolute;
        top:45px;
        margin-left: 2px;
        z-index: 6;
        padding: 4px 8px;
        border: 1px solid #999;
 		border-radius:5px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		box-shadow:5px 3px 5px #ccc;
		max-width: 400px;
		background:#0D7D88;
		font-weight:bold;
		color:#FFE9D2;
		line-height: 24px;
      }
#menu a {
	  text-decoration:none;
	  color:#ffffff;
	  
	  }	  

	  

.list_diem {
    visibility:hidden;
    height:auto;
    opacity:0;
    overflow:hidden;
	position: absolute;
    }
	  
.list_diem.show {
        top:113px;
        margin-left: 5px;
        z-index: 5;
        background-color: #fff;
        padding: 5px 2px 0px 2px;
        border: 1px solid #999;
		border-radius:5px;
        box-shadow:5px 3px 5px #ccc;
        max-width: 500px;
		max-height:500px;
		
		visibility:visible;
		opacity:1;
		transition:0.2s;
		-webkit-transition:0.2s;
		transition-delay:0.2s;
		-webkit-transition-delay:0.2s;
		
}


.tool {
    visibility:hidden;
    height:auto;
    opacity:0;
    overflow:hidden;
	position: absolute;
      }
.tool h3 { cursor: move; text-align: center; margin: 0;}	  
.tool.show {
	
         top:110px;
        margin-left: 5px;
        z-index: 5;
        background-color: #fff;
        padding: 5px 2px 0px 2px;
        border: 1px solid #999;
		border-radius:5px;
        box-shadow:5px 3px 5px #ccc;
        
		visibility:visible;
		opacity:1;
		
		
		
}
.tool vevung{
	margin-left: 240px;
}

	  
#f1_process{
  z-index: 100;
  position: absolute;
  
  visibility:hidden;
  background-color: #FFFFCA;
 padding:90px 30px;
 }
.copyright
{
position:absolute;
font-size: 80%;
text-align: right;
bottom: 0px;
right: 0px;
z-index: 25;
background: #0D7D88;
padding: 2px 10px;
color: #ffffff;
text-align:center;
}
 
 
/* Marker Info Window */
h1.marker-heading{color: #ff0000;margin: 0px;padding: 0px;border-bottom: 1px dotted #FF8000;font-size:110%;}
div.marker-info-win {
		max-width: 550px;margin-right: 0px;
		max-height:400px;
		border-radius:10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		}
div.marker-info-win p{padding: 0px;margin: 10px 0px 10px 0;}
div.marker-inner-win{padding: 5px;}


.panel2 {

    border-bottom: 1px dotted #ddd;    
    position: fixed;
    top: 40px;
    background: #fff;
    padding: 10px 5px 20px 5px;
    min-width: 280px;
    width: 300px;
    border-radius: 3px;
    left: 10px;    
    z-index: 1000;
	max-width: 350px;
	max-height:550px;
}

.list-container a.sw-click {
    
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
	border-radius: 3px;
    text-decoration:none;
    outline: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
	background:#0D7D88;
	color:#ffff00;
	box-shadow:5px 3px 5px #ccc;
}







.list-container a.sw-click span {
position: relative;
    top: -2px;
    left: -2px;
    font-weight: bold;

}

.list-container a.sw-click i {
    margin-right: 10px;
position: RELATIVE;
    top: -2px;
}

.hide_left {
	left: -300px;
}

.list-container a.sw-click:not(.active) i {
    font-size: 20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-container a.sw-click.active {
     transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    right: 0;
}
.actions_list li {
    line-height: 16px;
    display: inline-block;
    margin-right: 15px;
}

.textheader_chay {
  display:none;
 }

/*moi*/
@media only screen and ( max-width: 1024px ) /* 1000 */
{
	.textheader {
  font-size:85%;
  left:180px;
 }
 .textheader_chay {
  display:none;
 }
}

@media only screen and ( max-width: 40em ) /* 640 */
{
	.textheader {
  display:none;
 }
 .textheader_chay {
  display:block;
 }
.texthome {
  font-size:90%;
  display:none;
}
.copyright
{
font-size:50%;
}
.watermark1{
    
    width:150px;
	height:20px;
	left:30%;
	overflow:hidden;
}
.watermark1.w2{
	 width:150px;
	height:20px;
	left:30%;
	overflow:hidden;
}
.watermark1.w3{
	width:150px;
	height:20px;
	left:30%;
	overflow:hidden;
}
.watermark1.w4{
	width:150px;
	height:20px;
	left:30%;
	overflow:hidden;
}
	
}

.w40{
    width:40%;
}

.pd-015{
    padding:0 15px !important;
}

@media (min-width: 0px) and (max-width: 768px) {
    #some-element {
        display: none;
    }

    .gm-style-iw {
        width: 360px !important;
        max-width: 360px !important;
    }
	
	.gm-style-iw-c {
        width: 360px !important;
        max-width: 360px !important;
    }

    .gm-style-iw-d {
        width: 360px !important;
        max-width: 360px !important;
    }
}

.fs-11 td, fs-11 th {
    font-size: 11px !important;
}