@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
font-family: 'Open Sans', sans-serif;
	background-color:#ffffff ;
	font-size:14px;
	margin: 5px;
	margin-top:0px;
		
}

#map_canvas {
	margin-top:10px; 
	margin-bottom:10px; 
	border-width:2px; 
	border-style:solid; 
	border-color:white; 
	overflow:hidden; 
	width:100%;
	height:calc(90vh - 70px);
	clear:both;
	z-index: 9;
}



#side{
    float:right;
    width:25px;
    height:25px;
    background:#fff;
}

.hide{
    display:none;
}

#slidable{
    float:left;
    width:350px;
	
	position:fixed;
	top:10px;
	left:0px;
	
	z-index:10000;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	background-color:#fff;
	height:98vh;
	overflow:scroll;
	overflow-x: hidden;	
}

#container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


#opciones{
	height:110px;
	clear:both;
	color:white;
	text-align:center;
	padding: 5px;
	padding-top: 0px;
	background-image: url("img/bg.png");
	background-repeat: no-repeat;
}



#flotadora {

	height:40px;
	background-color:#e7eff6;
	color:white;
	padding:5px;
	
	clear:both;
	padding-top:10px;
	
	border-color:#999;
	border-style:solid;
	border-width:1px;
	
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:red;

}

#controles {
	float:right;
	width:50%;
	text-align:right;
}


div#checks {
    position:absolute;
    left:10px;
    top: 10px;
    z-index:1100;
	width:100%;
	height:1px;

}

#chs {
	width:350px;
	margin-left:auto;
	background-color:#E74C3C;
	padding:10px;
	
	border-style:solid;
	border-width:1px;
	
	margin-right:15px;
	border-color:#999;	
	margin-top:50px;
	
	color:white;
}

.titulo {
	padding-top: 25px;
	font-size:20px;
	margin-bottom:10px;
	font-weight: 400;
}


@media (max-width: 800px) {

.titulo {
	padding-top: 50px;
	font-size:10px;
	font-weight: bold;
	margin-bottom:10px;
	text-align: right;
}
	
}


a {
  color: #2471A3;
  text-decoration: none;
}

a:hover {
  color: #2471A3;
  text-decoration:underline;
}

a:active {
  color: #2471A3;
  text-decoration: none;
}	
a:visited {
  color: #2471A3;
  text-decoration: none;
}




#wait {
	width: 256px;
	height: 256px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	position: absolute;
	z-index: 10000;
}



.box{
	width: 100%;
	display: none;
  	position: absolute;
  	top: 0;
  	left: 0;
	z-index: 100000;

}


.box-inner{
/*    border: 2px solid #333;	*/
	background: #d296dd;		
	width:100%;
	margin-left:auto;
	margin-right:auto;

/*	height:280px;*/
	clear:both;
	
	padding: 15px;
	padding-left: 25px;
	
	padding-bottom: 0px;
	
	padding-top: 0px;
	

}

.box-inner2{
	width:89%;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	height: 5px;
	clear:both;

}

#selects {
	padding: 10px;
	clear: both;
	color: white;
	text-transform: capitalize;
	padding-top: 10px;
}


.tit2{
	color: black;
	font-size: 20px;
	margin-bottom: 1	0px;
	margin-top: 15px;
}


.chk {
    transform: scale(1.5);
}





#flota {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  height: 100%;
  top: 0px !important;
  background-color:#ffffff;
  width:400px;
  z-index: 2147483647!important;
  left:0px;
  visibility:visible;
  position: fixed;
  box-shadow: 2px 2px 30px rgba(0,0,0,0.7) !important;
  border: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
	
        float:left;
        overflow: hidden;
  display: none;
}

#myframe {
	width:100%;
	border-style:none;
	padding: 10px;
	height: 100%;
	background-color: #e7eff6 ;
	
	
 }


.titulo-popup {
	padding: 35px 25px 38px 25px !important;
	font-size: 24px;
	font-weight: 900;

	background: #333;
	color: #27CCC0;
}
#dra {
	height:35px; 
	padding:5px; 
	background: #7b2cbf ;
	text-align: right;
	width: 100%;
	padding-right: 0px;
}

#casos {
	font-family: 'Open Sans', sans-serif  !important;
	font-size: 14px !important;
	margin: 10px;
	padding: 10px;
	background-color: white;
	color: black;
	position: absolute; 
	top: 0px; 
	right: 0; 
	text-align: right; 
	z-index: 1000;	
	
	border-color: #d296dd;
	border-width: 1px;
	border-style: solid;
	
}

.sep25{
	height: 10px;
	clear: both;
}

.label100{
	color: #7b2cbf;
	width: 100%;
	border-bottom-color: darkmagenta;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	font-weight: bold;
}
.field100 {
	padding: 5px;
	width: 100%;
	background-color: white;
}






.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
margin-top: 90px;	
}

.main-menu {
margin-top: 90px;	
background:#1F618D;
border-right:1px solid #e5e5e5;
position:absolute;
top:0;
bottom:0;
height:calc( 100% - 90px );
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#fff;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;

}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}


#menu-container {
	
	height:74px;
	width:calc(100% - 15px);
	overflow:hidden;

	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	padding:10px;
	
	background-color: #d296dd;


}

#logo-container {

	height:80px;
	width:70px;

	float:left;
	margin-left: 10px;

}

#title-container {
	margin-bottom:5px;
	padding-left:20px;

	padding-top:20px;
	padding-bottom:5px;

	width: 350px;
	color: white;
	float: left;
	
	font-size: 18px;
}




#dsiheaderAdminTop {
	height: 70px;
	padding: 10px;
	border-bottom-color: darkslateblue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display:inline-table;
	width: 100%;
	background-color: #fff;
}

#logoAdmindiv {
	width: 90px; 
	float: left;
	height: 70px;
}

#companyNameAdmin {
	float: left;
	width: 300px;
	font-size: 20px;
	margin-top: 5px;
}

#logoutAdmin {
	width: 150px; 
	text-align:right;
	float: right;
}




/* EDIT SPACES */

.econtainer {
	width: 43%;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 35px;
}


.econtainer250 {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 35px;
}

.econtainer300 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 35px;
}

.econtainer300front {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


.elabel {
	clear: both;
	margin-bottom: 5px;
}

.efield {
	margin-top: 5px;
	clear: both
}

.einput100 {
	width: 90%;
	padding: 5px;
}

.einput200 {
	width: 200px;
	padding: 5px;
}

.einput100px {
	width: 100px;
	padding: 5px;
}

.einputx {
	padding: 5px;
}



/* EDIT SPACES */



.eseparator15 {
	height: 15px;
	clear: both;
}



.breadcrumbs {
	padding: 5px;
	background-color:#F4F6F6;
	width: 98%;
	margin-bottom: 15px;
}




.btnL {
	float: left;
	text-align: left;
}

.btnR {
	float:right;
	text-align: right;
	margin-right: 15px;
	margin-left: 15px;
}


.createNewRecord {
	float: right;
	width: 100px;
	text-align: right;
}



/* DATATABLES */

table thead tr th {
    background-color:#a173aa;
	text-align: left;
}

.ui-widget-header {
	fg-toolbar: 10px;
	height: 25px;
}

.dataTables_wrapper {
	width: 98%;
}




.logoutx {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 150px;
	text-align: right;
}

.logoutx a {
	text-decoration: none;
	color: white;
}



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:black;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:blue;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.llabel {
	border-bottom-color: #896290;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	background-color: #f0f0f0;
	
}


.div5 {
	height: 5px;
}



#foot {
	background-color: white;
	
	text-align: center;
/*	
	border-top-color:gray;
	border-top-style: solid;
	border-top-width: 1px;
*/	
}



@media (min-width: 481px) and (max-width: 767px) {

#flota {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  height: 100%;
  top: 0px !important;
  background-color:#ffffff;
  width:80%;
  z-index: 2147483647!important;
  left:0px;
  visibility:visible;
  position: fixed;
  box-shadow: 2px 2px 30px rgba(0,0,0,0.7) !important;
  border: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
	
        float:left;
        overflow: hidden;
  display: none;
}
	
}







.opcionesmapa{
	position: absolute;
	left: 20px;
	bottom:25px;
	background-color: #fff;
	color: black;
	padding: 3px;
	z-index: 1000;
	border-color: #d296dd;
	border-width: 1px;
	border-style: solid;

}



.gtipo {
	float: left;
	text-transform: uppercase;
	color: black;
	font-size: 12px;
	padding-right: 20px;
	margin-left: 20px;
}


	.bloque {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		height: auto;
		text-transform: uppercase;
		border-width: 1px;
		border-style: solid;
		border-color: white;
		border-radius: 5px;
		padding-left: 30px;
		padding-right: 10px;
		padding-top: 10px;
		width: 200px;		
	}	


.bloque-titulo{
	width: 100%;
	float:left;
	padding: 5px;
	color: black;
	padding-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;	
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px !important;	
}



#barrios {
	font-family: 'Open Sans', sans-serif  !important;
	font-size: 14px !important;
	margin: 10px;
	padding: 10px;
	background-color: white;
	color: black;
	position: absolute; 
	top: 0px; 
	left:0px; 
	z-index: 1000;	
	text-align: left !important;
	border-color: #d296dd;
	border-width: 1px;
	border-style: solid;
	width: 150px;
}


#myframe {
	width:100%;
	border-style:none;
	padding: 10px;
	height: 100%;
	background-color: #e7eff6 ;
	
	
 }

#homel{
	position: absolute;
	width: 180px;
	height: 110px;
	top: 0px;
	left: 0px;
	cursor: pointer;
}



/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f0f0f0; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d296dd; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d296dd; 
}