header .navigation {
    float: left;
}
header .navigation ul {
    list-style: none;
    float: left;
    padding-left: 20px;
}
header .navigation ul li {
    display: inline-block;
    float: left;
}
header .navigation ul li.active a, header .navigation ul li:hover a {
    color: #213d62;
}
header .navigation ul li a {
    padding: 18px 10px;
    float: left;
    color: #001737;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.2s;
    cursor: pointer;
}
header .control {
    float: right;
}
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 {
    padding-left: 10px !important;
}
header .control .user .primary img {
    max-height: 30px;
    margin-top: 15px;
    border-radius: 50%;
}
header .dropdown.user {
    border-color: rgba(72, 94, 144, 0.16);
    width: 230px;
    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);
    margin-left: -179px;
    border-top: 0;
    display: none;
}
header .dropdown.user img.image {
    max-width: 60px;
    border-radius: 30px;
}
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 h2 {
    line-height: 1.25;
    color: #001737;
    margin-bottom: 5px!important;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 10px!important;
}
header .dropdown.user h3 {
    color: #8392a5;
    font-size: 12px;
    font-weight: 400;
}
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;
}
.divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    margin: 20px 0;
    float: left;
}
#admin h1,
#admin h2 {
	padding: 0;
	margin: 0;
}
.title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.title .breadcrumb {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #1c273c;
}
.title .breadcrumb a {
    color: #1c273c;
}
.title .breadcrumb span.devider {
    color: #97a3b9;
    padding: 0 5px;
}
.title .breadcrumb span.active {
    color: #0168fa;
}
.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;
}
.btn.blue {
    color: #fff;
    background-color: #0168fa;
    border-color: #0168fa;
}
.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;
    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;
}
#admin #content {
    width: 100%;
    padding: 80px 20px 60px;
    position: relative;
    min-height: 100vh;
    float: left;
}
.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-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: 1px solid rgba(72, 94, 144, 0.16);
    width: 100%;
    float: left;
}
.card-header.withsearch h2 {
    margin-top: 6px;
}
.card-header h2 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    color: #001737;
    float: left;
}
.card-content {
    width: 100%;
    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 td {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}
table th, table td {
    padding: 8px 20px!important;
    line-height: 1.5;
}
.fw-100, .light {font-weight: 100!important;}
.fw-300 {font-weight: 300!important;}
.fw-400, .regular {font-weight: 400!important;}
.fw-600 {font-weight: 600!important;}
.fw-800, .bold, b {font-weight: 800!important;}
.italic {font-style: italic;}

#admin .col-05 {width: 4.1666%;float: left;}
#admin .col-1 {width: 8.3333%;float: left;}
#admin .col-15 {width: 12.4999%;float: left;}
#admin .col-2 {width: 16.6666%;float: left;}
#admin .col-3 {width: 25%;float: left;}
#admin .col-4 {width: 33.3333%;float: left;}
#admin .col-5 {width: 41.6666%;float: left;}
#admin .col-6 {width: 50%;float: left;}
#admin .col-7 {width: 58.3333%;float: left;}
#admin .col-8 {width: 66.6666%;float: left;}
#admin .col-9 {width: 75%;float: left;}
#admin .col-10 {width: 83.3333%;float: left;}
#admin .col-11 {width: 91.6666%;float: left;}
#admin .col-12 {width: 100%;float: left;}


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;
}
.mt-20 {
    margin-top: 20px;
}

.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;
}
#admin form {
    width: 100%;
    float: left;
}
#admin form .form-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
#admin .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;
}
#admin form .form-group label {
    font-size: 11px;
    color: #8392a5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    width: calc(100% - 20px);
    padding: 0 10px;
}
#admin .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;
}
#admin form .form-group input {
    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;
}
#admin .login .login_form button {
    background-color: #213d62;
    border-color: #213d62;
    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;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}
.login .login_form a {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.btn.gray {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}
.card-content.padding {
    padding: 20px;
}
.card-content h2 {
    letter-spacing: -0.5px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #001737;
    margin-left: 10px!important;
    margin-bottom: 10px!important;
}
form .form-group textarea {
    min-height: 38px;
    height: auto;
    color: #1b2e4b;
    font-size: inherit;
    display: block;
    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;
    width: calc(100% - 20px);
    margin: 0 10px;
    resize: vertical;
    font-family: ibm-plex-sans, sans-serif;
    font-style: normal;
}
.col-6 label {
	padding: 0!important;
}
.col-6 input {
	margin: 0!important;
}
form select {
	width: calc(100% - 20px);
	margin: 0 10px;
}
.col-6 input {
	width: 100%!important;
}
.card-content p,
.card-content a {
	margin: 0 10px;
}
.text-center {
	text-align: center;
}

.sidebar-left {
    width: 240px;
    float: left;
    background-color: #fff;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    min-height: calc(100vh - 104px);
    margin-top: -20px;
    margin-bottom: -16px;
    padding: 25px;
    position: fixed;
    margin-left: -20px;
}
.sidebar-left h3 {
    font-size: 10px;
    font-weight: 600;
    color: #8392a5;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
}
.sidebar-left ul {
    list-style: none;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.sidebar-left ul li {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    position: relative;
}
.sidebar-left ul li a {
    padding: 0;
    color: #001737;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    float: left;
}
.sidebar-left ul li a i {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    stroke-width: 2.2px;
    color: #525f70;
    fill: rgba(27, 46, 75, 0.06);
}
.sidebar-left ul li.active a, .sidebar-left ul li.active a i {
    color: #0168fa;
}
.sidebar-left ul li.active a::before {
    left: -30px;
    width: 13px;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    background-color: #0168fa;
}
.main {
    width: calc(100% - 220px);
    float: left;
    margin-left: 220px;
    transition: width 0.2s;
}
.main .card {
    margin-left: 20px;
    width: calc(100% - 20px);
}
.main .alert_col {
    padding-left: 30px;
}
.display-none {
	display: none;
}
form input:disabled, form input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  border: 1px solid #bfbfbf;
  color: #000;
  cursor: not-allowed;
}