hr { margin: 0px; }

h1 {font:28px/1.5em 'Oswald',arial,sans-serif; color:  #333333;}
h2 {font:24px/1.5em 'Oswald',arial,sans-serif; color:  #333333;}
h4 {font:16px/1.5em 'Oswald',arial,sans-serif; color:  #333333;}
h5 {font:14px/1.5em 'Oswald',arial,sans-serif; color:  #333333;}
h6 {font:12px/1.5em 'Oswald',arial,sans-serif; color:  #333333;}

.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

form {
	margin:0;
	padding:0;
}

#data_odd_row {
        background: #ececec;
}

#data_even_row {
        background: #FFFFFF;
}

.roundtable {
	border:1px solid #524f52;
	border-radius:5px;
}
  
.rotation {
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.pre_urcv {
	font:16px/1.5em arial,sans-serif;
}

table th, .tittle {
	font:bold 16px/1.5em arial,sans-serif;
	color:  #2e4771;
}

.header {
	font:bold 28px/1.1em "Helvetica Neue", Helvetica, sans-serif;
	color:#522900;
}

body {
	font:normal 16px/1.5em arial,sans-serif;
    	color: #555555;
    	color: #333333;
    	background-color: #FFFFFF
    	width: 1200px;
}


.orangebox {
	background: #FFFF00;
}

.greenbox {
	background: #04B404;
}

.redbox {
        background: #DF0101;
}

.redText {
    	color: red;
  	font-weight: bold;
}
#map_canvas { height: 750px }

#gray_text {
    font: 300 13px/1em "Helvetica Neue",Helvetica,sans-serif;
    color: #9f9f9f;
}

#footer {
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgb(209, 194, 178) -moz-use-text-color;
    border-radius: 0px 0px 0px 0px;
}
#footer, #footer p {
    font: 300 13px/1em "Helvetica Neue",Helvetica,sans-serif;
    color: rgb(153, 153, 153);
}
#footer {
    padding: 20px 0px;
    border-top: 1px solid rgb(230, 230, 230);
    color: rgb(153, 153, 153);
}

.col-left {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

.col-right {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.col-center {
    float: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#wrapper {
    width: 980px;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border:1px solid #524f52;
    border-radius:5px;
}

/* New settings after Bootstrap */

.table {
    width: 90%;
    margin-bottom: 0px;
}

th {
  text-align: center;
}

.btn-urcv {
    min-width: 100px;
    max-width: 100px;
    margin-bottom: 10px;
}

.btn-urcv-margin {
    margin-bottom: 10px;
}

.btn-small-urcv {
    min-width: 100px;
    max-width: 100px;
    margin-bottom: 10px;
}

.btn-big-urcv {
    min-width: 170px;
    max-width: 170px;
    margin-bottom: 10px;
}


.badge-urcv {
	background-color: #DF0101;
    	margin-bottom: 30px;
}

#textbox {
    width: 100%;
}

.btn-close-urcv {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #0620f4;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.btn-close-urcv:hover {
  color: #0620f4;
  text-decoration: none;
  opacity: 1.0;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.urcv_hint { color : #2c68cd; font:bold 18px "Helvetica Neue", Helvetica, sans-serif; }

a {
  color: #3460a9;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3460a9;
  text-decoration: underline;
}

#assign-cp-1 { 
float:left; 
width:22%; 
height:800px; 
padding:1%; 
/* background:#bfb;  */
overflow-x:hidden;
overflow-y:auto;
} 
#assign-cp-2-1 { 
float:left; 
width:56%; 
height:800px; 
padding:0%; 
/* background:#ddf;  */
overflow-x:auto;
overflow-y:auto;
} 
#assign-cp-2-2 { 
float:right; 
width:22%; 
height:800px; 
padding:1%; 
/* background:#dff;  */
overflow-x:hidden;
overflow-y:auto;
}

.loading {
  background: url(/images/spinning.gif) no-repeat center center;
}

.uav_imgs {
 	border-color: #D61616;
    	border-width: 6px;
    	border-style: solid;
	padding: 5px;
}

#selected_header {
        color: #fb2119;
	display: inline;
}

.center_td {
	height: 100%; 
	width: 100%; 
	display:table-cell;
	vertical-align:middle;
	horizontal-align:center;
	text-align:center
}


.logo_css img{width: 100pt;height: 100pt;border:1px solid black;}


.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#000000));
  background-image: -webkit-linear-gradient(top, #333333, 0%, #000000, 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
  background-repeat: repeat-x;
  border-color: #000000;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
}

.btn-primary-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff0000), to(#B20000));
  background-image: -webkit-linear-gradient(top, #ff0000, 0%, #B20000, 100%);
  background-image: -moz-linear-gradient(top, #ff0000 0%, #B20000 100%);
  background-image: linear-gradient(to bottom, #ff0000 0%, #B20000 100%);
  background-repeat: repeat-x;
  border-color: #B20000;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffB20000', GradientType=0);
}
.btn-primary-green {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#02b200), to(#013a01));
  background-image: -webkit-linear-gradient(top, #02b200, 0%, #013a01, 100%);
  background-image: -moz-linear-gradient(top, #02b200 0%, #013a01 100%);
  background-image: linear-gradient(to bottom, #02b200 0%, #013a01 100%);
  background-repeat: repeat-x;
  border-color: #02b200;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff013a01', endColorstr='#ff02b200', GradientType=0);
}
input[type=button] {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #000000;
	background-color: #000000;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#000000));
	background-image: -webkit-linear-gradient(top, #333333, 0%, #000000, 100%);
	background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	width: 95px;
	height: 35px;
	white-space: normal;
	padding: 0;
	box-sizing: border-box;
	line-height: 13px;
}

input[type=button]#btn-export-to-excel {
	padding: 0 5px 0 5px;
}

.topspacer {
  height: 74px;
  width: 100%;
}


.show-details-container {    
    position: relative;
    z-index: 1;
    text-align: right;
    margin-right: 32px;
}


.table-for-map {
  position: relative;
  z-index: 0;
}


.overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 650px;
  top: 0;
  background: none;
  cursor: pointer;
}


.overlay.map {
   top: 224px;
   height: 600px;
}

.footer-message {
   font-size: 13px;
   margin-top: 60px;
}

.sub-text {
    font-size: 13px;
}

.thank-you-message {
	display: inline-block;
	margin-top: 30px;
	max-width: 800px;
	margin-right: 130px;
	text-align: left;
}

#future_flights_tbl {
  margin-top: 32px;
}

.yellow_highlight {
	background-color: #fffbCE;
}

.red_highlight {
	background-color: #f8c7c8;
}


/* supersede bootstrap at the row level by being annoyingly specific 
*/
.table-striped > tbody > tr:nth-child(odd).yellow_highlight > td {
    background-color: #fffbCE;
}

.table-striped > tbody > tr:nth-child(odd).red_highlight > td {
    background-color: #f8c7c8;
}

.exif_icon {
	position: absolute;
	top: 2px;
	right: 2px;
}

.uav_image_table td {
	text-align: center;
	vertical-align: middle;
}
.uav_image_table td div {
	position: relative;
	display: inline-block;
}

.vertical-separator {
    display: inline-block;
    height: 100px;
    width: 1px;
    background-color: #000000;
}
