@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,600,900);
@charset "utf-8";
/**************************************************************************************
Website Name: NoorMa Trading
Website URL: noormatrading.nl
Website Author: Zoso
Author URL: zoso.nl
Copyright 2017. All Rights Reserved

1. Variabelen
2. General Style
3. Elements
4. Header
5. Content

**************************************************************************************//*------------------------------------------------------------------------------------*//*									1. Variabels	 								  */
/*------------------------------------------------------------------------------------*//* Fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Kleuren */
/* Globale variabele */
/* Responsive variable */
/*------------------------------------------------------------------------------------*//*									2. General Style 								  */
/*------------------------------------------------------------------------------------*/* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #646464;
}
.clear {
  float: none;
  clear: both;
}
a {
  color: #5fa2d8;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
p {
  font-size: 12px;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #5fa2d8;
}
h1 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
h4 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
h5 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
ul,
ol {
  list-style-position: inside;
}
/*------------------------------------------------------------------------------------*//*									3. Elements										  */
/*------------------------------------------------------------------------------------*/.btn {
  padding: 4px 15px 4px 15px;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 4px solid;
}
.btn:hover,
.btn.active {
  background: #5fa2d8;
}
.btn.btn-organization {
  background: #5fa2d8;
  border-color: #246294;
  color: #ffffff;
}
.btn.btn-organization:hover,
.btn.btn-organization.active {
  background: #246294;
  color: #ffffff;
}
.radarplotgroup {
  width: 210px;
}
@media (max-width: 767px) {
  .radarplotgroup {
    margin: 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .radarplotgroup {
    margin: 20px auto;
  }
}
.radarplotgroup .plotinner {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
.radarplotgroup .plotouter {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  padding: 2px;
}
.radarplotgroup .plotmiddle {
  height: 145px;
  width: 145px;
  min-width: 145px;
  min-height: 145px;
  margin: 0 auto;
}
.radarplotgroup .text-radar {
  color: #646464;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
}
.radarplotgroup .text-radar.text-left {
  position: absolute;
  top: 117px;
  left: 50%;
  right: 50%;
  margin-left: -185px;
}
.radarplotgroup .text-radar.text-right {
  position: absolute;
  top: 117px;
  left: 50%;
  right: 50%;
  margin-left: 77px;
}
.form-group {
  margin-bottom: 5px;
}
.form-group input {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #e4e5e6;
  height: 26px;
}
/*------------------------------------------------------------------------------------*//*									4. Header										  */
/*------------------------------------------------------------------------------------*/header {
  background: #f7f8f9;
  color: #000000;
  height: 75px;
  padding: 15px 0;
  line-height: 60px;
  font-size: 34px;
  text-align: center;
  position: relative;
  font-weight: 300;
  z-index: 10;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e5e6;
}
header h1 {
  margin: 0;
  text-align: center;
  color: #c4c4c4;
}
header #brandlogo {
  max-height: 34px;
  margin-top: 5px;
  display: inline-block;
  float: left;
  max-width: -moz-calc(-500%);
  max-width: -webkit-calc(-500%);
  max-width: -o-calc(100% -600px);
  max-width: calc(-500%);
}
header #brandlogo img {
  max-height: 34px;
  margin-top: -35px;
}
header .cockpit-button {
  line-height: 45px;
}
header .cockpit-button .btn {
  padding-top: 4px;
  margin-top: -7px;
}
header .cockpit-button .btn .fa {
  margin-left: 3px;
}
/*------------------------------------------------------------------------------------*//*									5. Content										  */
/*------------------------------------------------------------------------------------*/.content .column-left {
  float: left;
  width: 20%;
  height: 85vh;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .column-left {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .content .column-left {
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
}
.content .column-right {
  float: left;
  width: 80%;
  height: 85vh;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .column-right {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .content .column-right {
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
}
.content .box {
  margin-bottom: 15px;
  padding: 10px;
  height: 225px;
  overflow: scroll;
  background: #ffffff;
  border: 1px solid #e4e5e6;
  color: #646464;
  text-align: center;
}
.content .box h1,
.content .box h2,
.content .box h3,
.content .box h4,
.content .box h5 {
  color: #646464;
}
.content .box .box-title {
  text-align: center;
}
.content .box .google_chart {
  width: 100%;
  height: 178px;
}
.content .box .google_chart i {
  font-size: 30px;
  margin-top: 50px;
}
.content .box .no-results {
  font-style: italic;
}
.content .box.box-settings {
  background: #ffffff;
  border: 1px solid #e4e5e6;
  font-size: 11px;
  overflow: hidden;
  padding: 5px;
  padding-bottom: 0;
  text-align: left;
}
.content .box.box-settings .box-settings-title {
  font-size: 11px;
  border-bottom: 1px solid #e4e5e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  height: 18px;
}
.content .box.box-settings .box-settings-title .box-settings-title-icon {
  float: right;
  margin-left: 5px;
  color: #646464;
}
.content .box.box-settings .box-settings-title .box-settings-title-icon:hover {
  color: #c4c4c4;
}
.content .box.box-settings .box-settings-content {
  overflow: scroll;
  height: 197px;
}
.content .box.box-settings .box-settings-content ul {
  list-style: none;
  margin: 0;
}
.content .box.box-settings .box-settings-content ul li a {
  display: block;
  padding: 5px;
  color: #646464;
  background: #ffffff;
  margin-bottom: 5px;
  border: 1px solid #e4e5e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content .box.box-settings .box-settings-content ul li a.active {
  background: #eef0f2;
  text-decoration: none;
}
.content .box.box-settings .box-settings-content ul li a:hover {
  text-decoration: none;
  background: #e4e5e6;
}
.content .box.box-settings .box-settings-content ul li a:hover,
.content .box.box-settings .box-settings-content ul li a:active,
.content .box.box-settings .box-settings-content ul li a:focus {
  text-decoration: none;
}
.content .box.box-no-height {
  height: auto;
  overflow: hidden;
}
.content .box.box-no-height .box-settings-content {
  height: auto;
  overflow: hidden;
}
.content .box.box-height-2 {
  height: 465px;
}
.content .box.box-height-2 .box-settings-content {
  height: 437px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content .box.box-height-2 {
    height: 945px;
  }
  .content .box.box-height-2 .box-settings-content {
    height: 917px;
  }
}
.content .box.box-blue {
  background: #f3f9fd;
  background: -moz-linear-gradient(top, #f3f9fd 0%, #cfe3f6 100%);
  background: -webkit-linear-gradient(top, #f3f9fd 0%, #cfe3f6 100%);
  background: linear-gradient(to bottom, #f3f9fd 0%, #cfe3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f9fd, endColorstr=#cfe3f6, GradientType=0);
  border-color: #cfe3f6;
}
.content .box.box-green {
  background: #f6fbf6;
  background: -moz-linear-gradient(top, #f6fbf6 0%, #d7e8cd 100%);
  background: -webkit-linear-gradient(top, #f6fbf6 0%, #d7e8cd 100%);
  background: linear-gradient(to bottom, #f6fbf6 0%, #d7e8cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6fbf6, endColorstr=#d7e8cd, GradientType=0);
  border-color: #d7e8cd;
}
.content .box.box-gray {
  background: #f7f8f9;
  background: -moz-linear-gradient(top, #f7f8f9 0%, #e4e5e6 100%);
  background: -webkit-linear-gradient(top, #f7f8f9 0%, #e4e5e6 100%);
  background: linear-gradient(to bottom, #f7f8f9 0%, #e4e5e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f8f9, endColorstr=#e4e5e6, GradientType=0);
  border-color: #e4e5e6;
}
.content .box.box-orange {
  background: #ece3dc;
  background: -moz-linear-gradient(top, #ece3dc 0%, #ec9a5d 100%);
  background: -webkit-linear-gradient(top, #ece3dc 0%, #ec9a5d 100%);
  background: linear-gradient(to bottom, #ece3dc 0%, #ec9a5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ece3dc, endColorstr=#ec9a5d, GradientType=0);
  border-color: #ec9a5d;
}
.content .box.box-red {
  background: #eccccc;
  background: -moz-linear-gradient(top, #eccccc 0%, #ec5e5e 100%);
  background: -webkit-linear-gradient(top, #eccccc 0%, #ec5e5e 100%);
  background: linear-gradient(to bottom, #eccccc 0%, #ec5e5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eccccc, endColorstr=#ec5e5e, GradientType=0);
  border-color: #ec5e5e;
}
