


/*==============================
    Body Styling
==============================*/
/*
html,
body {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body {
  background: #000;
}
*/
/*==============================
    Pages Styling
==============================*/

/* background image */
.pages{
 	background: #000000;
}


/*==============================
    ios Over Scrolling Fix
==============================*/
/*
html.ios .page {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.ios .page-content {
  margin-bottom: 1px;
}*/
/*==============================
    Navbar, Toolbar
==============================*/

/* fixes a problem with where toolbars are located on panels */
.panel .navbar-fixed .toolbar {
    top: unset;
}


       
/*==============================
    popup styling
==============================*/
/*==============================
    Styles for case with statusbar overlay
==============================*/

/*==============================
    Text colors
==============================*/
/*==============================
    Accordion Blocks, forms and other list blocks
==============================*/

/*==============================
    Left Panels and Right Panels
==============================*/

/*==============================
    Modal
==============================*/

/*==============================
    Static Images
==============================*/

.static_image,.static_image2{
   background-size:cover;
   background-repeat:no-repeat;
   background-position-x: 50%;
   width: 100%;
   height: 100%;
}

/*==============================
    Page Backgrounds
==============================*/

div.page {
  background-position-y:0% !important;
}
/*==============================
    Upload modals
==============================*/

.dzoneform.upload {
   border: 1px solid black;
   padding: 10%;
}
.upload_div progress {
   width: 100%;
}
.upload_div .dzonelink {
}




/*==============================
    Maps
==============================*/

.map, .map_internal {
   width: 100%; 
   height:100%;
    margin:0px;
    padding:0;
}

/*==============================
    data list end markers mark the ends of lists of data
==============================*/

.data_list_end_marker {
	display : none;
}



