﻿html {
    color: #72848c;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
}

body {
    background-color: #f5f5f5 !important;
    color: #72848c !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.618;
    letter-spacing: 0.03em;
}

    body.fix-body {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.row {
    margin-right: -10px;
    margin-left: -10px;
}

col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1200px) { /*xl*/
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 991px) { /*lg*/
    html {
        font-size: 11px;
    }
    body {
        font-size: 11px;
    }
    .container {
        max-width: 820px;
    }
}

@media only screen and (max-width: 767px) { /*md*/
    .container {
        max-width: none;
        padding-right: 5px;
        padding-left: 5px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

}

.hidden {
    display: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.page-content {
  
    overflow: hidden;
}

a {
    color: #07a7e3;
}

    a:hover {
        color: #07a7e3;
    }

    a.object-link:not([href]):not([tabindex]), a.object-link:not([href]):not([tabindex]):hover {
        color: #07a7e3;
        text-decoration: none;
    }

    a.object-icon-link:not([href]):not([tabindex]), a.object-icon-link:not([href]):not([tabindex]):hover {
        color: #07a7e3;
        text-decoration: none;
    }

img {
    -ms-interpolation-mode: bicubic;
}

input, select, textarea {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    /*-webkit-appearance: none;*/
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

a:focus {
    outline: none;
    outline-offset: initial;
}

select {
    padding: 4px 6px;
}

.anchor-offset {
    display: block;
    position: relative;
    top: -155px;
    visibility: hidden;
}

.modal-content {
    border: none;
}

/*.modal-body {
    overflow-y: auto;
    max-height: 500px;
}*/

#modal-error .modal-header i {
    font-size: 3rem;
    margin: 5px auto;
    color: #de9ba2;
}

#modal-message .modal-header i {
    font-size: 3rem;
    margin: 5px;
    color: #aacdda;
}

.modal-loading-container {
    width: 100%;
}

.modal-circle-loader-wrapper {
    width: 90px;
    padding-top: 50px;
    margin: auto
}

.modal-loading-message-container {
    text-align: center;
    margin-bottom: 50px;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 16rem;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #07a7e3;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #07a7e3;
}

.bootstrap-datetimepicker-widget .picker-switch span {
    color: #07a7e3;
}

button.btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #d2d2d2;
    display: inline-block;
    cursor: pointer;
    color: #72848c;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

    button.btn:hover {
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        background-color: #f6f6f6;
    }

    button.btn:focus {
        box-shadow: none !important;
    }

    button.btn.btn-primary {
        border-color: #07a7e3;
        color: #fff;
        box-shadow: none;
        text-shadow: none;
        background: linear-gradient(to bottom, #07a7e3 5%, #0697ce 100%);
        background-color: #07a7e3;
    }

        button.btn.btn-primary:hover {
            border-color: #07a7e3;
            background: linear-gradient(to bottom, #0697ce 5%, #07a7e3 100%);
            background-color: #0697ce;
        }

        button.btn.btn-primary:active {
            border-color: #07a7e3 !important;
            background-color: #07a7e3 !important;
        }

    button.btn.btn-danger {
        border-color: #dc3545;
        color: #fff;
        box-shadow: none;
        text-shadow: none;
        background: linear-gradient(to bottom, #dc3545 5%, #bf2e3c 100%);
        background-color: #dc3545;
    }

        button.btn.btn-danger:hover {
            border-color: #dc3545;
            background: linear-gradient(to bottom, #bf2e3c 5%, #dc3545 100%);
            background-color: #bf2e3c;
        }

        button.btn.btn-danger:active {
            border-color: #dc3545 !important;
            background-color: #dc3545 !important;
        }

    button.btn.btn-success {
        border-color: #28a745;
        color: #fff;
        box-shadow: none;
        text-shadow: none;
        background: linear-gradient(to bottom, #28a745 5%, #218838 100%);
        background-color: #28a745;
    }

        button.btn.btn-success:hover {
            border-color: #28a745;
            background: linear-gradient(to bottom, #218838 5%, #28a745 100%);
            background-color: #218838;
        }

        button.btn.btn-success:active {
            border-color: #28a745 !important;
            background-color: #28a745 !important;
        }

    button.btn.btn-warning {
        border-color: #ffc107;
        color: #fff;
        box-shadow: none;
        text-shadow: none;
        background: linear-gradient(to bottom, #ffc107 5%, #dea806 100%);
        background-color: #ffc107;
    }

        button.btn.btn-warning:hover {
            border-color: #ffc107;
            background: linear-gradient(to bottom, #dea806 5%, #ffc107 100%);
            background-color: #dea806;
        }

        button.btn.btn-warning:active {
            border-color: #ffc107 !important;
            background-color: #ffc107 !important;
        }

button.btn-mini {
    font-size: 0.9rem;
    padding: 4px 15px;
}

.dropdown-toggle-container .btn-group button {
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid #dee2e6;
    font-weight: normal;
    background: #fff;
    background-color: #fff;
}

    .dropdown-toggle-container .btn-group button.dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .dropdown-toggle-container .btn-group button.dropdown-toggle:hover {
            background-color: #e3eaf9;
        }

        .dropdown-toggle-container .btn-group button.dropdown-toggle:hover {
            background-color: #e3eaf9;
        }

.dropdown-toggle-container .btn-group .dropdown-item {
    color: #72848c;
    padding: .4rem 1rem;
}

    .dropdown-toggle-container .btn-group .dropdown-item:active {
        background-color: #f8f9fa;
    }

.dropdown-toggle-container .btn-group > .btn {
    white-space: normal;
    text-align: left;
}

.file-upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .file-upload-wrapper input[type=file] {
        width: 145px;
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }


.tab-content > .tab-pane {
    margin-top: 20px;
}

/*.nav-pills {
    margin-bottom: 20px;
    margin-left: 0px;
    list-style: none;
}

    .nav-pills > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 2px;
        margin-bottom: 2px;
        border-radius: 0px;
    }

    .nav-pills > li > a {
        display: block;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 2px;
        line-height: 14px;
    }

        .nav-pills > li > a:hover {
            background-color: rgb(238, 238, 238);
            text-decoration: none;
        }

    .nav-pills > .active > a, .nav-pills > .active > a:hover {
        color: #fff;
        background-color: #07a7e3;
    }

    .nav-pills::before, .nav-pills::after {
        display: table;
        line-height: 0;
        content: "";
    }*/

.circle-loader {
    margin-bottom: 3.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

    .checkmark.draw:after {
        animation-duration: 800ms;
        animation-timing-function: ease;
        animation-name: checkmark;
        transform: scaleX(-1) rotate(135deg);
    }

    .checkmark:after {
        opacity: 1;
        height: 3.5rem;
        width: 1.75rem;
        transform-origin: left top;
        border-right: 3px solid #5cb85c;
        border-top: 3px solid #5cb85c;
        content: '';
        left: 1.5rem;
        top: 3.5rem;
        position: absolute;
    }

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75rem;
        opacity: 1;
    }

    40% {
        height: 3.5rem;
        width: 1.75rem;
        opacity: 1;
    }

    100% {
        height: 3.5rem;
        width: 1.75rem;
        opacity: 1;
    }
}


/*Checkboxes styles*/
/*input[type="checkbox"] {
    display: none;
}*/

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 12px;
        color: #72848c;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        width: fit-content;
    }

        input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            border: 1px solid #07a7e3;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


label.error {
    color: #DA4F49;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
}




    .object-icon-link > .object-icon {
        display: table-cell;
        vertical-align: middle;
    }

    .object-icon-link > .object-label {
        display: table-cell;
        vertical-align: middle;
    }

    .object-icon-link > .object-icon > img {
        width: 32px;
        height: 32px;
        margin-right: 7px;
        border-radius: 50%;
        background-position: center;
        background-size: contain;
    }


.infinite-scroll-loading-container {
    width: 31px;
    margin: 20px auto;
}

.infinite-scroll-loading-icon {
    width: 31px;
}


/*Stacked Menu*/
.stacked-menu-container {
    margin-bottom: 20px;
}

.stacked-menu-heading {
    margin: 0 0 5px 0;
    font-weight: 500;
}

.stacked-menu {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

    .stacked-menu.separated .stacked-menu-item {
        margin-bottom: 5px;
    }

    .stacked-menu.separated .stacked-menu-item:last-child {
        margin-bottom: 0;
    }

.stacked-menu-item {
    padding: 3px;
}

    .stacked-menu-item:hover, .stacked-menu-item.active {
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.09), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
        -webkit-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        -moz-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        -o-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        -webkit-border-radius: 0.4167rem;
        -moz-border-radius: 0.4167rem;
        -ms-border-radius: 0.4167rem;
        -o-border-radius: 0.4167rem;
        border-radius: 0.4167rem;
    }

.stacked-menu-item-padded {
    padding-bottom: 3px;
}

.stacked-menu-item-link {
    color: inherit;
}

    .stacked-menu-item-link:hover {
        color: inherit;
        text-decoration: none;
    }

.stacked-menu-item-container {
    height: 100%;
    overflow: hidden;
}

.stacked-menu-item-container.indented {
    padding-left: 5px;
}

.stacked-menu-item-icon-container {
    float: left;
}

i.stacked-menu-item-icon {
    font-size: 1.7rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    i.stacked-menu-item-icon.bullet {
        font-size: 0.5rem;
    }

img.stacked-menu-item-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
}

.stacked-menu-item-label-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stacked-menu-item-label {
    left: 38px;
    line-height: 30px;
    padding-left: 8px;
}

.stacked-menu-ellipsis {
    display: inline-block;
}

    .stacked-menu-ellipsis i {
        font-size: 1.6rem;
        color: #72848c;
        cursor: pointer;
        padding: 6px 6px 0 6px;
    }

@media only screen and (max-width: 767px) { /*md*/
    .stacked-menu-container {
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.09), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
        -webkit-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        -moz-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        -o-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        -webkit-border-radius: 0.4167rem;
        -moz-border-radius: 0.4167rem;
        -ms-border-radius: 0.4167rem;
        -o-border-radius: 0.4167rem;
        border-radius: 0.4167rem;
    }

    .stacked-menu {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .stacked-menu-item {
        display: inline-block;
        padding: 8px;
    }

        .stacked-menu-item:hover {
            cursor: pointer;
            box-shadow: none !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            -ms-border-radius: 0 !important;
            -o-border-radius: 0 !important;
            border-radius: 0 !important;
        }

    .stacked-menu-item-icon-container {
        float: none;
        width: 35px;
        height: 35px;
    }

    img.stacked-menu-item-icon {
        width: 35px;
        height: 35px;
    }

    .stacked-menu-item-label-container {
        width: 35px;
        padding-top: 10px;
        font-size: 8px;
    }

    .stacked-menu-item-label {
        padding: 0;
        line-height: inherit;
    }
}


.details-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .details-list li {
        font-size: 1.1rem;
        margin: 8px 0;
    }

        .details-list li:first-child {
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 2.2rem;
        }

        .details-list li.small-title {
            font-size: 1rem;
            line-height: 2rem;
        }

    .details-list i {
        width: 15px;
        text-align: center;
        margin-right: 5px;
    }


.page-content-container {
    margin-top: 30px;
    margin-bottom: 10px;
}