.big-radio-btn{
    height: 25px;
    width: 25px;
}
.big-checkbox-btn{
    height: 18px;
    width: 18px;
}
.navbar-brand img{
    margin-top: -8px;
    height: 38px;
}
.userinfo{
    margin: 10px 10px 0 0;
}
.userinfo span{
    font-weight: bold;
}

h2.page-title{
    text-align:center;
    margin-top: -36px;
}

nav.navbar{
    position:fixed;
    width:100%;
    z-index:3;
    top:0;
}
div.body-block-wrapper{
    padding:10px;
    margin-top:63px;
}

#map-container {
    height: 500px;
    width: 500px;
    z-index: 0;
    /*position:fixed;*/
}

.aside-fixed{
    margin-left:535px;
    padding-top:0px;
    overflow-x: auto;
    position: relative;
    min-width: 800px;
    min-height: 500px;
}

#tabs{
    margin-top: 10px;
}
#tabs > ul{
    min-width: 790px !important;
}
#tabs > div{
    min-width: 790px !important;
}

#spinner {
    background-image:url('../img/loading.gif');
    background-size:171px 118px;
    background-color: transparent;
    opacity: 1;
    background-position:50% 50%;
    background-repeat:no-repeat;
    height:40px;
    text-align:center;
    list-style:square;
}

.spinner-class {
    background-image:url('../img/loading.gif');
    background-size:171px 118px;
    background-color: transparent;
    opacity: 1;
    background-position:10% 50%;
    background-repeat:no-repeat;
    height:40px;
}

/*body{
    padding:0px;
    margin:0px;
}
div.body-container{
    padding:10px;
}
div.header{
    background-color:#d9d9d9;
    text-align:right;
    padding:5px 10px;
}*/


.success{
    background-color: lightgreen;
    border: solid 1px green;
}

.messages{
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    font-weight:bold;
    font-size: 15px;
}

 p.help{
    clear:both;
}

ul.errorlist{
    margin-top:5px;
    list-style-type: square;
}

h3{
    clear:both;
}

#fixed-container{
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
    margin-top:0;
}

#map_detail_info{
    text-align:justify;
    text-justify:auto;
    padding:10px;
    background-color: #f8f8f8;
    width: 500px;
    margin-top:10px;
    border: solid 1px #d7d7d7;
}

#login-disclaimer{
    text-align:justify;
    text-justify:auto;
    xpadding:10px;
    background-color: #f8f8f8;
    margin-top:10px;
    border: solid 1px #d7d7d7;
}

.horizontally-expand-map-window{
    position: absolute;
    left: 525px;
    width: 10px;
    cursor: ew-resize;
    height: 500px;
    margin-top:0;
}

.horizontally-expand-map-window:hover{
    border-left: thick solid darkgrey;
}

.vertically-expand-map-window{
    height: 10px;
    cursor: ns-resize;
    width: 500px;
    margin-top:10px;
}

.vertically-expand-map-window:hover{
    border-bottom: thick solid darkgrey;
}

/* The container */
.label-container,
.exc-action-options-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-container{
    font-size: 15px;
}

.exc-action-options-container {
    font-size: 18px;
}

/* Hide the browser's default radio/checkbox button */
.label-container input,
.exc-action-options-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox button */
.span-checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: gainsboro;
    margin-left: 10px;
    border: darkslategrey;
    border-style: solid;
    border-radius: 0.2em;
}
/* Create a custom radio button */
.span-radiomark,
.exc-action-options-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .span-checkmark, 
.label-container:hover input ~ .span-radiomark, 
.exc-action-options-container:hover input ~ .exc-action-options-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .span-checkmark, 
.label-container input:checked ~ .span-radiomark, 
.exc-action-options-container input:checked ~ .exc-action-options-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* Create the checkmark/indicator (hidden when not checked) */
.span-checkmark:after,
.span-radiomark:after,
.exc-action-options-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .span-checkmark:after, 
.label-container input:checked ~ .span-radiomark:after, 
.exc-action-options-container input:checked ~ .exc-action-options-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.label-container .span-radiomark:after,
.exc-action-options-container .exc-action-options-checkmar:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Style the checkmark/indicator */
.label-container .span-checkmark:after{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.hide-object{
  display:none !important;
}
.visible-object{
  display:block !important;
}

/* for dataTable JQ*/
.webgrid-table-hidden
{
    display: none;
}


/* Camera Image enlarge */
/* The Modal (background) */
.image-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  margin-top: 60px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100% !important; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.image-modal-content {
  margin: auto;
  display: block;
  
}

/* The Close Button */
.image-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.image-modal-close:hover,
.image-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* The Next (>) Button */
.image-modal-next {
  position: absolute;
  top: 375px;
  right: 35px;
  color: #f1f1f1;
  font-size: 80px;
  font-weight: 200;
  transition: 0.3s;
}

/* The Next (<) Button */
.image-modal-prev {
  position: absolute;
  top: 375px;
  left: 35px;
  color: #f1f1f1;
  font-size: 80px;
  font-weight: 200;
  transition: 0.3s;
}

.image-modal-next:hover,
.image-modal-next:focus, 
.image-modal-prev:hover,
.image-modal-prev:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#image-modal-new-trackfeature-add-button{
    position: absolute;
    top: 75px;
    right: 35px;
}

#image-modal-increment-container{
  align-self: center;
  position: absolute;
  top: 0;
  cursor: pointer; 
  display: block;
  background-color: #3a3d42;
  color:white;
  height: 25px;
  width: auto;
  font-size: 15px;
}

#image-modal-increment-val{
    color:#3a3d42;
    height: 25px;
}

