body {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    color: #222;
    background: #fafafa;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.container {
    padding-bottom: 60px;
}
a {
    color: #0066aa;
}
a:hover {
    text-decoration: none;
    color: #0077dd;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #222;
    font-weight: 600;
}
.h1, h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 25px;
    line-height: 1.44em;
    margin-bottom: 1.92em;
    letter-spacing: -0.024em;
}
h4, .h4 {
    font-size: 17px;
    line-height: initial;
}
h3, .h3 {
    font-size: 21px;
    line-height: 1.14285714em;
    margin-bottom: 1.14285714em;
    letter-spacing: -0.025em;
    font-style: italic;
}
.bg-dark {
  background-color: #373737 !important;
}
.text-primary {
  color: #0066aa !important;
}
label, input, select, textarea {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}
.bg-light {
    background-color: #fff!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.form-group {
    margin-bottom: 24px;
}
.form-control {
    font-size: 15px;
    line-height: 21px;
    border-radius: 3px;
    -webkit-appearance: none;
    height: 32px;
    color: #222;
}
.form-control:focus {
  background-color: #fff;
  color: #222;
}
textarea.form-control {
    height: 5em;
    padding: 0.4em;
}
.form-control:focus {
    border-color: #3d9fe0;
}
.form-control:focus~.input-group-addon {
    border-color: #3d9fe0;
}
.input-group-addon {
    padding: 0px 11px;
    color: #888;
    background-color: #fff;
    border: 2px solid #c9c9c9;
    font-size: 23px;
}
.field-help {
    font-size: 13px;
    margin-top: 7px;
    color: #848484;
    font-weight: 600;
}
label {
    font-weight: 600;
    margin-bottom: .8em;
}
.form-control, textarea, input[type="text"], input[type="password"], input[type="file"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .faux-file {
    display: inline-block;
    padding: 0 .4em 0 .4em;
    vertical-align: middle;
    border-radius: 3px;
    width: 100%;
    min-height: 32px;
    background-color: transparent;
    border: 2px solid #c9c9c9;
}
.page-header {
    margin: 48px 0;
    align-items: center;
}
.dropdown-menu {
    font-size: 13px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    border-color: #d9d9d9;
    min-width: 230px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
}
.dropdown-menu.has-border {
    min-width: 231px;
}
.dropdown-item {
    font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #bfe1f5;
    color: #222;
}
.dropdown-item.active, .dropdown-item {
    padding: 15px;
}
.dropdown-menu.has-border .dropdown-item.active, .dropdown-menu.has-border .dropdown-item {
    border-bottom: solid 1px #d9d9d9;
}
.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-item:hover{
    color: #222;
    background: #daf0fd;
}
.dropdown-item.selected{
    color: #222;
    background: #bfe1f5;
}
.datalist ul {
    margin: 0;
    padding: 0;
}
.datalist ul>li {
    list-style: none;
}
.btn {
    font-size: 13px;
    padding: .4rem 1.2rem;
    height: 32px;
    font-weight: 600;
    color: #222;
}
.btn-secondary, .btn-primary, .btn-info, .btn-danger {
  color: #fff;
}
.btn i {
    font-size: 21px;
    margin-top: -4px;
    display: inline-block;
}
.btn:hover {
  opacity: 0.8;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary {
    background-color: #0066aa;
    border-color: #0066aa;
}
.btn-primary:hover {
    background-color: #0066aa;
    border-color: #0066aa;
}
.btn-secondary {
    background-color: #737373;
    border-color: #737373;
}
.btn-secondary:hover {
    background-color: #737373;
    border-color: #737373;
}
.btn-default {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
.datalist ul>li {
    border-bottom: 1px dashed #efefef;
    padding: 17px 0;
}
.datalist .datalist-filter label.text-small {
    margin-right: 5px;
}
.datalist ul>li:first-child {
    border-top: 1px dashed #efefef;
}
.datalist ul>li:last-child {
    border-bottom: 0;
}
.datalist ul>li p {
    margin: 0 0 4px 0;
    font-size: 13px;
}
.datalist h4 {
    margin-bottom: 5px;
    font-size: 15px;
}
.list-box-check h4, .list-box-check p {
    padding-left: 52px;
}
.custom-control-indicator {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: solid 2px #ccc;
    box-shadow: none !important;
    cursor: pointer;
}
.datalist .custom-control-indicator {
    border: solid 2px #efefef;
}
.col-data {
    padding-left: 30px;
}
.custom-control:hover .custom-control-indicator {
    border-color: #aaa;
}
.custom-control-input:checked~.custom-control-indicator {
    background-color: #3d9fe0;
    border: none;
}
.custom-control-input:checked:hover~.custom-control-indicator {
    background-color: #1a7fc2 !important;
    border: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url(../image/verify-sign.svg);
    border: none;
}
.datalist .btn-group {
    vertical-align: top;
}
.dropdown-toggle::after {
    margin-left: 8px;
}
.dropdown-toggle-only::after {
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    border-radius: 2px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: .36em;
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin-right: 2px;
}
.datalist-filter {
    margin-bottom: 17px;
}
code {
  font-size: 16px;
  color: #222;
  opacity: 0.8;
}
.datalist-filter label {
    margin-bottom: 0;
    vertical-align: middle;
}
.dataselect {
    display: inline-block;
    vertical-align: middle;
}
.custom-control {
    min-height: 32px;
}
.custom-checkbox {
    cursor: pointer;
}
.sub-section {
    margin-bottom: 60px;
}
select.form-control {
    height: 32px !important;
    font-size: 13px;
    border: none;
    background: #ddd;
    color: #222;
    font-weight: 600;
    background-image: url(../image/down-arrow.svg);
    background-size: calc(100% - 94%) 10px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 20px;
    padding: 0 10px;
}
select.form-control:hover {
    opacity: 0.9;
}
select.form-control:focus {
}
.input-group.icon-right .form-control {
    border-right: none;
}
.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 35px;
    border-radius: 3px;
}
.datepicker-days {
    padding: 7px;
}
.custom-control {
    margin-right: 30px;
}
.custom-control-description {
    margin: 7px 0 0 15px;
}
.custom-control-description.has_desc {
    margin-top: 5px;
}
.custom-control-description .desc {
    font-weight: normal;
    margin-top: 5px;
    line-height: initial;
}
.checkbox-group .custom-checkbox {
    margin-bottom: 24px;
}
.checkbox-group>label.head, .radio-group>label.head {
    display: block;
    color: #888;
    font-style: italic;
}
.custom-control-input.checked-some~.custom-control-indicator {
    background-color: #3d9fe0;
    background-image: url(../image/checked-some.svg);
    border: none;
}
.custom-control-input.checked-some:hover~.custom-control-indicator {
    background-color: #1a7fc2 !important;
}
.check-all-box {
    margin-right: 24px;
}
.navbar-title {
    color: #b7b7b7;
    margin-left: 13px;
}
.container.full-width {
    width: 100% !important;
    max-width: none;
    padding: 30px 0 0 0;
}
.container.full-width .page-header {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 18px;
}
.text-normal {
    font-weight: normal;
}
.label-group-style-1 {

}
.label-group-style-1 i {
    font-size: 26px;
    margin-right: 12px;
    float: left;
    line-height: 26px;
}
.label-group-style-1 label {
    color: #959595;
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
}
.row-box {
    border: 1px solid rgb(217, 217, 217);
    float: left;
    width: 100%;
    border-width: 1px 0 1px 0;
}
.row-box .col-box {
    padding: 24px;
    border-right: 1px solid rgb(217, 217, 217);
}
.row-box .col-box:last-child {
    border-right: 0;
}
.workflow {
    clear: both;
    background-color: rgb(242, 242, 242);
    min-height: 500px;
    padding-bottom: 60px;
}
.bg-gray, .v-bg-base-gray {
    background-color: rgb(242, 242, 242);
}
.navbar-brand {
    padding-left: 10px;
}
.btn-group-lg>.btn, .btn-lg {
    line-height: 1.5;
    border-radius: .3rem;
    height: auto;
    font-size: 15px;
    padding: 8px 30px;
    font-weight: normal;
}
.timeline-rows ul {
    padding: 0;
}
.timeline-rows ul li {
    list-style: none;
}
.timeline-container .timeline::after {
    border-left: 2px dashed #d0d0d0;
    content: "";
    position: absolute;
    top: 80px;
    height: calc(100% - 40px);
    left: 32px;
    z-index: -1;
}
.timeline-rows ul li:last-child .timeline::after {
    border: none;
}
.timeline-row .timeline-content {
    width: 100%;
}
.timeline-row {
    display: flex;
    position: relative;
    padding: 30px 15px;
    z-index: 1;
}
.timeline-row .email-trigger {
    padding: 18px 0;
}
.timeline-row .email {
    border: 1px solid #d0d0d0;
    box-shadow: 0 1px 1px 0 rgba(208, 208, 208, 0.63);
    padding: 18px;
    background: #fff;
    border-radius: 5px;
}
.timeline-container {
    width: 55px;
}
.timeline-container .label-icon {
    font-size: 20px;
    vertical-align: middle;
    color: #959595;
    padding: 10px 0 0 0px;
    height: 50px;
}
.timeline-container .label-icon i {
    font-size: 20px;
    border: solid 2px #959595;
    padding: 3px 8px;
    border-radius: 40px;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    line-height: 28px;
}
.flex, .flex-row, .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.thumb-container {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../image/image-unknown.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-size: 35% 35%;
    background-color: #fafafa;
}
.thumb-container.thumb-email {
    background-image: url(../image/envelope.svg);
}
.thumb-container.thumb-sms {
    background-image: url(../image/sms.svg);
}
.thumb-container.thumb-webpage {
    background-image: url(../image/webpage.svg);
}
.timeline-row .email .thumb {
    width: 120px;
    height: 120px;
    margin-right: 18px;
}
ul.inline-infos {
    padding: 12px 0;
}
ul.inline-infos li {
    margin-bottom: 8px;
}
.h4-desc {
    margin-left: 15px;
    font-size: 13px;
    line-height: 28px;
    font-style: italic;
}
.btn.bg-grey {
    border-color: #737373;
}
.btn.bg-grey:hover {
    background-color: #737373;
    opacity: 0.8;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 3px;
}
.emails .email {
    margin-bottom: 24px;
}
.emails .email:last-child {
    margin-bottom: 0;
}
.wizard-footer {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: #373737;
    z-index: 1;
    color: #b7b7b7;
    padding: 18px;
    font-size: 13px;
}
.wizard-footer a {
    color: #b7b7b7;
}
.wizard-footer a:hover, .wizard-footer a.active {
    color: #fff;
}
ul.inline-breadscrumb {
    margin: 0
}
ul.inline-breadscrumb li {
    list-style: none;
    display: inline-block;
}
ul.inline-breadscrumb li::after {
    content: "\f125";
    font-family: "Ionicons";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    color: #737373;
}
.wizard-footer .right-actions {
    position: absolute;
    top: 0;
    right: 0;
}
.wizard-footer .right-actions .btn {
    height: 60px;
    border: none;
    background: none;
    padding: 18px;
}
.btn i {
    font-size: 13px;
}
.wizard-footer .btn {
    color: #b7b7b7;
    border-radius: 0;
}
.wizard-footer .btn:hover {
    background-color: #3d9fe0;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}
element.style {
    position: fixed;
    width: 100%;
    z-index: 2;
}
.nav-fixed-top {
    padding-top: 60px;
}
.dot-sep {
    color: #999;
    margin: 0 8px;
    font-weight: 800;
}
.lists_segments_list {
    margin: 0;
    padding: 0;
}
.lists_segments_list li {
    list-style: none;
}
.col-box.no-border {
    border: none;
}
.ajax-modal-box {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    display: none;
    overflow: auto;
}
.ajax-modal-box.open~.container {
    display: none;
}
.ball-clip-rotate-multiple > div {
    border-color: #939393;
}
.ball-clip-rotate-multiple > div:last-child {
    border-color: #939393 transparent #939393 transparent;
}
.loader {
    display: inline-block;
}
.ajax-modal-header {
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
    align-items: center;
    position: fixed;
    z-index: 1;
}
.ajax-modal-header .title {
    width: 100%;
    text-align: center;
}
.ajax-modal-header .actions {
    font-size: 13px;
    padding-right: 30px;
}
.ajax-modal-header .actions a {
    text-decoration: underline;
    color: #222;
}
.bg-gray, .v-bg-base-gray {
    background-color: #f2f2f2;
}
.ajax-modal-body {
    padding: 30px;
    margin-top: 60px;
}
ul.option-grid {
    display: flex;
    margin: 0;
    padding: 0;
}
ul.option-grid li {
    display: block;
    list-style: none;
    padding: 15px 15px 0px 0;
    max-width: 50%;
    min-width: 210px;
}
ul.option-grid .box {
    border: 2px solid #e0e0e0;
    width: 100%;
    position: relative;
    padding: 18px;
    cursor: pointer;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}
ul.option-grid .box .image {
    font-size: 30px;
    opacity: 0.7;
    margin: -8px auto 5px auto;
    display: block;
    background: #ddd;
    width: 50px;
    height: 50px;
    border-radius: 80px;
    padding: 3px;
}
ul.option-grid .box:hover {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    opacity: 1;
}
ul.option-grid label {
    font-weight: 600;
    margin-bottom: 6px;
}
ul.option-grid input[type=checkbox], ul.option-grid input[type=radio] {
    display: none;
}
.option-grid-input:checked~.box {
    border-color: #3d9fe0;
    opacity: 1;
}
.option-grid-input:checked~.box:after {
    content: "\f3fd";
    display: block;
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    right: 6px;
    color: #3d9fe0;
    font-size: 40px;
    line-height: 26px;
}
.ball-pulse > div {
    background-color: #ccc;
}
.media {
    width: 52px;
    height: 52px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border-radius: 80px;
    position: relative;
    vertical-align: middle;
}
.media img {
    vertical-align: baseline;
}
.media-icon {
    border: solid 1px #aaa;
    text-align: center;
}
.media-icon i {
    font-size: 30px;
    color: #888;
    line-height: 48px;
}
.media img {
    width: 100%;
    border-radius: 52px;
}
.media-small {
    width: 40px;
    height: 40px;
}
.inline-block {
    display: inline-block;
}
.datalist-container .loader {
    display: block;
}
.datalist-container .loader .ball-pulse {
    margin: auto;
    display: block;
    width: 60px;
}
ul.menu {
    padding: 0;
    margin: 0;
    font-size: 15px;
}
ul.menu li {
    list-style: none;
}
ul.menu li a {
    color: #aaa;
    padding: 8px;
    display: block;
}
ul.menu li a.current {
    color: #0066aa;
    font-weight: 600;
}
ul.menu li a:hover {
    background: #f8f8f8;
}
ul.menu li a i {
    display: block;
    float: left;
    margin-right: 16px;
    font-size: 22px;
    line-height: 10px;
    width: 20px;
    text-align: center;
    color: rgb(183, 183, 183);
}
ul.menu li a.current i {
    color: #0066aa;
    font-weight: 600;
}
.btn-icon-left i {
    margin-right: 6px;
    font-size: 15px;
    line-height: 0;
}
.nav {
    margin-bottom: 8px;
}
.nav-top-page {
    margin-bottom: 30px;
    border-bottom: dashed 2px #efefef;
}
.nav li a {
    color: #222;
    font-weight: 600;
}
.nav li a:hover, .nav li a.active {
    color: #0066aa;
}
.nav-top-page li:first-child a.nav-link {
    padding-left: 0;
}
ul.menu-steps li a i {
    font-size: 36px;
    background: transparent;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 100px;
}
ul.menu-steps li a i:before {
    vertical-align: middle;
}
ul.menu-steps li a {
    height: 70px;
    padding: 0;
    margin-bottom: 16px;
    opacity: 0.7;
}
ul.menu-steps li a.current {
    /*border-top: solid 2px #d9ebf7;*/
    border-right: solid 3px #0066aa;
}
ul.menu-steps li a:hover {
    background: none;
}
ul.menu-steps li a .desc {
    font-size: 13px;
    color: #222;
    font-weight: normal;
}
ul.menu-steps li a label {
    margin-bottom: 4px;
    margin-top: 16px;
    cursor: pointer;
}
ul.menu-steps li a.current, ul.menu-steps li a:hover {
    opacity: 1;
}
ul.menu-steps li a.current i, ul.menu-steps li a:hover i {
    background: #d9ebf7;
    color: #0066aa;
}
.media-page {
    border-radius: 0;
    width: 200px;
    height: 150px;
    padding: 3px;
}
.media-page img {
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.alert-secondary {
    color: #464a4e;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.sub-section-header h3 {
    margin-bottom: 0;
    margin-top: 6px;
}
.icon:before {
    font-size: 15px;
    line-height: 10px;
    margin-right: 6px;
}
.page-dark-bg {
    background: #222;
}
.bg-content {
    background: #fff;
    box-shadow: -1px 0px 4px rgba(0,0,0,0.2);
}
.sidebar-dark {
    padding: 0 0px 10px 0px;
    min-width: 300px;
}
.sidebar-dark ul.menu-steps li a.current {
    background-color: #0c4972;
}
.sidebar-dark ul.menu-steps li a {
    padding-left: 5px;
    padding-right: 60px;
    margin-bottom: 0;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    opacity: 0.4;
}
.sidebar-dark ul.menu-steps li a:hover {
  opacity: 0.7;
}
.sidebar-dark ul.menu-steps li a.current {
    border-right: none;
    opacity: 1;
}
.sidebar-dark ul.menu-steps li a.current i {
    color: rgba(255,255,255,0.7);
}
.sidebar-dark ul.menu-steps li a.current i, .sidebar-dark ul.menu-steps li a:hover i {
    background-color: none;
    color: rgba(255,255,255,0.9);
}
.sidebar-dark ul.menu-steps li a i {
    background: none;
    margin-right: 8px;
}
.sidebar-dark ul.menu-steps li a, .sidebar-dark ul.menu-steps li a .desc {
    color: #fff;
}
.sidebar-dark ul.menu-steps li a.current, .sidebar-dark ul.menu-steps li a.current .desc {
    color: rgba(255,255,255,0.9);
}
.sidebar-dark hr {
    border-color: #666;
}
.display-inline {
    display: inline;
}
.keyword-input {
    min-width: 250px;
    padding-right: 35px;
}
.keyword-box {
    position: relative;
    display: block;
}
.keyword-box:after {
    content: "\f21f";
    display: block;
    font-family: "Ionicons";
    top: 0;
    right: 10px;
    position: absolute;
    font-size: 22px;
    color: #999;
}
.pull-right {
    float: right;
}
.datalist .pagination, .datalist .pagination2, .datalist .pagination3 {
    display: inline-block;
    padding: 0;
    margin: 16px 0 16px 0;
}
.pagination li, .pagination2 li, .pagination3 li {
    display: inline;
}
.pagination li a, .pagination li span, .pagination2 li a, .pagination3 li a {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: .25rem;
    font-size: 13px;
    margin-right: 6px;
}
.pagination li span {
    line-height: 17px;
}
ul.pagination li a:hover:not(.active), ul.pagination2 li a:hover:not(.active), ul.pagination3 li a:hover:not(.active) {
    background-color: #e0e0e0;
}
ul.pagination2 li a.active, ul.pagination3 li a.active {
    background-color: #0066aa;
    color: white;
    border: 1px solid #0066aa;
}
.nav-link {
    padding: 12px 16px;
}
.dropdown-toggle-only {
  padding: 11px;
}
.sidebar-dark .head-title {
    color: rgba(255,255,255,0.7);
    padding: 12px 18px;
    background: rgba(255,255,255,0.03);
    font-style: italic;
    border-bottom: solid 1px #444;
    font-size: 17px;
}
.sidebar-dark ul.menu-steps li a i {
    background: none;
    margin-right: 8px;
}
.sidebar-dark ul.menu-steps li a, .sidebar-dark ul.menu-steps li a .desc {
    color: #fff;
}
.sidebar-dark ul.menu-steps li a.current, .sidebar-dark ul.menu-steps li a.current .desc {
    color: rgba(255,255,255,0.9);
}
.sidebar-dark hr {
    border-color: #666;
}
.display-inline {
    display: inline;
}
.keyword-input {
    min-width: 250px;
    padding-right: 35px;
}
.keyword-box {
    position: relative;
    display: block;
}
.keyword-box:after {
    content: "\f21f";
    display: block;
    font-family: "Ionicons";
    top: 0;
    right: 10px;
    position: absolute;
    font-size: 22px;
    color: #999;
}
.pull-right {
    float: right;
}
.pagination li, .pagination2 li, .pagination3 li {
    display: inline;
}
.pagination li a, .pagination li span, .pagination2 li a, .pagination3 li a {
  color: #666;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: .25rem;
}
ul.pagination2 li a:hover:not(.active), ul.pagination3 li a:hover:not(.active) {
  background-color: #e0e0e0;
}
ul.pagination2 li a.active, ul.pagination li.active span, ul.pagination3 li a.active {
  background-color: #0066aa;
  color: white;
  border: 1px solid #0066aa;
}
.nav-link {
  padding: 12px 16px;
}
.dropdown-toggle-only {
  padding: 11px;
}
.sidebar-dark .head-title {
  color: rgba(255,255,255,0.7);
  padding: 12px 18px;
  background: rgba(255,255,255,0.03);
  font-style: italic;
  border-bottom: solid 1px #444;
  font-size: 17px;
}
.login-bg {
  background-image: url(https://wallpaperscraft.com/image/grass_background_blur_shadow_68030_2560x1600.jpg);
  background-position: center center;
  background-size: 100% auto;
}
.login-bg-title {
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  font-style: italic;
  font-weight: normal;
  padding-left: 70px;
  opacity: 0.9;
}
.form-control.form-control-big {
  height: auto;
  padding: 8px 10px;
}
.error-block {
  font-weight: 600;
  color: red;
  margin-top: 4px;
  display: block;
  font-size: 13px;
  margin-bottom: -8px;
}
.login-container label {
  font-size: 13px;
}
.has-error .form-control {
  border-color: #e85c41;
}
a.btn-default, a.btn-default:hover {
  color: #222;
}
.alert {
  border: none;
}
.alert-danger .close {
  color: #721c24;
  line-height: 18px;
}
.form-control, input[type="text"], input[type="password"], input[type="email"] {
  border-width: 1px;
  border-radius: 3px;
  padding: 0 8px;
  font-weight: 600;
  border-color: #ccc;
  border-style: solid;
  background: #fff;
}
.form-group>label {
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}
select.form-control {
  border: solid 1px #ccc;
  border-width: 1px;
  background-color: #fff;
  padding: 0 24px 0 8px;
  font-size: 15px;
  background-position: right 6px center;
  background-size: 10px;
}
select.form-control:focus, select.form-control:hover {
  background-color: #fff;
}
.field-help {
  display: none;
}
.datalist-line-hover {
  visibility: hidden;
}
.datalist ul>li:hover .datalist-line-hover {
  visibility: visible;
}
.logo-link {
    background: #dfeefa;
    border-radius: 60px;
    width: 48px;
    height: 48px;
}
.logo-link img {
    width: 50px;
    margin-left: -4px;
    margin-top: -5px;
}
.ajax-condition-box .loader-outer {
  position: absolute;
}
.control-container {
  position: relative;
}
.right-holder {
    position: absolute;
    top: 4px;
    right: 8px;
    opacity: 0.8;
}
.container.has-sidebar {
    display: table;
    width: 100%;
    max-width: none;
    padding: 0;
}
.container.has-sidebar .content {
    width: 100%;
    padding: 24px;
}
.sidebar .sub-section {
  margin-bottom: 16px;
}
.sidebar {
    width: 250px;
    background: #f3f3f3;
    height: calc(100vh - 60px);
    padding-top: 16px;
    display: table-cell;
}
.sidebar .menu {
    font-size: 14px;
}
.sidebar .sub-section h3 {
    padding: 16px 32px;
    margin: 0;
    opacity: 0.8;
    font-size: 18px;
}
.sidebar .menu li a {
    color: #484848;
    padding: 12px 32px;
    line-height: 24px;
    padding-left: 76px;
    position: relative;
    opacity: 0.9;
}
.sidebar .menu li a.current {
    opacity: 1;
}
.sidebar .menu li a p.desc {
    color: #484848;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
}
.sidebar .menu li a i {
    color: #888;
    margin-left: -46px;
    font-size: 30px;
    padding: 8px;
    background: transparent;
    border-radius: 50px;
    margin-top: 0;
}
.sidebar .menu.one-line li a i {
    font-size: 22px;
    padding: 2px;
}
.sidebar .menu li a.current i {
    color: #0066aa;
}
.pl-lvl2 {
  padding-left: 24px;
}
.pr-lvl2 {
  padding-right: 24px;
}
.navbar-light .navbar-title {
    color: #484848;
}
.navbar-light .navbar-nav .nav-link {
    color: #484848;
}
.sidebar .btn-action {
  padding: 24px 32px;
}
.workflow {
  background-color: transparent;
}
.content .workflow {
  margin-left: -16px;
}
ul.inline-infos li {
  font-size: 13px;
}
.workflow ul li:first-child .timeline-row {

}
.modal-backdrop.show {
    opacity: .7;
}

.mask-loading-effect {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10000;
}
.mask-loading-effect .content {
    display: block;
    margin: auto;
    position: fixed;
    width: 100%;
    top: 40%;
    text-align: center;
    z-index: 100000000000;
    color: #fff;
    font-size: 20px;
    font-style: italic;
}
.empty-box {
    padding: 32px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 5px;
}
.empty-box i {
  font-size: 60px;
  opacity: 0.3;
}
.empty-box h4 {
  opacity: 0.7;
  font-size: 17px;
  font-style: italic;
}
.modal-header {
    padding: 16px 24px;
    padding-bottom: 8px;
    border-bottom: none;
}
.modal-footer {
  border-top: none;
  padding: 16px 24px;
}
.modal-body {
  padding: 16px 24px;
  padding-bottom: 8px;
}
.modal-content {
  background: #fafafa;
}
.modal-content ul.list-group {
    margin: 24px 0;
    border: none;
    border-top: solid 1px #eee;
}
.list-group-item {
    padding: 16px 0;
    border-bottom: solid 1px #eee;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-color: transparent;
}
.login-container.dark .left-col {
  background: #2D364D;
  color: #fff;
}
.login-container.dark .left-col .form-control {
  font-size: 14px;
}
.login-container.dark .left-col h1 {
  color: #fff;
}
.login-container.dark .left-col a {
  color: #fff;
  text-decoration: underline;
}
.login-container.dark .left-col .form-control, .login-container.dark .left-col input[type="text"], .login-container.dark .left-col input[type="password"], .login-container.dark .left-col input[type="email"] {
  border-width: 0px;
  height: 50px;
}
.login-container.dark .left-col .btn {
  height: 50px;
}
.login-container.dark .left-col .btn-primary {
    background-color: #00a7f4;
    border-color: #009ae1;
    font-size: 14px;
}
.login-container.dark .right-col {
    background: #ffffff url(../image/email-delivery.jpg);
  /*  background-size: 130%; */
	background-repeat: repeat-x;
}
.login-slider {
  padding: 0;
}
.login-slider li.slide {
  list-style: none;
  padding: 0px 100px;
  margin: auto;
}
.login-slider li.slide ul {
  padding: 0;
}
.login-slider li.slide li {
  list-style: none;
  line-height: 28px;
}
.login-slider li.slide li i {
    font-size: 16px;
    margin-right: 8px;
    color: #065d81;
}
.login-slider li.slide img {
  margin-bottom: 30px;
  height: 260px;
}
.login-slider li.slide h2 {
  font-size: 28px;
  margin-bottom: 8px;
  font-style: normal;
}
.login-slider li.slide h4 {
  font-size: 17px;
  margin-bottom: 24px;
  font-style: italic;
}
.login-slider li.slide p {

}
.login-slider-container {
  padding-top: 30px;
}
.login-container.dark .left-col .btn-link {
  padding: 8px;
  font-weight: normal;
}
.login-slider-container {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.login-slider-container .lSSlideOuter {
  height: 580px;
}
.datalist-footer .num_per_page {
  margin: 16px 0 16px 0;
}
.datalist-footer select.per-page {
    display: inline-block;
    width: auto;
    margin-right: 8px;
}
.datalist-footer {
  margin-top: 24px;
}
.login-box-content {
  width: 100%;
}
.flex-center {
  align-items: center;
}