html {
          margin: 0px;
          padding: 0px;
        }
body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	background: #f1f1f1;
	color: #333333;
	padding: 0;
	margin: 0;
	-webkit-font-feature-settings: "lnum" 1;
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
	font-feature-settings: "lnum" 1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway';
	line-height: 1.2em;
}

h1 {
  font-size: 24px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #3a3a3a;
}

p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

a {
	color: #7946ca;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #6c7581;
}

strong {
	font-weight: 600;
}

.button {
	background: #38c58b;
	padding: 20px 40px;
	color: #fff;
	text-decoration: none;
  border: none;
  border-radius: 10px;
}

.button:hover {
	background: #2ad08c;
}


/* Columns */

* {
    box-sizing: border-box;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    /* border: 1px dashed #777777; */
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

.col-centered {
	margin-left: auto !important; 
	margin-right: auto !important; 
	float: none !important; 
	padding: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.white-box {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 30px !important;
}

.white-box h3 {
  text-align: center !important;
}


.login-form label {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777777;
}

.login-form input {
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 10px;
}

.login-form button {
  width: 100%;
}

img.login-icon {
  width: 240px;
  margin-top: 70px;
  margin-bottom: 30px;
}

#header-wrap {
  background: rgb(92,92,201);
  /* background: linear-gradient(130deg, rgba(64,69,164,1) 0%, rgba(92,97,195,1) 35%, rgba(105,111,221,1) 100%); */
  padding: 0px;
}

#header-wrap a {
  color: #fff;
}

#header-left {
  padding: 15px;
}

.header-logo {
  height: 25px;
}

#header-left a {
  font-size: 26px;
  font-weight: 700;
}

ul.top-menu {
  display: inline-block;
  float: right;
  list-style: none;
  margin-bottom: 0px;
}

ul.top-menu li {
  float: left;
  margin-left: 15px;
}


#container-title {
  background: #d6d6d6;
  color: #222;
  padding-bottom: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#container-title h3 {
  font-size: 20px;
}

#container-content {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#container-content h1 {
  font-size: 30px;
  font-weight: 500;
}


#container-menu {
  padding-left: 0px;
  padding-top: 0px;
}

#container-menu ul {
  list-style: none;
  -webkit-padding-start: 0;
}

#container-menu ul li {
  margin-bottom: 10px;
}

#container-menu ul li a {
  color: #333333;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 15px;
  display: block;
}

#container-menu ul li a:hover {
  text-decoration: none;
  color: rgb(92,92,201);
}

#container-menu ul li a i {
  width: 40px;
}

.page-link {
  color: rgb(92,92,201) !important;
}
.page-item.active .page-link {
  background: rgb(92,92,201) !important;
  border-color:  rgb(92,92,201) !important;
  color: #fff !important;
}





span.table-span {
  background: #f1f1f1; 
  padding: 3px 7px;
  border-radius: 15px;
}

img.activity-icon {
  height: 30px;
}

.status-neutral {
  color: #c4c4c4;
}

.status-green {
  color: #27c139;
}

.status-amber {
  color: #ff7b1a;
}

.status-red {
  color: #c12741;
}


/* Bootstrap Overides */

.fixed-table-body {
  height: auto !important;
}