.btn-secondary{
	font-size: 0.9em;
}

.btn-thirdSize{
	font-size: 0.8em;
}

.Help-Btn {
  color: rgb(255,255,255);
  background: #60bcff;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 0.59em;
  background: rgb(100,169,242);
  border-style: none;
  border-color: rgb(255,255,255);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 15px;
}

#Flow-Table {
  width: 49%;
  font-weight: normal;
  font-family: Ubuntu, sans-serif;
  margin-left: 5px;
  display: block;
}

#CPM_Style-Table {
  width: 50%;
  font-weight: normal;
  font-family: Ubuntu, sans-serif;
  float: right;
}

#CPM-Table {
  width: 50%;
  font-weight: normal;
  font-family: Ubuntu, sans-serif;
}

.flowIntegration {
  display: table-row;
}

#OnlineBaseMap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: green;
}

#Legend {
  position: absolute;
  background: RGB(222, 222, 222);
  bottom: 0;
  right: 0;
  cursor: move;
  width: fit-content;
  height: fit-content;
  z-index: 1;
  margin: 9px;
  border-radius: 9px;
  border-color: white;
  border: 1px white solid;
}

#BaseMap {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#Legend-Btn {
  width: 98px;
  height: 37px;
  position: absolute;
  bottom: 0;
  left: 30%;
  z-index: 1;
}

.input-wrapper {
  width: 285px;
  padding: 15px;
  margin: 0px auto 0px auto;
  background: #444;
  background: rgba(0,0,0,.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  position: absolute;
  right: 51px;
  top: 78px;
}

#map {
  z-index: 0;
  width: 100%;
  height: calc(100% - 47px);
  bottom: 0;
  position: absolute;
}

#TestSelect {
  position: relative;
  top: 0;
  left: 0;
  width: 76px;
}

#WebTitle {
  margin-bottom: 0px;
  height: 40px;
}

h1 {
  height: 66px;
  font-size: 26px;
}

#SidebarCtrl_Left-Btn {
  position: absolute;
  left: 23%;
  top: 50%;
}

#SidebarCtrl-Btn {
  position: absolute;
  right: 20%;
  top: 50%;
}

#PrimaryContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#Sidebar_Left {
  background-color: #3491ff;
  position: fixed;
  width: 23%;
  left: 0;
  height: 90%;
  margin-top: 10vh;
}

#Sidebar {
  background-color: #3491ff;
  position: fixed;
  width: 20%;
  right: 0;
  height: 100%;
  margin-top: 10vh;
  overflow: scroll;
}

#RightPlatform-Box {
  height: 100%;
  background-color: #00ff85;
  width: auto;
}

.SideSpans {
  position: relative;
  float: left;
  left: 3%;
  font-size: 29px;
  width: auto;
}

.navbar.navbar-dark.navbar-expand-md.bg-dark.navigation-clean {
  position: absolute;
  height: 88px;
  width: 100%;
  z-index: 2;
}

#ControlButtonCollection {
  position: relative;
  float: left;
  padding-top: 33%;
}

.SideBar-BtnRows {
  margin-top: 8px;
  margin-left: 97px;
}

#FileInputSpan {
}

#FileInputSpan-2 {
  margin-top: 1%;
}

#FileInputSpan-1 {
  margin-top: 0%;
}

.File-Input {
  width: 100%;
  height: 24px;
}

.mfp-hide {
  display: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 10px;
  width: 90%;
  height: 95vh;
  margin: 0 auto;
 
  top: 5vh;
  background: rgb(232, 232, 232);
  align-content: center;
  border-radius: 5px;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 100%;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

#test-popup {
  font-family: Ubuntu, sans-serif;
}

/* #BaseMap-Block .table thead th {
  border-color: transparent;
  width: 49%;
  font-weight: normal;
  font-size: 1.2em;
  padding: 8px;
}

#BaseMap-Block .table td, #BaseMap-Block .table th {
  border: transparent;
  font-size: 1.2em;
  padding: 8px;
  padding-right: 0px;
}

#FlowSettings-Block .table thead th {
  border-color: transparent;
  width: 49%;
  font-weight: normal;
  font-size: 0.8em;
  padding: 8px;
}

#FlowSettings-Block .table td, #BaseMap-Block .table th {
  border: transparent;
  font-size: 0.8em;
  padding: 8px;
  padding-right: 0px;
} */

/* .table thead th {
  border-color: transparent;
  width: 25%;
  font-weight: normal;
  font-size: 1em;
  padding: 8px;
}

.table td, .table th {
  border: transparent;
  font-size: 0.8em;
  padding: 5px;
  padding-right: 0px;
} */

.info-blocks {
  height: auto;
}

#CPM_LegendDP-Row table td {
  width: 70%;
}

#CPM-Table .TableInputBoxes {
  width: 42%;
}

#CPM_Style-Table .TableInputBoxes {
  width: 32%;
}

#FlowMap-Table .FieldSelect {
  width: 58%;
}

#FlowMap_Style-Table .FieldSelect {
  width: 65%;
}

#FlowMap_Style-Table .TableInputBoxes {
  width: 64%;
}

.TableInputBoxes {
  width: 41%;
  height: 43%;
  font-size: 1em;
}

#Flow-Table .TableInputBoxes {
  width: 41%;
}

.ControlBtns {
  width: 8em !important;
  height: 25px !important;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.5ex !important;
  bottom: 0.98em;
}

#AttributeBox-Block {
  position: absolute;
  text-align: center;
  padding: 0.5rem;
  background: #FFFFFF;
  color: rgb(49, 54, 57);
  border: 1px solid #313639;
  border-radius: 8px;
  pointer-events: none;
  font-size: 0.8rem;
  z-index: 2;
  opacity: 0;
}

.CPM_CSV-Row {
  display: none;
}

.open {
  display: block;
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 1321px;
  }
}

.dropdown-menu {
  line-height: 2;
  padding: 0;
  top: unset!important;
  margin-top: 9px !important;
}

.Point_ProportionalColorOptions{
	display: block;
}

.Point_ClassifiedColorOptions{
	display: none;
}


#GeosocialLogo-Img{
	height: 1.8em;
	margin-left: auto; 
	margin-right: 0;
}

#GeosocialLogo-A{
	margin-left: auto; 
}

#SideBar-Div{
	background: rgb(232, 232, 232);
	position: fixed;
	z-index: 1;
	top: 47px;
	width: 259px;
	height: 95%;
	overflow: auto;
	transition: 0.5s;
	font-family: Arial, sans-serif;
	min-width: 259px;
}

#SideBarBtn-Div{
	z-index:2;
	transition: 0.5s;
	overflow: auto;
	/*Add this or the button will jump*/
	right:-31px;
}

#SideBarBtnContainer-Div{
	position: fixed;
	top: 50%;
	width: 259px;
	transition: 0.5s;
}

#SideBar-Btn{
	width:24px;
	height: 24px;
}

#SideBar-Div .nav-link{
	padding:0;
	padding-left: 3px;
	padding-right: 3px;
}

#SideBar-Div a{
	color: white;
}

.nav-link.active{
	color: #495057 !important;
}
.nav-link{
	padding-top:0;
	padding-bottom: 0;
}

.Tabs{
	display: block;
    color: #fff;
    background: #1c66a6;
    border: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0.87em;
}

ul{
	list-style-type: none;
	padding: 0;
}

.TabListItems{
	font-family: Arial,sans-serif;
    font-size: 10pt;
}

.TabListItems input{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

#SideBar-Div .table{
	box-sizing: border-box;
	width: 100%;
    max-width: inherit;
    table-layout:fixed;
    text-align:center;
}

#SideBar-Div .container{
	padding-top: 10px;
}

#SideBar-Div .table td, #SideBar-Div .table th {
  border: transparent;
  font-size: 1em;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  vertical-align: middle;
}

#SideBar-Div .table input[type=number], input[type=text]{
	width: -webkit-fill-available;
	height: 19px;
}

#SideBar-Div input[type=color]{
	width: 100%;
}

#SideBar-Div select{
	width: 100%;
}

#SideBar-Div input[type=file]{
	 height: 26px;
}

#SideBar-Div button{
	background-color: #1c66a6 !important;
	border-color: #1c66a6 !important;
}

.CPM_CustomColor-Rows, .Point_CustomColor-Rows, .Flow_CustomColor-Rows, .Flow_LinGradColor-Rows{
	display:none;
}

.Point_ClassNum-Rows, .Flow_ClassNum-Rows{
	display:none;
}
.BlankRow{
	font-size: 5px !important;
}

.SmallerBoxes{
	width: 5em !important;
}

.CMP_MBStRows, .Point_MBStRows, .Flow_MBStRows{
	display:none;
}

.form-check-input{
	width: 1em !important;
	height: 1em !important;
	margin-top: 0 !important;
	margin-left: -15px !important;
}

.form-check{
	display: inline-flex;
	align-items: center;
	padding-left: 1em;
	position: relative;
}

.ColorSchemeBox_Style{
	 width: 48% !important;
}


#GetStarted-Btn{
	top: 65%;
    position: absolute;
    right: 22%;
    font-family: "Roboto";
    font-size: 1.3vw;
}

#SkipTutorial-Btn{
	top: 65%;
    position: absolute;
    right: 5.8%;
    font-family: "Roboto";
    font-size: 1.3vw;
}

@media screen and (max-width: 1680px) {
  .LeftLimit{
        left: 256px !important;
    }
    
/*     #GetStarted-Btn{
		top: 65%;
	    position: absolute;
	    right: 25%;
	    font-family: "Roboto";
	    font-size: 1.8vw;
	}

	#SkipTutorial-Btn{
		top: 65%;
	    position: absolute;
	    right: 6.8%;
	    font-family: "Roboto";
	    font-size: 1.8vw;
	} */
}

#Email-form{
	margin-left: 30px;
	width: 25vw;
	margin-right: 50px;
}

@media screen and (max-width: 1250px) {
	#Email-form{
		margin-left: 15px;
		width: 350px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 1200px) {
     #GetStarted-Btn{
	    right: 25%;
	    font-size: 1.3vw;
	}

	#SkipTutorial-Btn{
	    right: 9.8%;
	    font-size: 1.3vw;
	}
	
	.InfoBoxes{
		width: 80%!important;
	}
	
	#Email-form{
		margin-left: 15px;
		width: 24vw;
		margin-right: 30px;
	}
}

@media screen and (max-width: 1400px) {
	.InfoBoxes{
		width: 80%!important;
	}
	
	#Email-form{
		margin-left: 15px;
		width: 22vw;
		margin-right: 30px;
	}
}

.InfoBoxes{
	font-family: "Roboto";
	font-size: 16px;
}

.InfoBoxes h1{
	height: auto;
    padding-bottom: 5px;
    border-bottom: 3px solid grey;
    font-size: 23px;
    padding-left: 1rem;
}

.InfoBoxes p{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

form input{
	width:100%;
}

.mfp-container{
	display: flex;
	align-items: center;
}

.secondary-dropdown-menu{
	background-color: #1f2021;
    min-width: 8em;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    font-size: 0.95em;
}

.btn-group.dropright.dropdown-item.show{
	background-color: rgb(117 117 117) !important;
}

.navbar-nav > li{
	line-height: 32px!important;
    height: 32px!important;
}

.PointNoAttr{
	display:none;
}

.MapTitle-Row{
	display: none;
}

#TabHelper-Block {
  position: absolute;
  text-align: center;
  padding: 0.5rem;
  background: #FFFFFF;
  color: rgb(49, 54, 57);
  border: 1px solid #313639;
  border-radius: 8px;
  pointer-events: none;
  font-size: 0.8rem;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}

.label{
	font-size: 0.9em;
}

.BaseMap_Reference-Rows{
	display:none;
}

.UploadReference-Rows{
	display:none;
}

.form-check-label {
    margin-left: 3px;
}

.MapDescription-Row{
	display:none;
}