﻿body {
    background-color: #eeeeee;
    padding-bottom: 20px;
    padding-top: 50px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.panel-custom-white {
    background-color: #ffffff;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 200px;
    padding-bottom: 20px;
    padding-top: 0;
}

.breadcrumb-wrapper {
    background-color: #f5f5f5;
    height: 36px;
}

.row {
    margin-bottom: 10px;
}

.checkbox {
    margin-right: 20px;
}

.row .breadcrumb {
    background-color: #ffffff;
}

.form-group .breadcrumb {
    padding-left: 0;
}

.panel-custom-white h3 {
    margin: 0;
}

.table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}

.table > tbody > tr > th {
    background-color: #efefef;
    border-top: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

.table > tbody > tr > td i {
    color: #bbb;
    font-size: 21px;
    padding-top: 1px;
}

.table > tbody > tr > td > a i {
    color: #333333;
    font-size: 21px;
    padding-top: 1px;
}

.table > tbody > tr > td .glyphicon, .table > tbody > tr > td .fa {
    color: #777;
    font-size: 22px;
}

    .table > tbody > tr > td .fa.fa-external-link {
        padding: 0 10px 0 0;
        font-size: 13px;
    }

.table > tbody > tr > td .badge.custom-count {
    margin: -4px 0 0 6px;
    position: absolute;
}

.table > tbody > tr > td ul .glyphicon, .table > tbody > tr > td ul .fa {
    font-size: 14px;
}

.table > tbody > tr > td .glyphicon.inactive, .glyphicon.inactive {
    color: #990000;
}

.table > tbody > tr > td .glyphicon.active, .glyphicon.active {
    color: #009900;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.panel-custom-white-header h1 {
    font-size: 24px;
    margin: 0;
}

.panel-custom-filter h2 {
    font-size: 20px;
}

.panel-custom-white-header {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 30px;
}

    .panel-custom-white-header.no-toolbar {
        margin-bottom: 30px;
    }

.panel-custom-white-toolbar {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.panel-custom-white-submenu {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.panel-custom-white-buttons {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.panel-custom-white-subheader {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    margin-top: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

.custom-message-wrapper {
    margin-top: 20px;
}

    .custom-message-wrapper .alert {
        margin-bottom: 0;
    }

td a .fa {
    padding: 0 5px 0 0;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #faa61a;
    border-color: #faa61a;
    color: #fff;
}

/* 3rd Level Menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        -ms-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            -ms-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

textarea.form-control {
    max-width: 100%;
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

.panel-custom {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .panel-custom h2 {
        margin-top: 0;
    }

.panel-custom-filter {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.panel-custom-upload {
    border: 1px solid #ccc;
    padding: 3px 10px;
    overflow: hidden;
}

.panelFilter {
    display: none;
}

    .panelFilter.open {
        display: block;
    }

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/* Galleries */

.previewThumbS {
    height: 20px;
    width: 20px;
    border-width: 0;
    cursor: pointer;
}

.previewThumbL {
    border: 10px solid #ffffff !important;
    box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: none;
    margin: -30px 0 0 30px;
    position: absolute;
    z-index: 8888;
}

.croppingWrapper {
    float: left;
}

.cropWrapper {
    float: left;
}

.previewOuterWrapper {
    float: right;
    margin: 0;
    padding: 0;
}

#previewWrapper {
    height: 200px;
    overflow: hidden;
    width: 200px;
    margin-left: 20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}

.bootbox .modal-dialog {
    margin: 150px auto;
}

.bootbox .modal-content {
    box-shadow: 0 5px 15px #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

td .glyphicon-info-sign {
    cursor: help;
}

.merge-arrow-right-wrapper {
    font-size: 40px;
    margin-top: 100px;
    text-align: center;
}

.merge-arrow-down-wrapper {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
}

.nav i.fa {
    font-size: 18px;
}

.navbar-inverse .navbar-brand a {
    color: #faa61a;
}

.GraveTabmoduleViewBlock {
    float: left;
    margin: 5px 0 20px;
    width: 100%;
}

.previewIconWrapper {
    display: inline;
}

/* Autocomplete */
.select2-container .select2-selection--single {
    height: 34px !important;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px !important;
    width: 29px !important;
}

.select2-dropdown {
    border: 1px solid #cccccc !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.form-group .row {
    margin-bottom: 0;
}

.has-error .select2-container .select2-selection {
    border-color: #843534 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(250, 166, 26, .6);
    border-color: #faa61a !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(250, 166, 26, .6);
    outline: 0;
}

.circularprogress {
    display: flex;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background: conic-gradient(#faa61a var(--progress), #eee 0deg);
    font-size: 0;
    margin: auto;
}

    .circularprogress::after {
        content: attr(data-progress) '%';
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        margin: 15px;
        border-radius: 50%;
        background: white;
        font-size: 20px;
        text-align: center;
    }

    .circularprogress.large {
        width: 149px;
        height: 149px;
    }

        .circularprogress.large::after {
            font-size: 28px;
        }

.table > tbody > tr > td .badge.video-count {
    margin: -8px 0 0 -10px;
    position: absolute;
}

.c-grid-container {
    margin: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    align-items: end;
}

.c-grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.c-grid-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.c-grid-item .img-transparent {
    opacity: .5;
}

.c-grid-item > .panel {
    position: absolute;
    bottom: -2px;
    width: 100%;
    opacity: .85;
}