﻿html{
    font-family: 'Roboto', sans-serif;
}
.no-wrap{
    white-space: nowrap;
}
.header-container nav img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    max-height: 75px;
}

.ball-pulse {
    width: 57px;
}

.login-container {
    width: 400px !important;
    max-width: 400px !important;
    margin: 7% auto auto;
    position: relative;
}

    .login-container .loginbox {
        width: 400px !important;
        position: relative;
        height: auto !important;
        padding: 0 0 40px 0;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    }

        .login-container .loginbox .loginbox-textbox .form-control {
            -webkit-background-clip: padding-box !important;
            -moz-background-clip: padding !important;
            background-clip: padding-box !important;
        }

.loginbox-textbox input {
    height: 40px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

.login-container .loginbox .loginbox-textbox {
    padding: 10px 45px;
}

#btn-submit {
    padding: 20px;
    border-radius: 0;
    font-size: 18px;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.loginbox-title img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
    max-height: 125px;
}

.remember-me {
    margin-left: 50px;
    font-weight: normal;
    margin-top: 10px;
}

.container.body-content {
    margin-left: 210px;
}

.body-content {
    height: calc(100% - 115px);
    overflow: auto;
    width: calc(100% - 240px);
    margin-left: 240px;
}

.height-45 {
    height: 45px;
}
.mb-0{
    margin-bottom: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5{
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.no-padding {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.line-height-38 {
    line-height: 38px;
}

.loader {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 2000;
    background-color: rgba(0, 52, 104, 1);
}

    .loader .loader-inner {
        position: absolute;
        left: 50%;
        top: calc(50% - 50px);
    }
/**
 * Sidebar
 */
.sidebar-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    background-color: #263238;
    color: rgba(255, 255, 255, 0.75);
    z-index: 20;
}

    .sidebar-container a.sb-link {
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
    }

.sidebar-header {
    height: 115px;
    padding: 0 16px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

    .sidebar-header > .sidebar-header-logo {
        display: inline-block;
        height: 100%;
        line-height: 65px;
        text-decoration: none;
        color: inherit;
        font-size: 22px;
        letter-spacing: .023em;
    }

        .sidebar-header > .sidebar-header-logo > img,
        .sidebar-header > .sidebar-header-logo > svg {
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: -5%;
        }

            .sidebar-header > .sidebar-header-logo > img + .sidebar-header-logo-text,
            .sidebar-header > .sidebar-header-logo > svg + .sidebar-header-logo-text {
                margin-left: 16px;
            }

        .sidebar-header > .sidebar-header-logo > svg {
            fill: #fff;
        }

    .sidebar-header > .sidebar-header-logo-text {
        font-weight: 500;
        font-size: 20px;
        vertical-align: middle;
    }

    .sidebar-header + .sidebar-content {
        height: calc(100% - 115px);
        overflow: auto;
    }

.sidebar-content {
    border-right: 1px solid rgba(0, 0, 0, 0.11);
}

.sidebar-toolbar {
    position: relative;
    z-index: -1;
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    padding: 60px 20px;
}

    .sidebar-toolbar + .sidebar-nav {
        padding-top: 0;
    }

.sidebar-nav {
    padding-top: 16px;
    font-weight: 500;
    background-color: inherit;
}

    .sidebar-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .sidebar-nav ul > li > a {
            display: block;
            padding: 0 16px 0 0;
            height: 50px;
            line-height: 50px;
            text-decoration: none;
            letter-spacing: 0.0125em;
            color: inherit;
            overflow: hidden;
        }

            .sidebar-nav ul > li > a > .nav-icon {
                position: relative;
                display: inline-block;
                width: 1em;
                height: 1em;
                margin-right: 16px;
                text-align: center;
                font-size: 24px;
                vertical-align: middle;
            }

                .sidebar-nav ul > li > a > .nav-icon > em,
                .sidebar-nav ul > li > a > .nav-icon > img,
                .sidebar-nav ul > li > a > .nav-icon > svg {
                    position: absolute;
                    display: inline-block;
                    color: inherit;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    line-height: 1;
                    color: #448AFF;
                    fill: #64B5F6;
                }

            .sidebar-nav ul > li > a > .nav-label,
            .sidebar-nav ul > li > a > .nav-caret {
                line-height: inherit;
            }

            .sidebar-nav ul > li > a > .nav-label {
                margin-right: 16px;
                margin-top: -2px;
            }

            .sidebar-nav ul > li > a > .nav-caret {
                margin-left: 11px;
            }

                .sidebar-nav ul > li > a > .nav-caret + .nav-label {
                    margin-right: 0;
                }

            .sidebar-nav ul > li > a:hover,
            .sidebar-nav ul > li > a:focus {
                background-color: rgba(162, 162, 162, 0.09);
            }

                .sidebar-nav ul > li > a:hover > .nav-icon em,
                .sidebar-nav ul > li > a:focus > .nav-icon em {
                    color: #448AFF;
                }

        .sidebar-nav ul > li.active {
            background-color: rgba(162, 162, 162, 0.026);
        }

            .sidebar-nav ul > li.active > a > .nav-icon em {
                color: #448AFF;
            }

            .sidebar-nav ul > li.active > ul li.active a {
                background-color: rgba(162, 162, 162, 0.026);
            }

        .sidebar-nav ul > li ul > li > a {
            padding-left: 50px;
        }

        .sidebar-nav ul > li ul > li ul > li > a {
            padding-left: 66px;
            padding-right: 0;
        }

        .sidebar-nav ul > li > ul {
            height: 0;
            overflow: hidden;
            -webkit-transition: height 0.55s cubic-bezier(0.35, 0, 0.25, 1);
            -o-transition: height 0.55s cubic-bezier(0.35, 0, 0.25, 1);
            transition: height 0.55s cubic-bezier(0.35, 0, 0.25, 1);
        }

            .sidebar-nav ul > li > ul > li > a {
                margin-left: -20px;
                opacity: 0;
                -webkit-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                transition: 0.5s ease;
                -webkit-transition-property: opacity, margin-left;
                transition-property: opacity, margin-left;
            }

        .sidebar-nav ul > li > a > .nav-caret {
            -webkit-transition: -webkit-transform 0.2s ease;
            -moz-transition: -moz-transform 0.2s ease;
            -o-transition: -o-transform 0.2s ease;
            transition: transform 0.2s ease;
        }

        .sidebar-nav ul > li.active > ul {
            height: auto;
        }

            .sidebar-nav ul > li.active > ul > li > a {
                opacity: 1;
                margin-left: 0;
            }

        .sidebar-nav ul > li.active > a > .nav-caret {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.login-container.animated.fadeInDown {
    background-color: white;
}

.swal-inner label {
    font-size: 12px;
    font-weight: normal;
    line-height: 33px;
}

.actions .btn.btn-default.dropdown-toggle {
    border-top: 1px solid #ECEFF1 !important;
    border-bottom: 1px solid #ECEFF1 !important;
}
/*.actions .dropdown.btn-group {
    border-right: 1px solid #ECEFF1 !important;
}*/
.actions > button {
    padding: 5px 10px !important;
}

.required-error {
    border: 1px solid red !important;
}
/* Select 2 */

.select2-selection {
    height: 34px !important;
}

.select2-container--default {
    line-height: 34px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-search__field {
    height: 34px !important;
    padding-top: 0;
}
/* End Select 2*/
.flying-steps label {
    margin-top: 10px;
}

.disabled {
    opacity: .3;
    cursor: not-allowed;
}

#add-alternatives .dz-message {
    margin-top: 25px;
}

#add-alternatives .dropzone {
    height: 50px;
}

#alternative-name {
    min-height: 60px;
}

.flying-motion-action-button {
    text-decoration: underline;
    font-size: 12px;
}

.mb-20 {
    margin-bottom: 20px;
}

.select-addressee {
    height: 140px;
}

h6 {
    margin-top: 0;
}

.table-hover td {
    cursor: pointer;
}

.card-loader {
    height: 200px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.admin-card {
    background-color: #f5f5f5;
}

.card-loader > div {
    background-color: rgb(0,52,104) !important;
}

.card .card-heading {
    padding: 16px 16px 0 16px;
}

.theme-9 .layout-container > aside > .sidebar-header {
    box-shadow: none;
}

.sidebar-content {
    border-right: none;
}

.border-none {
    border: none !important;
}

.p-md {
    padding: 8px;
}

.top-logo {
    max-width: 400px;
}

input {
    background-color: transparent !important;
}

.bootgrid-table th:hover, .bootgrid-table th:active {
    background-color: rgba(255,255,255,.2) !important;
}

.mr-6 {
    margin-right: 6px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-0 {
    padding-right: 0 !important;
}

.p-10 {
    padding: 10px !important;
}
.mb-10{
    margin-bottom: 10px;
}

.bootgrid-table td.loading, .bootgrid-table td.no-results {
    background-color: rgba(255,255,255,.2) !important;
}

a:focus, .btn-link:focus, a:hover, .btn-link:hover {
    cursor: pointer !important;
    font-weight: bold;
}

.loginbox-title img {
    max-width: 280px;
}

.popover-title {
    padding: 0 14px;
}

.sidebar-content {
    overflow: hidden;
}

.validation-summary-errors li {
    list-style-type: none;
    text-align: center;
    margin-right: 44px;
    margin-top: 20px;
}

.red {
    color: red;
}

.modal-800 {
    width: 800px !important;
}

.invisible {
    opacity: 0;
}

.popover-title {
    text-align: center;
}

.remember-me {
    color: black;
}

.sidebar-content .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

.sidebar-content .mCSB_scrollTools .mCSB_draggerContainer {
    left: 9px !important;
}

.relative {
    position: relative;
}

#register-url-icon, #email-url-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #009a9d !important;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: white !important;
}
.min-height-300{
    min-height: 300px;
}
.min-height-200{
    min-height: 200px;
}

.summernote-template-select {
    width: 200px;
    height: 28px;
    margin-top: 1px;
    float: right;
    margin-left: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.form-control {
    background-color: white !important;
}
.pointer {
    cursor: pointer;
}
.borderless td, .borderless th {
    border: none;
    border-top: none !important;
}
.btn-expand-table {
    cursor: pointer;
    float: right;
}

.row-select-all {
    margin-left: 9px;
    margin-right: 0;
}