/*
 * BADGES & LABELS
 */
.label {
    font-weight: normal;
    background: #ffffff;
    color: #6a7a84;
    font-size: 100%;
}

.label.label-default {
    background: #acb7bf;
    color: #ffffff;
}

.label.label-primary {
    background: #2f3293;
    color: #ffffff;
}

.label.label-secondary {
    background: #6a7a84;
    color: #ffffff;
}

.label.label-success {
    background: #46be8a;
    color: #ffffff;
}

.label.label-info {
    background: #2f3293;
    color: #ffffff;
}

.label.label-danger {
    background: #fb434a;
    color: #ffffff;
}

.label.label-warning {
    background: #f39834;
    color: #ffffff;
}


/*
 * CAROUSEL
 */
.carousel .fa {
    font-family: FontAwesome !important;
    font-size: 24px;
}

.carousel .fa.icon-prev:before {
    content: "\f060";
}

.carousel .fa.icon-next:before {
    content: "\f061";
}

.carousel .carousel-indicators {
    bottom: 10px;
}

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
}

.carousel .carousel-caption {
    bottom: 40px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6 {
    color: #ffffff;
}

.owl-demo .item {
    height: 140px;
    background: #acb7bf;
    padding: 1rem;
}

.owl-demo .item * {
    color: #ffffff;
}

.owl-demo-img .owl-item img {
    height: 132px;
}

.owl-demo-video .item-video {
    height: 300px;
}


/*
 * COLLAPSE
 */
.accordion .panel {
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

.accordion .panel:first-child {
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
}

.accordion .panel:last-child {
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    border-bottom-width: 1px;
}

.accordion .panel .panel-heading {
    padding: 10px 20px;
    cursor: pointer;
}

.accordion .panel .panel-body {
    padding: 0px 20px 10px 20px;
}

.accordion.accordion-margin-bottom .panel {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
}

.accordion .accordion-indicator {
    padding-top: 1px;
    color: #2f3293;
}

.accordion .accordion-indicator .plus {
    display: none;
}

.accordion .accordion-indicator .minus {
    display: inline;
}

.accordion .collapsed .accordion-indicator .plus {
    display: inline;
}

.accordion .collapsed .accordion-indicator .minus {
    display: none;
}


/*
 * MODAL
 */
.modal .modal-content {
    border: none;
}

.modal .close {
    outline: none !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.modal .close span {
    position: relative;
    top: 3px;
}

.modal.modal-size-small .modal-dialog {
    max-width: 300px;
    width: auto;
}

@media (max-width: 543px) {
    .modal.modal-size-small .modal-dialog {
        max-width: none;
    }
}

.modal.modal-size-large .modal-dialog {
    max-width: 980px;
    width: auto;
}

.modal-backdrop {
    background: #24222f;
}

.modal-backdrop.in {
    opacity: .8;
}



/*
 * NOTIFICATIONS & ALERTS
 */
.alert {
    border: none;
    font-weight: normal;
    color: #ffffff;
}

.alert .close {
    color: #ffffff;
    opacity: .5;
    outline: none !important;
}

.alert .close:hover {
    opacity: 1;
}

.alert a, .alert .alert-link {
    font-weight: normal;
    color: #ffffff;
    opacity: .7;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.alert a:hover, .alert .alert-link:hover {
    opacity: 1;
}

.alert.alert-default {
    background: #acb7bf;
}

.alert.alert-primary {
    background: #2f3293;
}

.alert.alert-secondary {
    background: #6a7a84;
}

.alert.alert-success {
    background: #46be8a;
}

.alert.alert-info {
    background: #2f3293;
}

.alert.alert-warning {
    background: #f39834;
}

.alert.alert-danger {
    background: #fb434a;
}

.sweet-overlay {
    background: rgba(36, 34, 47, 0.3);
}

.sweet-alert h2 {
    font-weight: 400;
    position: relative;
    margin: 30px 0px 15px;
}

.sweet-alert p {
    margin: 0px 0px 10px;
}

.sweet-alert .lead {
    font-weight: 400;
    font-size: 18px;
    color: #514d6a;
    margin-bottom: 20px;
}

.sweet-alert .btn {
    min-width: 150px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin: 0px 5px 15px;
    border: none !important;
}

.sweet-alert .btn-success {
    background: #46be8a;
}

.sweet-alert .btn-warning {
    border-color: #f39834;
}

.sweet-alert .btn-danger {
    border-color: #fb434a;
}

.sweet-alert .btn-info {
    border-color: #2f3293;
}

.sweet-alert .sa-icon.sa-success .line {
    background-color: #46be8a;
}

.sweet-alert .sa-icon.sa-success .placeholder {
    border-color: #46be8a;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f39834;
}

.sweet-alert .sa-icon.sa-warning span {
    background: #f39834;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #fb434a;
}

.sweet-alert .sa-icon.sa-error .line {
    background-color: #fb434a;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #2f3293;
}

.sweet-alert .sa-icon.sa-info:before, .sweet-alert .sa-icon.sa-info:after {
    background-color: #2f3293;
}


/*
 * PAGINATION
 */
.pagination .page-link {
    border-color: #e8e9ea;
    color: #827ca1;
    outline: none;
    margin-bottom: 10px;
}

.pagination .page-link:hover, .pagination .page-link:focus {
    background: #acb7bf;
    color: #ffffff;
    border-color: #acb7bf;
}

.pagination .page-item.disabled .page-link {
    background: #eceff4;
}

.pagination .page-item.active .page-link {
    background: #2f3293;
    border-color: #2f3293;
}

.pager li > a {
    border-color: #e8e9ea;
    color: #827ca1;
    outline: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.pager li > a:hover, .pager li > a:focus {
    background: #acb7bf;
    color: #ffffff;
    border-color: #acb7bf;
}


/*
 * PROGRESS BARS
 */
.progress {
    height: 18px;
}

.progress:last-child {
    margin-bottom: 0px;
}

.progress-animation {
    -webkit-transition: all 0.1s !important;
    -o-transition: all 0.1s !important;
    transition: all 0.1s !important;
}

.progress-primary[value]::-webkit-progress-value, .progress[value]::-webkit-progress-value {
    background-color: #2f3293;
}

.progress-primary[value]::-moz-progress-bar, .progress[value]::-moz-progress-bar {
    background-color: #2f3293;
}

.progress-default[value]::-webkit-progress-value {
    background-color: #acb7bf;
}

.progress-default[value]::-moz-progress-bar {
    background-color: #acb7bf;
}

.progress-secondary[value]::-webkit-progress-value {
    background-color: #6a7a84;
}

.progress-secondary[value]::-moz-progress-bar {
    background-color: #6a7a84;
}

.progress-success[value]::-webkit-progress-value {
    background-color: #46be8a;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #46be8a;
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #fb434a;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #fb434a;
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f39834;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f39834;
}

.progress-info[value]::-webkit-progress-value {
    background-color: #2f3293;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #2f3293;
}


/*
 * COMPONENTS STEPS
 */
.step-block {
    color: #827ca1;
    background-color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: block;
}

.step-block .step-digit {
    float: left;
    margin-right: 20px;
    font-size: 42px;
    width: 56px;
    line-height: 35px;
    text-align: center;
}

.step-block .step-digit i {
    font-size: 36px;
}

.step-block .step-desc {
    padding-top: 5px;
}

.step-block .step-desc .step-title {
    font-weight: 600;
    font-size: 16px;
}

.step-block .step-desc p {
    margin-bottom: 5px;
}

.step-block.step-default, .step-block.step-primary, .step-block.step-secondary, .step-block.step-success, .step-block.step-info, .step-block.step-warning, .step-block.step-danger {
    color: #ffffff !important;
}

.step-block.step-default {
    background: #acb7bf !important;
    border-bottom-color: #acb7bf;
}

.step-block.step-primary {
    background: #2f3293 !important;
    border-bottom-color: #2f3293;
}

.step-block.step-secondary {
    background: #6a7a84 !important;
    border-bottom-color: #6a7a84;
}

.step-block.step-success {
    background: #46be8a !important;
    border-bottom-color: #46be8a;
}

.step-block.step-info {
    background: #2f3293 !important;
    border-bottom-color: #2f3293;
}

.step-block.step-warning {
    background: #f39834 !important;
    border-bottom-color: #f39834;
}

.step-block.step-danger {
    background: #fb434a !important;
    border-bottom-color: #fb434a;
}

.step-block.step-disabled {
    cursor: not-allowed;
    opacity: .65;
}

.step-block.step-squared {
    -webkit-border-radius: 0px;
            border-radius: 0px;
}

@media (max-width: 991px) {
    .step-block {
        margin-bottom: 16px !important;
        margin-top: 0px !important;
    }
}

.panel-heading .step-block {
    padding: 0px 0px 10px 0px;
    margin-bottom: -27px;
    margin-top: -10px;
    color: #827ca1 !important;
    background-color: #ffffff !important;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}

.panel-heading .step-block .step-digit {
    font-size: 28px;
    line-height: 38px;
    height: 24px;
    display: block;
    width: auto;
    min-width: 40px;
    margin: 0px 10px;
}

.panel-heading .step-block .step-digit i {
    font-size: 24px;
}

.panel-heading .step-block .step-desc {
    padding-top: 0px;
}

.panel-heading .step-block .step-desc .step-title {
    font-weight: 600;
    font-size: 14px;
}

.panel-heading .step-block .step-desc p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #bbb8cb;
}

@media (max-width: 991px) {
    .panel-heading [class^="col-"]:last-child .step-block {
        margin-bottom: 0px !important;
    }
}

.steps-inline {
    display: inline-block;
}

.steps-inline:before, .steps-inline:after {
    content: " ";
    display: table;
}

.steps-inline .step-block {
    float: left;
    height: 22px;
    border: none;
    border-left-width: 0px;
    background: #eceff4;
    line-height: 22px;
    color: #acb7bf;
    text-align: center;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    padding: 0px 15px;
}

.steps-inline .step-block:first-child {
    border-right-width: 1px;
    -webkit-border-radius: 100px 0px 0px 100px;
            border-radius: 100px 0px 0px 100px;
    padding-left: 18px;
}

.steps-inline .step-block:last-child {
    border-left-width: 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
            border-radius: 0px 100px 100px 0px;
    padding-right: 18px;
}

.steps-inline .step-block.active {
    background: #2f3293;
    color: #ffffff;
}


/*
 * BASIC TABLES
 */
.table {
    border-bottom: 1px solid #eceff4;
	margin-bottom: 20px !important;
}

.table thead th {
    border-bottom: 1px solid #eceff4;
    outline: none !important;
}

.table thead th:focus {
    background: #e0e0e0;
}

.table td, .table th {
    border-color: #eceff4;
}

.table td.last {
	text-align:right;
}

.table td:focus, .table th:focus {
    background-color: #eceff4;
}

.table tbody tr:first-child td {
    border-top: none;
}

.table.table-hover tbody tr:hover {
    background: #f2f4f8;
}

.table .thead-inverse th {
    background: #38354a;
}

.table .thead-default th {
    background: #e6e6e6;
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

.table-inverse thead th {
    border-bottom-color: #514d6a;
}

.table-inverse th, .table-inverse td {
    border-top-color: #514d6a;
}

.table-inverse th, .table-inverse td, .table-inverse thead th {
    background: #38354a;
}

.table-inverse th:focus, .table-inverse td:focus, .table-inverse thead th:focus {
    background: #e0e0e0;
}


/*
 * TABS
 */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs-horizontal .nav-tabs {
    border-bottom: 1px solid #e8e9ea;
}

.nav-tabs-horizontal .nav-tabs .nav-item {
    margin-bottom: -2px;
    cursor: pointer;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link.active, .nav-tabs-horizontal .nav-tabs .nav-item .nav-link:focus {
    border-bottom-color: #2f3293 !important;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link:hover {
    border-bottom-color: #e8e9ea;
}

.nav-tabs-vertical .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #e8e9ea;
    float: left;
    margin-right: 30px;
}

.nav-tabs-vertical .nav-tabs .nav-item {
    margin: 0px -2px 1px 0px;
    float: none;
    cursor: pointer;
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link {
    border: none;
    border-right: 3px solid transparent;
    padding-left: 0px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link.active, .nav-tabs-vertical .nav-tabs .nav-item .nav-link:focus {
    border-right-color: #2f3293 !important;
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link:hover {
    border-right-color: #e8e9ea;
}


/*
 * TOOLTIPS & POPOVERS
 */
.popover {
    border-color: #d2d9e5;
}

.popover .popover-arrow {
    border-width: 8px;
}

.popover .popover-arrow:after {
    border-width: 7px;
}

.popover.left .tooltip-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
    border-right-color: #d2d9e5;
    left: -8px;
}

.popover.left .tooltip-arrow:after,
.popover.bs-tether-element-attached-left .popover-arrow:after {
    bottom: -7px;
}

.popover.right .tooltip-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
    border-left-color: #d2d9e5;
    right: -8px;
}

.popover.right .tooltip-arrow:after,
.popover.bs-tether-element-attached-right .popover-arrow:after {
    bottom: -7px;
}

.popover.top .tooltip-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    border-bottom-color: #d2d9e5;
    top: -8px;
}

.popover.top .tooltip-arrow:after,
.popover.bs-tether-element-attached-top .popover-arrow:after {
    margin-left: -7px;
}

.popover.bottom .tooltip-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    border-top-color: #d2d9e5;
    bottom: -8px;
}

.popover.bottom .tooltip-arrow:after,
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
    margin-left: -7px;
}

.popover .popover-title {
    font-weight: 600;
    background: #eceff4;
    margin: -1px;
    padding: 8px 15px;
    -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
}

.tooltip .tooltip-inner {
    background: #514d6a;
    padding: 4px 15px;
    color: #ffffff;
    font-size: 14px;
}

.tooltip.left .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
    border-right-color: #514d6a;
}

.tooltip.right .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
    border-left-color: #514d6a;
}

.tooltip.top .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    border-bottom-color: #514d6a;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    border-top-color: #514d6a;
}


/*
 * EXAMPLE BLOCK
 */
.example-block {
    padding: 15px 15px;
    border: 1px solid #eceff4;
}

.example-block:before {
    content: 'EXAMPLE';
    display: block;
    margin-bottom: 15px;
    color: #827ca1;
}

/*
 * TEXT COLOR
 */
.color-black {
    color: #514d6a !important;
}

.color-white {
    color: #ffffff !important;
}

.color-default {
    color: #acb7bf !important;
}

.color-primary {
    color: #2f3293 !important;
}

.color-secondary {
    color: #6a7a84 !important;
}

.color-success {
    color: #46be8a !important;
}

.color-info {
    color: #2f3293 !important;
}

.color-warning {
    color: #f39834 !important;
}

.color-danger {
    color: #fb434a !important;
}

.color-orange {
    color: #f2a654 !important;
}

/*
 * TEXT COLOR
 */
.background-transparent {
    background-color: transparent !important;
}

.background-black {
    background-color: #514d6a !important;
}

.background-white {
    background-color: #ffffff !important;
}

.background-default {
    background-color: #acb7bf !important;
}

.background-primary {
    background-color: #2f3293 !important;
}

.background-secondary {
    background-color: #6a7a84 !important;
}

.background-success {
    background-color: #46be8a !important;
}

.background-info {
    background-color: #2f3293 !important;
}

.background-warning {
    background-color: #f39834 !important;
}

.background-danger {
    background-color: #fb434a !important;
}

/*
 * LINKS
 */
.link-underlined {
    border-bottom: 1px solid rgba(187, 184, 203, 0.5);
}

.link-underlined:hover {
    border-bottom-color: rgba(0, 136, 255, 0.4);
}

.link-blue {
    color: #0088ff;
}

.link-blue:hover {
    color: #0072d6;
}

.link-blue.link-underlined {
    border-bottom: 1px solid rgba(0, 136, 255, 0.3);
}

.link-blue.link-underlined:hover {
    border-bottom-color: rgba(0, 136, 255, 0.5);
}

/*
 * HEIGHT
 */
.height-50 {
    height: 50px;
}

.height-100 {
    height: 100px;
}

.height-120 {
    height: 120px;
}

.height-150 {
    height: 150px;
}

.height-200 {
    height: 200px;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-400 {
    height: 400px;
}

.height-450 {
    height: 450px;
}

.height-500 {
    height: 500px;
}

.height-700 {
    height: 700px;
}

/*
 * MIN HEIGHT
 */
.min-height-50 {
    min-height: 50px;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-150 {
    min-height: 150px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-250 {
    min-height: 250px;
}

.min-height-300 {
    min-height: 300px;
}

.min-height-350 {
    min-height: 350px;
}

.min-height-400 {
    min-height: 400px;
}

.min-height-450 {
    min-height: 450px;
}

.min-height-500 {
    min-height: 500px;
}

/*
 * MAX HEIGHT
 */
.max-height-50 {
    max-height: 50px;
}

.max-height-100 {
    max-height: 100px;
}

.max-height-150 {
    max-height: 150px;
}

.max-height-200 {
    max-height: 200px;
}

.max-height-250 {
    max-height: 250px;
}

.max-height-300 {
    max-height: 300px;
}

.max-height-350 {
    max-height: 350px;
}

.max-height-400 {
    max-height: 400px;
}

.max-height-450 {
    max-height: 450px;
}

.max-height-500 {
    max-height: 500px;
}

/*
 * WIDTH
 */
.width-full {
    width: 100%;
}

.width-10 {
    width: 10px;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-350 {
    width: 350px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-500 {
    width: 500px;
}

/*
 * MAX WIDTH
 */
.max-width-50 {
    max-width: 50px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-350 {
    max-width: 350px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-500 {
    max-width: 500px;
}

/*
 * OPACITY
 */
.opacity-0 {
    opacity: .0;
}

.opacity-01 {
    opacity: .1;
}

.opacity-02 {
    opacity: .2;
}

.opacity-03 {
    opacity: .3;
}

.opacity-04 {
    opacity: .4;
}

.opacity-05 {
    opacity: .5;
}

.opacity-06 {
    opacity: .6;
}

.opacity-07 {
    opacity: .7;
}

.opacity-08 {
    opacity: .8;
}

.opacity-09 {
    opacity: .9;
}

.opacity-10 {
    opacity: 1;
}

/*
 * TEXT ALIGN
 */
.text-top {
    vertical-align: top;
}

.text-middle {
    vertical-align: middle;
}

.text-bottom {
    vertical-align: bottom;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*
* TEXT ALIGN
*/
.font-size-0 {
    font-size: 0;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-70 {
    font-size: 70px;
}

.font-size-80 {
    font-size: 80px;
}

/*
* FONT WEIGHT
*/
.font-weight-unset {
    font-weight: unset;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*
* DISPLAY
*/
.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

/*
 * VERTICAL ALIGN
 */
.vertical-align {
    font-size: 0;
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.vertical-align-bottom, .vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

/*
* PADDING
*/
.padding-0 {
    padding: 0;
}

.padding-3 {
    padding: 3px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.padding-35 {
    padding: 35px;
}

.padding-40 {
    padding: 40px;
}

.padding-45 {
    padding: 45px;
}

.padding-50 {
    padding: 50px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-45 {
    padding-right: 45px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-3 {
    padding-left: 3px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-vertical-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-vertical-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-vertical-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padding-vertical-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-vertical-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padding-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-vertical-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-vertical-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

p.color-danger {
	margin:0;
}
/*
* MARGIN
*/
.margin-inline {
    margin: 0 0 0 5px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-0 {
    margin: 0;
}

.margin-3 {
    margin: 3px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.margin-30 {
    margin: 30px;
}

.margin-35 {
    margin: 35px;
}

.margin-40 {
    margin: 40px;
}

.margin-45 {
    margin: 45px;
}

.margin-50 {
    margin: 50px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-vertical-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.margin-vertical-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.margin-vertical-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-vertical-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-vertical-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-vertical-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-vertical-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-vertical-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.margin-vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-vertical-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.margin-vertical-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*
* WELL
*/
.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f4f8;
    border: 1px solid #f9fafb;
}

.well.well-sm {
    padding: 12px;
}

.well.well-lg {
    padding: 28px;
}

.dl-horizontal {
    margin: 0px;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

/*
* LISTS
*/
.list-icons {
    padding-left: 10px;
    margin-left: 0;
    list-style: none;
}

.list-icons .list-icon {
    width: 1em;
    margin: 0 6px 0 0;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/*
*  DONUTS
*/
.donut {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 4px solid #acb7bf;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.donut.donut-default {
    border-color: #acb7bf;
}

.donut.donut-primary {
    border-color: #2f3293;
}

.donut.donut-secondary {
    border-color: #6a7a84;
}

.donut.donut-success {
    border-color: #46be8a;
}

.donut.donut-warning {
    border-color: #f39834;
}

.donut.donut-danger {
    border-color: #fb434a;
}

.donut.donut-info {
    border-color: #2f3293;
}

.donut.donut-yellow {
    border-color: yellow;
}

/*
* BLOCKQUOTES
*/
blockquote {
    background: #f2f4f8;
    padding: 30px;
    border-left: 3px solid #e8e9ea;
}

blockquote.blockquote-right {
    text-align: right;
    border-left: none;
    border-right: 3px solid #e8e9ea;
}

blockquote .blockquote-footer {
    color: #d2d9e5;
}

/*
* SPINNER
*/
.util-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
       animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.util-spin-delayed {
    -webkit-animation: fa-spin-delayed 4s infinite ease-in-out;
    -o-animation: fa-spin-delayed 4s infinite ease-in-out;
       animation: fa-spin-delayed 4s infinite ease-in-out;
}

.util-spin-delayed-pseudo:before,
.util-spin-delayed-pseudo:after {
    display: inline-block;
    -webkit-animation: fa-spin-delayed 3s infinite ease-in-out;
    -o-animation: fa-spin-delayed 3s infinite ease-in-out;
       animation: fa-spin-delayed 3s infinite ease-in-out;
}

@-webkit-keyframes fa-spin-delayed {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/*
 * WIDGETS
 */
.widget {
    background: #ffffff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 16px;
    position: relative;
    border: 1px solid #e8e9ea;
}

.widget .widget-header {
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
}

.widget .widget-body {
    display: block;
    -webkit-border-radius: 0px 5px 5px 0px;
            border-radius: 0px 5px 5px 0px;
}

.widget .label {
    font-size: 85%;
}

@media (max-width: 767px) {
    .widget {
        margin-bottom: 15px;
    }
}

@media (max-width: 543px) {
    .widget {
        margin-bottom: .9375rem;
    }
}

.widget > .table {
    margin-bottom: 0px;
}

.widget > .table thead th {
    border-top: none !important;
}

.widget > .table thead th:first-child {
    -webkit-border-radius: 5px 0px 0px 0px;
            border-radius: 5px 0px 0px 0px;
}

.widget > .table thead th:last-child {
    -webkit-border-radius: 0px 5px 0px 0px;
            border-radius: 0px 5px 0px 0px;
}

.widget-one .widget-header {
    min-height: 100px;
    background-size: cover;
    padding: 40px;
    background-color: #e8e9ea;
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
}

.widget-one .widget-body {
    padding: 40px 25px 40px;
}

.widget-one .widget-body .s1 {
    float: left;
    margin-top: -75px;
}

.widget-one .widget-body .s2 {
    margin-left: 130px;
}

.widget-one .widget-body .avatar {
    height: 70px;
    width: 70px;
    padding: 5px;
    background: #ffffff;
}

.widget-one .widget-body .avatar img {
    -webkit-border-radius: 100%;
            border-radius: 100%;
}

.widget-one .widget-body .widget-info {
    margin-bottom: 10px;
    max-height: 42px;
    overflow: hidden;
}

.widget-two .widget-header {
    padding: 20px 25px;
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #eceff4;
}

.widget-two .widget-body {
    padding: 25px;
}

.widget-three {
    padding: 25px;
}

.widget-four {
    border: none;
    margin-bottom: 0px !important;
}

.widget-four .step-block {
    border: 1px solid #e8e9ea;
}

@media (max-width: 1365px) {
    .widget-four .step-block {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 767px) {
    .widget-four .step-block {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 543px) {
    .widget-four .step-block {
        margin-bottom: 10px !important;
    }
}

.widget-five .widget-header {
    padding: 20px 25px;
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #eceff4;
}

.widget-five .table thead th {
    border-top: none;
}

.widget-six .widget-header {
    padding: 20px 25px;
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #eceff4;
}

.widget-six .widget-body .chart {
    padding: 10px 10px 5px 0px;
}

.widget-six .chart-css-animations {
    -webkit-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
}

.widget-seven {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.widget-seven .widget-body {
    padding: 30px 25px 35px;
    height: 142px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
}

.widget-seven .widget-body h1, .widget-seven .widget-body h2, .widget-seven .widget-body h3, .widget-seven .widget-body h4, .widget-seven .widget-body h5, .widget-seven .widget-body h6,
.widget-seven .widget-body .h1, .widget-seven .widget-body .h2, .widget-seven .widget-body .h3, .widget-seven .widget-body .h4, .widget-seven .widget-body .h5, .widget-seven .widget-body .h6 {
    color: inherit;
    margin-bottom: 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}

.widget-seven .widget-body .widget-body-icon {
    display: inline-block;
    font-size: 80px;
    position: absolute;
    z-index: 1;
    bottom: -40px;
    right: -25px;
    opacity: .4;
}

.widget-seven .widget-body .widget-body-inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.widget-seven.background-primary, .widget-seven.background-secondary, .widget-seven.background-default, .widget-seven.background-info, .widget-seven.background-danger, .widget-seven.background-warning, .widget-seven.background-info, .widget-seven.background-success {
    color: #ffffff;
}

.widget-seven.background-primary a, .widget-seven.background-primary .counter-icon, .widget-seven.background-primary .counter-count, .widget-seven.background-secondary a, .widget-seven.background-secondary .counter-icon, .widget-seven.background-secondary .counter-count, .widget-seven.background-default a, .widget-seven.background-default .counter-icon, .widget-seven.background-default .counter-count, .widget-seven.background-info a, .widget-seven.background-info .counter-icon, .widget-seven.background-info .counter-count, .widget-seven.background-danger a, .widget-seven.background-danger .counter-icon, .widget-seven.background-danger .counter-count, .widget-seven.background-warning a, .widget-seven.background-warning .counter-icon, .widget-seven.background-warning .counter-count, .widget-seven.background-info a, .widget-seven.background-info .counter-icon, .widget-seven.background-info .counter-count, .widget-seven.background-success a, .widget-seven.background-success .counter-icon, .widget-seven.background-success .counter-count {
    color: #ffffff;
}

.widget-seven h5 {
    display: inline-block;
    padding-bottom: 5px;
}

.widget-seven .carousel-item {
    overflow: hidden;
}

.widget-seven .counter-icon {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-top: 18px;
    display: inline-block;
    color: #827ca1;
    font-size: 36px;
}

.widget-seven .counter-count {
    position: absolute;
    bottom: -15px;
    right: 5px;
    font-size: 42px;
    color: #827ca1;
}

.widget-seven .counter-count i {
    position: relative;
    top: -1px;
    margin-right: -4px;
    font-size: 32px;
}

/*
 * WIDGETS GLOBAL
 */
.mode-superclean .widget, .mode-superclean .step-block {
    border: none;
}

.conversation-block {
    overflow: auto;
}

.conversation-block .conversation-item {
    padding: 10px 0px;
}

.conversation-block .conversation-item:first-child {
    padding-top: 0px;
}

.conversation-block .conversation-item:last-child {
    padding-bottom: 0px;
}

.conversation-block .conversation-item .s1 {
    float: left;
}

.conversation-block .conversation-item .s1 .avatar {
    width: 50px;
    height: 50px;
}

.conversation-block .conversation-item .s2 {
    padding: 10px 15px 1px;
    background: #f2f4f8;
    margin-left: 70px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: relative;
}

.conversation-block .conversation-item .s2:after {
    position: absolute;
    top: 22px;
    left: -14px;
    width: 0px;
    height: 0px;
    display: block;
    content: '';
    border: 7px solid transparent;
    border-right-color: #f2f4f8;
}

.conversation-block .conversation-item.you .s1 {
    float: right;
}

.conversation-block .conversation-item.you .s2 {
    margin-left: 0px;
    margin-right: 70px;
}

.conversation-block .conversation-item.you .s2:after {
    left: auto;
    right: -14px;
    border: 7px solid transparent;
    border-left-color: #f2f4f8;
}

.user-wall .user-wall-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9ea;
}

.user-wall .user-wall-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.user-wall .user-wall-item .s1 {
    float: left;
}

.user-wall .user-wall-item .s1 .avatar {
    width: 50px;
    height: 50px;
}

.user-wall .user-wall-item .s2 {
    margin-left: 70px;
}

.user-wall .user-wall-item .user-wall-item-head {
    margin-bottom: 10px;
}

.user-wall .user-wall-item .user-wall-item-head strong {
    display: block;
}

.user-wall .user-wall-comments {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e9ea;
}

.user-wall .user-wall-comments .user-wall-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.user-wall .user-wall-posting {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e9ea;
}

@media (max-width: 992px) {
    .user-wall .user-wall-item .s1 {
        float: none;
        margin-bottom: 5px;
    }
    .user-wall .user-wall-item .s2 {
        margin-left: 0px;
    }
}



