/* CSS Document */

html {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #f5f6fa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  padding: 0 20px;
}
.col-12 {
	width: 100%;
	float: left;
}
.col-10 {
	width: 83.3333%;
	float: left;
}
.col-9 {
	width: 75%;
	float: left;
}
.col-8 {
	width: 66.6666%;
	float: left;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-5 {
	width: 41.6666%;
	float: left;
}
.col-4 {
	width: 33.3333%;
	float: left;
}
.col-3 {
	width: 25%;
	float: left;
}
.col-2 {
	width: 16.6666%;
	float: left;
}
.col-1 {
	width: 8.3333%;
	float: left;
}
header img {
	width: 100%;
	float: left;
}
header img.logo {
  max-height: 50px;
  width: auto;
  margin-top: 5px;
}

footer {
  color: #637388;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
  padding: 15px 20px;
  letter-spacing: .3px;
  font-size: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
  background-color: #fff;
}
footer .copy {
  float: left;
}
footer .disclaimer {
  float: right;
}
footer a {
  color: #637388;
}
a {
  color: #14A2D7;
  text-decoration: none;
  background-color: transparent;
}
.full-site {
  margin-top: 60px;
  padding: 20px 50px;
	margin-bottom: 80px;
}
.dashboard .box,
.bigbox{
  background: #fff;
  padding: 10px;
  margin: 20px;
  width: calc(50% - 40px);
  float: left;
  box-shadow: 0 0 10px rgba(28, 39, 60, 0.05);
  position: relative;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
	min-height: 100px;
}
.bigbox {
	width: calc(100% - 40px)!important;
	padding: 25px!important;
}
.box a {
  width: 100%;
  float: left;
  text-align: center;
  padding: 100px 20px;
  font-size: 30px;
	color: #EC3E1B;
}
.box.blue a {
	color: #14A2D7;
}
.box a i {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  margin-left: -70px;
}

.nav {
	text-align: right;
}
.nav a {
  font-size: 20px;
  padding: 15px;
  float: right;
}
h1 {
  letter-spacing: -0.5px;
  font-size: 2rem;
  font-weight: 400;
  color: #001737;
}


label {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  width: calc(100% - 20px);
  padding: 0 10px;
	float: left;
	margin-top: 10px;
}
input,
textarea,
select {
  display: block;
  height: calc(1.5em + 0.9375rem + 2px);
  padding: 0.46875rem 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0ccda;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #1b2e4b;
  font-size: inherit;
  width: calc(100% - 20px);
  margin: 0 10px;
  font-family: ibm-plex-sans, sans-serif;
  font-style: normal;
	float: left;
}
textarea {
	min-height: 100px;
}

.btn.blue {
  color: #fff;
  background-color: #14A2D7;
  border-color: #14A2D7;
}
.btn {
  font-size: 11px;
  line-height: 1.773;
  padding: 0.391rem 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 0.2rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  float: left;
  margin-left: 10px;
}

.float-right {
	float: right;
}
.mt-20 {
	margin-top: 20px;
}

.alert.success {
  color: #085f2e;
  background-color: #cff1de;
  border-color: #bcebd1;
}
.alert {
  position: relative;
  padding: 12px 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0.25rem;
}
.alert.danger, .alert.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.checkbox {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  float: left;
  width: 100%;
  padding-top: 11px;
}
.checkbox input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  margin-left: -18px !important;
  width: 100%;
  height: 28px !important;
  cursor: pointer;
}
.checkbox label {
  cursor: pointer;
  color: #1b2e4b !important;
  text-transform: none !important;
  font-size: 14px !important;
}
.checkbox label::before {
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  top: 0.15625rem;
  left: 9px;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #97a3b9 solid 1px;
  margin-top: 11px;
}
.checkbox label::after, .checkbox label::before {
  top: 44%;
  transform: translateY(-50%);
}
.checkbox label::after {
  position: absolute;
  top: 0.15625rem;
  left: 10px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
  margin-top: 11px;
}
.checkbox input:checked ~ .checkbox label::after, .checkbox input[checked="checked"] ~ .checkbox label::after, .checkbox label.checked::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
  width: 20px;
  height: 20px;
  top: 21px;
  left: 7px;
}
.checkbox input:checked ~ .checkbox label::before, .checkbox input[checked="checked"] ~ .checkbox label::before, .checkbox label.checked::before {
  color: #fff !important;
  border-color: #0168fa !important;
  background-color: #0168fa !important;
}
.display-none {
	display: none;
}
.display-none2 {
	display: none;
}
.title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.title .pagetitle, .title .breadcrumb {
    float: left;
    clear: both;
    margin-left: 20px;
}
.title .pagetitle h1 {
    letter-spacing: -0.5px;
    font-size: 2rem;
    font-weight: 400;
    color: #001737;
}
.title .buttons {
    float: right;
    margin-top: -7px;
    margin-right: 20px;
}
.card {
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.05);
    position: relative;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    float: left;
}
.card-content {
    width: 100%;
    float: left;
}
.card-header {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    padding: 15px 20px;
    background-color: transparent;
    border-color: rgba(72, 94, 144, 0.16);
    border-bottom-color: rgba(72, 94, 144, 0.16);
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    width: 100%;
    float: left;
}
.card-header h2 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    color: #001737;
    float: left;
}

table {
    font-size: 13px;
    width: 100%;
    color: #001737;
}
table thead tr th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #8392a5;
    text-align: left;
}
table th, table td {
    padding: 8px 20px;
    line-height: 1.5;
}
table td {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}
#content {
  width: 100%;
  float: left;
  padding: 20px;
}

#content_login {
    width: 100%;
    padding: 80px 20px 60px;
    position: relative;
    min-height: 100vh;
    float: left;
}
.login {
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.login .login_form {
    margin: 0 50px;
    max-width: 400px;
	float: left;
} 
.login .login_form h1 {
    width: 100%;
    color: #001737;
    font-size: 1.53125rem;
    font-weight: 600;
    float: left;
}
.login .login_form p {
    width: 100%;
    color: #8392a5;
    font-size: 16px;
    margin-bottom: 40px;
    float: left;
}
form .form-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.login .login_form button {
    background-color: #042893;
    border-color: #042893;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 0.46875rem 0.9375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    font-size: 16px;
}
.login .login_form label {
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    font-size: 0.875rem;
    padding-left: 2px;
    margin-bottom: 5px;
    float: left;
}
.login .login_form input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9375rem + 2px);
    padding: 0.46875rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border 0.5s;
    margin: 0;
}
.card-content.padding {
    padding: 20px;
}
.card-content h2 {
    letter-spacing: -0.5px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #001737;
    margin-left: 10px;
    margin-bottom: 10px;
}
.divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    margin: 20px 0;
    float: left;
}
#modal {
  position: fixed;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
#modal .card {
width: 95%;
  max-width: 500px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#modal .card textarea {
	min-height: 100px;
	max-height: 400px;
}
textarea {
	max-width: calc(100% - 20px);
	min-width: calc(100% - 20px);
	max-height: 500px;
}

header .control .alert, header .control .user, header .control .search {
    float: left;
    padding: 0 !important;
    position: relative;
}
header .control .alert, header .control .user, header .control .search {
    float: left;
    padding: 0 !important;
}
header .control .user .primary, header .control .alert .primary, header .control .search .primary {
    position: relative;
    cursor: pointer;
}
header .control .user .primary img {
    max-height: 30px;
    margin-top: 15px;
    border-radius: 50%;
	max-width: 30px;
}
header .dropdown.user {
    width: 300px;
    padding: 20px !important;
    margin-top: 10px;
    box-shadow: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-right: -10px;
    min-height: 300px;
    color: #001737;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    float: left;
    min-width: 10rem;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.15);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
}

header .dropdown.user img.image {
    max-width: 60px;
    border-radius: 30px;
}
header .dropdown.user h2 {
    line-height: 1.25;
    color: #001737;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 10px;
}
header .dropdown.user h3 {
    color: #8392a5;
    font-size: 12px;
    font-weight: 400;
}
.mt-20 {
    margin-top: 20px;
}
.divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    margin: 20px 0;
    float: left;
}
header ul.linklist {
    width: 100%;
    float: left;
    list-style: none;
}
header ul.linklist li {
    width: 100%;
    float: left;
}
header ul.linklist li a {
    width: 100%;
    float: left;
    color: #1b2e4b;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
    transition: all 0.2s ease-in-out;
}
header ul.linklist li a i {
    margin-right: 10px;
}
header .control {
    float: right;
}
header .dropdown.user.open {
    display: block !important;
}
header .dropdown.user::before {
    content: '';
    position: absolute;
    top: -10px;
    border-bottom: 10px solid rgba(72, 94, 144, 0.16);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 15px;
    width: 0px;
}
header .dropdown.user::after {
    content: '';
    position: absolute;
    top: -8.5px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    right: 16px;
    width: 0px;
}

.pw_reset {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
  color: #8392a5;
  font-size: 13px;
  text-decoration: underline;
}

@media all and (max-width: 1830px) {
	.open-page .cardwidth.col-5,
	.open-page .cardwidth.col-2 {
		width: 33.3333%;
	}
	.leadinfo .col-2 {
		width: 25%;
	}
	.leadinfo .col-8 {
		width: 50%;
	}
	
}


@media all and (max-width: 1450px) {
	
	.leadgeneral .col-3,
	.leadgeneral .col-9 {
		width: 50%;
	}
	.leadinfo .ersteller {
		display: none;
	}
	.leadinfo .col-2 {
		width: 33.333%;
	}
	.leadinfo .col-8 {
		width: 66.6666%;
	}
	
}

@media all and (max-width: 1200px) {
	.leadtable .col-1 {
		width: 100px;
	}
	.leadtable .col-3,
	.leadtable .col-2 {
		width: 200px;
	}
	.leadtable .col-6 {
		width: calc(100% - 500px);
	}
	
}
@media all and (max-width: 1100px) {
	.open-page .cardwidth.col-5, .open-page .cardwidth.col-2 {
	  width: 50%;
	}
	.cardwidth.col-2 {
		margin-top: 30px;
	}
	
}

@media all and (max-width: 1000px) {
	.dashboard .box {
 		width: calc(100% - 40px);
		margin-bottom: 30px;
	}
	
}

@media all and (max-width: 800px) {
	.leadtable .col-1 {
		width: 80px;
	}
	.leadtable .col-1 i {
		font-size: 20px!important;
	}
	.leadtable .col-3,
	.leadtable .col-2 {
		width: 160px;
	}
	.leadtable .col-6 {
		width: calc(100% - 400px);
	}
	.leadtable table thead tr th {
		font-size: 9px!important;
	}
	.leadtable table thead tr th.col-1 {
		display: none;
	}
	
}
@media all and (max-width: 750px) {
	.open-page .cardwidth.col-5, .open-page .cardwidth.col-2 {
	  width: 100%;
	}
	.cardwidth.leadinfo,
	.cardwidth.col-2 {
		margin-top: 30px;
		padding-left: 0!important;
	}
	
}
@media all and (max-width: 700px) {
	.leadtable * {
		width: 100%!important;
	}
	.leadtable table thead tr th {
		display: none;
	}
	.leadtable .col-3,
	.leadtable .col-2 {
		display: none;
	}
	table td {
	  border-top: none;
	}
	.leadtable .col-1 i {
		text-align: right;
		border-bottom: 1px solid rgba(72, 94, 144, 0.16);
		padding-bottom: 15px;
	}
}
@media all and (max-width: 680px) {
	.col-9 {
		width: 100%;
	}
	.col-6 {
		width: 100%;
	}
	.col-3 {
		width: 100%;
	}
	header .col-3 {
		width: 40%;
	}
	header .col-9 {
		width: 60%;
	}
	.logtable .col-6 {
		width: 100%;
		float: left;
		border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	}
	.logtable thead {
		display: none;
	}
	.logtable .col-3.ersteller {
		display: none;
	}
}
@media all and (max-width: 550px) {
	.box a {
 		font-size: 20px;
	}
	.box a i {
	  font-size: 30px;
	  margin-left: -40px;
	}
	.open-page .buttons a {
		display: none;
	}
	
}
@media all and (max-width: 460px) {
	.full-site {
		  margin-top: 60px;
		  padding: 5px;
		}
	
}