html,body,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,thead,th,td,tr,iframe{
margin: 0; padding: 0; border: 0px; border-collapse: separate; border-spacing: 0px;
-webkit-font-smoothing: antialiased;
}
.testtable{
width: 100%;
text-align: right;
margin: 1; 
padding: 4; 
border: 1px; 
border-collapse: separate; 
border-spacing: 4px;
}
html,body{
width: 100%;
height: 100%;
font-family: 'open_sansregular_web';
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.javascript-warning p{
width: 100%;
margin: 0;
padding-top: 20px;
text-align: center;
}
body .index{
overflow: hidden;
max-width: 100%;
max-height: 100%;
}
body.iframe-body{
background-image: url(../images/background-1.jpg);
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.mask{
z-index: 5000;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: white;
display: block;
background-image: url(../images/ring-alt.gif);
background-size: 53px 53px;
background-position: center center;
background-repeat: no-repeat;
}
img{
border: none;
}
a,a:link,a:active,a:visited{
color: #18409f;
text-decoration: underline;
}
.gradient-default{
background: #1a45ab;
background: -moz-linear-gradient(top,  #1a45ab 0%, #0e265d 95%, #0c2255 100%);
background: -webkit-linear-gradient(top,  #1a45ab 0%,#0e265d 95%,#0c2255 100%);
background: linear-gradient(to bottom,  #1a45ab 0%,#0e265d 95%,#0c2255 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a45ab', endColorstr='#0c2255',GradientType=0 );
color: white;
}
.gradient-darker{
background: #0d2673;
background: -moz-linear-gradient(top,  #0d2673 0%, #0a1e58 35%, #08163d 84%, #051131 100%);
background: -webkit-linear-gradient(top,  #0d2673 0%,#0a1e58 35%,#08163d 84%,#051131 100%);
background: linear-gradient(to bottom,  #0d2673 0%,#0a1e58 35%,#08163d 84%,#051131 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2673', endColorstr='#051131',GradientType=0 );
}
.gradient-lighter{
background: #1f53c7;
background: -moz-linear-gradient(top,  #1f53c7 0%, #1d4cb8 19%, #1a49b5 21%, #1c49b4 24%, #143788 71%, #12327f 79%, #112e70 95%, #0e2966 100%);
background: -webkit-linear-gradient(top,  #1f53c7 0%,#1d4cb8 19%,#1a49b5 21%,#1c49b4 24%,#143788 71%,#12327f 79%,#112e70 95%,#0e2966 100%);
background: linear-gradient(to bottom,  #1f53c7 0%,#1d4cb8 19%,#1a49b5 21%,#1c49b4 24%,#143788 71%,#12327f 79%,#112e70 95%,#0e2966 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f53c7', endColorstr='#0e2966',GradientType=0 );
}
.disable-pointer-events{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;  
}
.portal-container{
width: 100%;
height: 100%;

}
.portal-splash{
width: 100%;
height: 100%;
display: none;
}
.app-badge img{
width: 70px;
height: 70px;
background-size: 100% 100%;
position: relative;
}
.app-badge{
width: 70px;
height: 70px;
background-size: 100% 100%;
position: relative;
}
#portal-iframe{
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
border: none;
display: block;
}
.hello1{
cursor: pointer;
color: red;
font-size: 14px;
}
.content-container{
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling:touch;
position: relative;
}
.add-20px-padding{
padding: 20px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'open_sansbold_web';
text-align: center;
width: 100%;

text-transform: uppercase;
}
h1{
font-size: 15px;
padding: 20px;
height: 61px;
position: relative;
}
strong{
font-family: 'open_sansbold_web';
}
.floating-box,.floating-box-global-menu{
width: 100%;
max-width: 480px;
position: relative;
-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.16);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.16);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,0.4) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,0.4) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66f3f3f3',GradientType=0 );
padding: 40px;
border: 1px solid #383838;

}
.floating-box p,.floating-box-global-menu p{
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin: 0;
padding: 0;
font-size: 13px;
margin-bottom: 20px;
text-align: center;
width: 100%;
display: block;
}
.floating-report,.floating-report-global-menu{
width: 100%;
position: relative;
table,tr,td{
vertical-align: top;
}
-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.16);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.16);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,0.4) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,0.4) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66f3f3f3',GradientType=0 );
padding: 40px;
border: 1px solid #383838;

}
.floating-report p,.floating-report-global-menu p{
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin: 0;
padding: 0;
font-size: 13px;
margin-bottom: 20px;
text-align: center;
width: 100%;
display: block;
}
.content-button,.submit-button{
width: 100%;
max-width: 320px;
padding: 10px;
color: white;
font-size: 14px;
text-transform: uppercase;
display: block;
text-align: center;
margin: auto;
margin-bottom: 20px;
border: 1px solid #0a1c45;
}
a.content-button{
color: white !important;
}
.submit-button{
margin-top: 30px;
max-width: 200px;
}
.content-button:last-child,.submit-button:last-child{
margin-bottom: 0px;
}
a.content-button{
text-decoration: none;
}
input,text-area,button{
border-radius: 0;
-webkit-appearance: none;
}
input[type="text"],input[type="password"]{
width:  100%;
display: block;
padding: 10px;
font-size: 14px;
border: 1px solid #cccccc;
margin-bottom: 10px;
text-align: center;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.23);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.23);
}
input:focus,input[type="password"]:focus{
border: 1px solid #a8a8a8;
outline: none;
}
input:last-child{
margin-bottom: 30px;
}
label{
font-size: 14px;
text-align: center;
width: 100%;
display: block;
margin-bottom: 5px;
}
.back-button,.global-menu-back-button{
width: 50px;
height: 100%;
cursor: pointer;
display: block;
position: absolute;
top: 0px;
left: 0px;
background-image: url(../images/back-button.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px 20px;
}
.global-menu{
display: none;
}
.global-menu-container{
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling:touch;
}
.global-menu-button{
width: 50px;
height: 100%;
cursor: pointer;
display: block;
position: absolute;
top: 0px;
right: 0px;
background-image: url(../images/global-menu-button.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px 20px;
}
.global-overview-map-holder{
width: 70%;
height: 100%;
float: left;
position: relative;
}
#global-overview-map{
width: 100%;
height: 100%;
position: relative;
transition: height 0.5s ease-in-out;
}
.global-overview-content-window-container{
width: 30%;
height: 100%;
float: left;
overflow: auto;
-webkit-overflow-scrolling:touch;
background-color: white;
padding: 20px;
}
.global-overview-unit-search-holder{
position: relative;
width: 100%;
margin-bottom: 20px;
}
#global-overview-unit-search{
text-align: left;
}
.search-field{
position: relative;
}
.global-overview-unit-search-icon{
position: absolute;
width: 20px;
height: 20px;
right: 8px;
top: 8px;
background-image: url(../images/global-unit-search-icon.png);
background-size: 100% 100%;
}
.global-overview-unit{
border-bottom: 1px solid #cfcfcf;
margin-bottom: 20px;
padding-bottom: 20px;
}
.global-overview-unit:last-child{
border-bottom: none;
margin-bottom: 0;
}
.show-units-button-holder{
width: 40px;
height: 40px;
cursor: pointer;
position: absolute;
right: 0px;
top: 45%;
right: 17px;
margin: auto;
display: none;
z-index: 1600;
}
.show-units-button{
width: 100%;
height: 100%;
position: relative;
background-image: url(../images/unit-icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px 20px;
}
.unfollow-button-holder{
position: absolute;
bottom: 20px;
width: 100%;
text-align: center;
display: none;
pointer-events: none;
}
.unfollow-button{
display: inline-block;
margin: auto;
color: white;
text-align: center;
text-transform: uppercase;
padding: 10px;
font-size: 12px;
cursor: pointer;
pointer-events: auto;
}
.disable-user-interaction{
width: 100%;
height: 100%;
position: relative;
position: absolute;
top: 0px;
left: 0px;
z-index: 999;
display: none;
opacity: 0.5;
background-color: black;
}
input[type=text] {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
}
.advancedSearchTextbox {
    width: 526px;
    margin-right: -4px;
}
input[type=checkbox] {
background: #999;
height: 16px;
width: 16px;
display:inline-block;
float: left;
}
input[type=checkbox]:checked
{
background: #0080FF;
height: 16px;
width: 16px;
display:inline-block;
float: left;
}

input[type=checkbox] + label
{
background: #999;
height: 16px;
width: 16px;
display:inline-block;
float: left;
  
}
input[type=checkbox]:checked + label
{
background: #0080FF;
text-decoration: line-through;
height: 16px;
width: 16px;
display:inline-block;
float: left;
  
}
input[type=checkbox]:checked + label + label {
    text-decoration: line-through;
}


label p {
  display: inline block;
  float: left;
  text-align: left;
  
}