@font-face {
  font-family: 'Proxima';
  src: url('../fonts/ProximaNova_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima';
  src: url('../fonts/ProximaNova_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'UniSans';
  src: url('../fonts/UniSans_SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: bold;
}

* {
	box-sizing: border-box;
}

html,
body {
	padding: 0;
	margin: 0;
  height: 100%;
  overscroll-behavior: none;
	font-family: "Proxima", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
	background: #fff;
  color: #00223c;
}

/* img, svg {
  width: 100%;
  height: auto;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px #fff inset !important;
}

a {
	font-weight: 700;
	color: #0066b6;
	text-decoration: none;
}

a:hover {
	font-weight: 700;
	color: #003f6e;
	text-decoration: none;
}

h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #00223c;
	line-height: 1.4;
}

img {
  border: 0px;
}

select {
 font-size: 11px;
}

form {
  margin: 0px !important;
  padding: 0px !important;
}
input {
  font-size: 11px;
}

/** main divs **/


#container {
   position:relative;
   margin:0 auto;
   height:auto !important;
   height: 100%;
   min-height: 100%;
   width: 100%;
   min-width: 955px;
	 background: #e7ebf0;
}

#pagehead {
  overflow: auto;
}

#pagecontent {
  padding-bottom: 30px;
  overflow: auto;
}

#pagefoot {
  position: fixed;
  bottom: 0px;
  height: 24px;
  width: 100%;
  overflow: hidden;
  background-color: #F5F5F5;
}


/* legal panel */
#legalpanel {
   border-top: 1px solid #CBC1C8;
   color: #552056;
   width: 100%;
   line-height: 22px;
}
#legalpanel p {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
   line-height: 22px;
}

#copyright {
  float: left;
  color: #4A4A4A;
  font-size: 11px;
  display: inline;
  line-height: 23px;
}

#company {
  display: inline;
  float:right;
  font-size: 9px;
  color: #AA2056;
  line-height: 23px;
}

#company img {
  border: 0px;
  margin-right: 1px;
  margin-top: 8px;
  vertical-align: baseline;
}

#generalconfigpanel {
margin: 20px;
  height: 100%;
  border: 1px solid #D4D3D2;
  background: #FFFFFF;
  overflow: auto;
}

.contentheadicon {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 48px;
  line-height: 48px;
  width: 184px;
  background-image: none;
    background-color: #F5F5F5;
  border-bottom: 1px solid #D4D3D2;
  border-right: 1px solid #D4D3D2;
  overflow: hidden;
  white-space: nowrap;
}
.contentheadicon img {
  margin-left: 13px;
  display: inline;
  border: 0px;
  vertical-align: middle;
}
.contentheadtitle {
  margin: 0px;
  padding: 0px;
  padding-left: 54px;
  height: 48px;
  line-height: 52px;
  background-image:none;
  background-color: #F5F5F5;
  border-bottom: 1px solid #D4D3D2;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  color: #0066b6;
  font-size: 13px;
}

#generalconfigmenu {
  float: left;
  list-style:none;
  margin: 0px;
  padding: 0px;
  margin-top: 54px;
  width: 184px;
  border-top: 1px solid #D4D3D2;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
}

#generalconfigmenu li {
  margin: 0px;
  padding: 0px;
  border-bottom:1px solid #D4D3D2;
  line-height: 24px;
  padding-left: 13px;
}

#generalconfigmenu li a {
  color: #666666;
  text-decoration: none;
}
#generalconfigmenu li:hover {
  cursor: pointer;
  background-image:none;
  background-color: #F5F5F5;
}

#generalconfigcontent {
  float: left;
  padding: 0px;
  margin: 0px;
  min-height: 450px;
  margin-top: 54px;
  padding-bottom: 20px;
  padding-left: 54px;
  font-size: 12px;
  color: #666666;
  overflow: visible;
  white-space: normal;
  max-width: 628px;
  border-left: 1px solid #D4D3D2;
}

#generalconfigcontent h1,h2 {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
}

#generalconfigcontent h2 {
  text-decoration: none;
}
#generalconfigcontent h4 {
  display: inline;
  font-weight: bold;
  text-decoration: none;
}

#generalconfigcontent p {
  margin: 0px;
  margin-top: 2px;
  text-align: left;
  padding: 0px;
  line-height: 16px;
}

#generalconfigcontent li {
  margin-top: 10px;
}

#generalconfigcontent img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.actionslist {
  margin-top: 0px !important;
}

.actions {
  line-height: 16px;
  margin-top: 5px !important;
}

/* tooltip */
#tooltip {
  position: absolute;
  visibility:hidden;
  padding-left:6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #F5F5F5;
  border:1px solid #D4D3D2;
  z-index: 10;
}


/*** MENU ***/

#quarantinebutton:hover{
    color: #FFFFFF !important;
    background-image: none !important;
    background-color: #0066b6 !important;
}

#configbutton:hover{
    color: #FFFFFF !important;
    background-image: none !important;
    background-color: #0066b6 !important;
}

#helpbutton:hover{
    color: #FFFFFF !important;
    background-image: none !important;
    background-color: #0066b6 !important;
}

#statsbutton:hover{
    color: #FFFFFF !important;
    background-image: none !important;
    background-color: #0066b6 !important;
}

/*** ---- ***/


.grid {
	min-height: 100vh;
	margin-right: -20px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  *letter-spacing: normal;
  list-style-type: none;
}

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*="col-"].fieldset {
	padding-top: 0;
	padding-bottom: 0;
}

[class*="col-"]::before, [class*="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -20px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
