@import url('https://fonts.googleapis.com/css?family=Abel|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.activeRegistration {
    padding: 15px;
    font-size: 18px;
}

body {
    background-color: #f1f3f5;
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    font-size: 13px;
}

h1, h2, h3, h4 {
    font-family: 'Abel', sans-serif;
}

input:focus {
    outline: none;
}

b {
    font-weight: 600;
}

a {
    color: #244f9e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #244f9e;
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.form-control {
    font-size: 13px;
}

.btn {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.right-btn {
    border-radius: 0px 5px 5px 0px;
}

.left-btn {
    border-radius: 5px 0px 0px 5px;
}

.pink {
    color: #244f9e;
}

.aside-navigation {
    width: 170px;
    background-color: #241f20;
    position: fixed;
    top: 60px;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
    color: #b7b8c3;
}

.aside-navigation > .nav-head {
    height: 50px;
    padding: 25px 0px 0px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background-color: #342f30;
    color: #fff;
}

.aside-navigation ul {
    list-style: none;
    margin-top: 25px;
}

.aside-navigation ul > li {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
}

.aside-navigation ul > li > a, .aside-navigation ul > li > a:visited, .aside-navigation ul > li > a:hover, .aside-navigation ul > li > a:focus {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    color: #b7b8c3;
    text-decoration: none;
}

.nav-headline {
    height: 30px;
    padding: 6px 0px 0px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background-color: #342f30;
    color: #fff;
}

.aside-navigation ul.nav-information {
    margin: 0px;
}

.aside-navigation ul.nav-information > li > span {
    padding-left: 25px;
    font-weight: 700;
}

.content {
    display: block;
    margin-left: 170px;
    padding: 25px 0px;
}

#subMenu {
    margin-top: -25px;
    background-color: #f1f3f5;
}

.btn > i {
    margin-right: 3px;
}

.btn-primary {
    background-color: #244f9e;
    border-color: #244f9e;
    -webkit-appearance: none !important;
}

.btn-default {
    color: #545454;
    background-color: #ececec;
    border-color: #d6d6d6;
}

.btn-primary:hover {
    background-color: #244f9e;
    border-color: #244f9e;
}

.btn-filter > button {
    margin: 5px 0px 25px 0px;
    border-radius: 0px;
    margin-right: -4px;
    padding: 5px 5px;
}

.btn-filter > button:focus {
    box-shadow: none;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 60px;
    height: 35px;
    background-color: #dddddd;
    border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
    background-color: #244f9e;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 28px;
}

.cmn-small-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-small-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.cmn-small-toggle-round + label {
    padding: 2px;
    width: 30px;
    height: 17px;
    background-color: #dddddd;
    border-radius: 30px;
}

input.cmn-small-toggle-round + label:before,
input.cmn-small-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-small-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

input.cmn-small-toggle-round + label:after {
    width: 15px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.cmn-small-toggle-round:checked + label:before {
    background-color: #244f9e;
}

input.cmn-small-toggle-round:checked + label:after {
    margin-left: 12px;
}

.input-group-icon span {
    background-color: #fff;
}

.input-group-icon input {
    border-right: #fff;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 60px;
}

.addOn-primary {
    background-color: #244f9e;
    color: #fff;
    font-weight: 100;
}

.content-headline h1 {
    margin-bottom: 15px;
}

.block {
    background-color: #fff;
}

.block-head {
    padding: 15px 15px 0px 15px;
}

.block-content {
    padding: 15px;
}

.block-col {
    background-color: #fff;
    margin-bottom: 15px;
}

.card-holder {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
}

.card-icon {
    display: flex;
}

.card-icon > .icon-holder {
    font-size: 40px;
    padding-right: 10px;
    margin-right: 10px;
    color: #3487aa;
    flex-wrap: nowrap;
}

.card-icon > .card-content {
    vertical-align: top;
    flex-wrap: nowrap;
}

.sectionHead {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #244f9e;
}

.select2 {
    display: block;
    width: 100% !important;
}

.select2-selection {
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    padding-top: 3px;
}

.select2-container--default .select2-selection--single {
    min-height: 34px;
    padding-top: 1px;
}

.ui-widget-header {
    background-color: #244f9e;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -10px;
    border: 1px solid #ddd;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 14px -4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 3px 14px -4px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 3px 14px -4px rgba(0, 0, 0, 0.9);
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
    background: #f6f6f6 !important;
}

.ui-slider .ui-slider-handle:hover {
    outline: none;
    background: #f6f6f6 !important;
}

.ui-state-active {
    border: 1px solid #ddd !important;
    background: #f6f6f6 !important;
    cursor: pointer;
}

.label-btn {
    margin-left: 10px;
    cursor: pointer;
    background-color: #244f9e;
    padding: 0px 3px;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.label-btn i {
    color: #fff;
}

.no-padding-l {
    padding-left: 0px
}

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

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}

.pd-t-5 {
    padding-top: 5px
}

.pd-t-10 {
    padding-top: 10px
}

.pd-t-15 {
    padding-top: 15px
}

.pd-t-20 {
    padding-top: 20px
}

.pd-t-25 {
    padding-top: 25px
}

.pd-b-5 {
    padding-bottom: 5px
}

.pd-b-10 {
    padding-bottom: 10px
}

.pd-b-15 {
    padding-bottom: 15px
}

.pd-b-20 {
    padding-bottom: 20px
}

.pd-l-5 {
    padding-left: 5px
}

.pd-l-10 {
    padding-left: 10px
}

.pd-l-15 {
    padding-left: 15px
}

.pd-l-20 {
    padding-left: 20px
}

.tag {
    padding: 5px 15px;
}

.tag-success {
    background-color: #38d068;
    border-radius: 5px;
    color: #fff;
}

.tag-info {
    background-color: #3f9cd0;
    border-radius: 5px;
    color: #fff;
}

.block-top-menu {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 15px;
}

.cat-holder {
    display: inline-block;
}

.block-top-menu > ul {
    padding: 0px;
    height: 40px;
    margin: 0px 25px 0px 0px;
    display: inline-block;
}

.block-top-menu > ul .overlay {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    position: absolute;
    width: 300px;
    z-index: 99;
    padding: 15px;
    display: none;
}

.block-top-menu > ul > li {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

#artist-warning{
    color: #d6a213;
}

#dashboard-paging a {
    margin: 0 3px;
    padding: 2px 5px;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 600;
}

#dashboard-paging a:active, #dashboard-paging a:visited, #dashboard-paging a:focus {
    text-decoration: none;
}

#dashboard-paging a.active, #dashboard-paging a:hover {
    color: #244f9e;
    background-color: #ffffff;
    border-bottom: 2px solid #244f9e;
    text-decoration: none;
}

#dashboard-paging a.arrow {
    font-size: 11px;
}

#dashboard-paging a.arrow:hover {
    color: #244f9e;
    background-color: #ffffff;
    border-bottom: none;
    text-decoration: none;
}

.details-element {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;

}

.details-thumb-holder{
    display: inline-block;
    vertical-align: top;
    border: 1px dashed #d6d6d6;
    color: #d6d6d6;
}


#documentList {
    list-style: none;
}

#documentList li {
    margin-top: 10px;
}

#documentList li i {
    color: #244f9e;
}

.container-fluid {
    padding: 0 3%;
}

.css-radio span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
}

.css-radio span:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.css-radio input[type=radio] {
    position: absolute;
    margin: 4px;
    opacity: 0;
}

.css-radio input[type=radio]:checked + span:after {
    background-color: #244f9e;
    opacity: 1;
}

.action-btn {
    float: right;
    margin-left: 10px;
}

.small-upper-icon {
    position: relative;
    left: -6px;
    top: -6px;
    font-size: 10px;
}

.small-lower-icon {
    position: relative;
    left: -4px;
    top: 4px;
    font-size: 10px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0.74em;
    vertical-align: middle;
}

.centered-text {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

.centered-text span {
    display: table-cell;
    vertical-align: middle;
}

.artware-tabs {
    background: #fff
}

.artware-tabs > .nav-item > .nav-link {
    color: #545454;
    font-size: 14px;
    padding: 14px 22px;
}

.artware-tabs > .nav-item > .nav-link:hover {
    color: #244f9e;
    border: none;
    font-size: 14px;
    padding: 14px 23px;
}

.artware-tabs > .nav-item > .nav-link.active {
    border: none;
    color: #545454;
    border-bottom: 2px solid #244f9e;
}

.artware-tabs > .nav-item > .nav-link.active:hover {
    padding: 14px 22px;
}

.custom-checkbox {
    padding-top: 5px;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #244f9e;
}

.custom-control-indicator.checked {
    color: #fff;
    background-color: #244f9e;
    background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.custom-control-input:checked ~ .custom-control-indicator:focus {
    color: #fff;
    background-color: #244f9e;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-indicator {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:focus {
    border: none;
    outline: none;
}

.timeline {
    padding: 0px 15px;
}

.timeline > .line {
    display: block;
    width: 10px;
    height: 100%;
    background-color: #244f9e;
    position: absolute;
    z-index: 0;
}

.timeline .year-tag {
    margin-left: -20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #244f9e;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.timeline .batch {
    vertical-align: top;
    display: inline-block;
    margin-left: -13px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 25px 25px 0px 25px;
    color: #fff;
    position: relative;
    top: 29px;
}

.timeline .batch.left {
    transform: rotate(135deg);
}

.timeline .batch.left i {
    transform: rotate(-135deg);
}

.timeline .batch.right {
    transform: rotate(-45deg);
}

.timeline .batch.right i {
    transform: rotate(45deg);
}

.timeline .record {
    width: 100%;
}

.timeline .record.right {
    text-align: left;
}

.timeline .record.left {
    text-align: right;
    margin-left: -570px;
}

.timeline .container-time {
    padding-left: 50px;
}

.timeline .container-time > h4 {
    font-size: 1.3rem;
}

.batch.condition-report {
    background-color: #11b99b;
    border: 2px solid #188672;
}

.batch.painted {
    background-color: #b96c89;
    border: 2px solid #a35b76;
}

.batch.gallery {
    background-color: #11b99b;
    border: 2px solid #188672;
}

.batch.comment {
    background-color: #e0d500;
    border: 2px solid #c1b103;
}

.batch.purchased {
    background-color: #009fcf;
    border: 2px solid #0082af;
}

.batch.ensured {
    background-color: #b20091;
    border: 2px solid #910075;
}

.batch.booked {
    background-color: #1565C0;
    border: 2px solid #0D47A1;
}

.batch.started {
    background-color: #64b660;
    border: 2px solid #51a154;
}

.batch.location {
    background-color: #e87210;
    border: 2px solid #d37011;
}

.batch.hanging {
    background-color: #e80023;
    border: 2px solid #a30017;
}

.batch.expense {
    background-color: #e84444;
    border: 2px solid #b64544;
}

.batch.condition {
    background-color: #12ab03;
    border: 2px solid #159303;
}

.ui-datepicker .ui-widget-header {
    background-color: #fff;
    border: none;
    text-align: center;
}

.ui-datepicker .ui-state-active {
    color: #244f9e;
    font-weight: 600;
}

.ui-datepicker .ui-state-default {
    border-radius: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.no-link-styling:visited, .no-link-styling:hover, .no-link-styling:focus, .no-link-styling {
    color: #424242;
    text-decoration: none;
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #244f9e;
}

.overflow-hidden {
    overflow: hidden;
}

.input-group .select2-selection {
    border-radius: 0px;
    border-right: 1px solid #fff !important;
}

.input-group button {
    height: 34px;
    border-radius: 0px 4px 4px 0px;
}

li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}

.select2-selection__rendered {
    height: 100%;
    white-space: normal !important;
}

.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    top: 6px;
    position: absolute;
    right: 10px;
}

.has-danger .input-group {
    border: 1px solid #d9534f;
    border-radius: 5px;
}

.block-tabs {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.block-tabs > li {
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    background-color: #244f9e;
    color: #fff;
    cursor: pointer;
}

.block-tabs > li.active {
    color: #244f9e;
    background-color: #fff;
    cursor: default;
}

@media (max-width: 1260px) {

    .timeline .record.left {
        text-align: right;
        margin-left: -270px;
    }
}

#open-menu-resp, #close-menu-resp {
    display: none;
}

@media (max-width: 991px) {
    .resp-expander {
        overflow: hidden;
    }
}

@media (min-width: 769px) {
    .fix-for-scrolling {
        position: fixed;
        margin-right: 15px;
    }
}

@media (max-width: 769px) {
    .aside-navigation {
        margin-top: 5px;
        width: 35px;
        height: 35px;
        border-radius: 0px 5px 5px 0px;
        overflow: hidden;
    }

    #open-menu-resp {
        display: inline-block;
        font-size: 2em;
        padding: 5px;
        cursor: pointer;
    }

    #close-menu-resp {
        display: inline-block;
        float: right;
        padding: 5px;
        margin-top: -25px;
        cursor: pointer;
    }

    .aside-navigation > .nav-head {
        display: none;
    }

    .aside-navigation ul {
        display: none;
    }

    .content {
        margin-left: 0px;
    }
}