@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(iconfont/MaterialIcons-Regular.woff2) format('woff2'),
        url(iconfont/MaterialIcons-Regular.woff) format('woff'),
        url(iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.id {
    width: 80px;
}

.icon {
    width: 80px;
    text-align: center;
}

.required {
    color: #f00;
}

.active {
    background-color: #fff;
    color: #333 !important;
}

#per_page {
    width: 110px;
    margin-left: 20px;
}

#search {
    width: 300px;
}

.page-title {
    color: #fff;
    cursor: default;
}

.active a {
    color: #fff
}

.nav .active {
    border-left: 4px solid #669999;
}

.menu_icon {
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.active:hover {
    color: #E3A100;
}

.nav-item-multiple {
    border-bottom: 1px solid #343a40;
}

.sidebar {
    position: absolute;
    position: fixed;
    width: 300px;
    min-width: 300px;
    /* overflow: hidden; */
    overflow: auto;
    background-color: #333;
    z-index: 2;
    /* scrollbar on IE */
    -ms-scrollbar-base-color: #669999;
    -ms-scrollbar-track-color: transparent;
    -ms-scrollbar-arrow: none;
    /* scrollbar on firefox */
    scrollbar-width: thin;
    scrollbar-color: #669999 transparent;
}

/* scrollbar on chrome/safari */
.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #669999;
}

.dark-blue-bg {
    background-color: #333 !important;
}

.sidebar a {
    color: #fff;
}

.sidebar-border {
    border-left: 4px solid #333;
}

.nav .parent-active {
    border-left: 4px solid #669999;
}

.content {
    margin-left: 0px;
    width: 100%;
}

.margin-l-300 {
    margin-left: 300px;
}

.no-padding {
    padding: 0 !important;
    border: none !important;
}

.delete-btn {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.admin-icon {
    font-size: 5rem;
}

.admin-link {
    border: 1px solid #cfcfcf;
}

.admin-link:hover {
    text-decoration: none;
}

.box-border {
    border: 1px solid #dee2e6;
}

.no-results {
    background: #f2f2f2;
    color: #212121;
    padding: 1rem;
}

.pointer:hover {
    cursor: pointer;
}

.content-textarea {
    height: 14rem !important;
    resize: none;
    border: 1px solid #ced4da;
    box-shadow: 1px !important;
}

main ta {
    text-decoration: underline dashed;
}

.debug{
    font-family: monospace;
    word-wrap: break-word;
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0 !important;
}

.text-red {
    color: #f00;
}

.text-green {
    color: #38c172;
}

.text-yellow {
    color: #f9b100;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

input.control-disable[readonly] {
    background-color: #e9ecef !important;
}

.active > .nav-link {
    color: inherit !important;
}

.breadcrumb {
    background-color: #f2f2f2;
}

.nav-tabs > a {
    color: #669999 !important;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-500 {
    max-width: 500px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .redemption-btn-blue, .btn-red {
    color: #fff !important;
}

.short_description {
    height: 5rem !important;
}

/* new tabs */
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border-bottom: 2px solid #333;
}

.tab li {
    border-left: 0 !important;
}

.tab .nav-tabs li a {
    padding: 6px 24px;
    margin: 0 1rem -1px 0;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #dee2e6;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    background: #fff;
    padding-top: .45rem !important;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
}

.tab .nav-tabs li a:before {
    content: '';
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before { transform: scaleX(1); }
.tab .tab-content {
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .tab .nav-tabs { border: none; }
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .tab .nav-tabs li a {
        margin: 0;
        border: 2px solid #dee2e6;
    }

    .tab .nav-tabs li a:before {
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}
/* new tabs */

.filters {
    padding-top: 5px;
    font-size: 17px;
}

.collapse-arrow-down {
    background-image: url('../images/elements/arrow.svg');
    background-size: 5rem 1.5rem;
    background-position: center right;
    background-repeat: no-repeat;
    color: #333;
}

.collapse-arrow-up {
    background-image: url('../images/elements/arrow_up.svg');
    background-size: 5rem 1.5rem;
    background-position: center right;
    background-repeat: no-repeat;
    color: #333;
}

.disable-select {
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

.card {
    border: 1px solid #dee2e6;
}

.card-header {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dee2e6;
}

.card-footer {
    background-color: #fff;
    border-top: none;
}

.card-footer .btn-search{
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.card-footer-form {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

.td-create {
    background-color: #048243;
    color: #fff;
}

.td-update {
    background-color: #32BF84;
    color: #fff;
}

.td-no_action {
    background-color: #0E87CC;
    color: #fff;
}

.td-error {
    background-color: #F10C45;
    color: #fff;
}

.taller-textarea {
    height: 35rem !important;
}

.th-width {
    width: 20%;
}

th.asc {
    background-image: linear-gradient(#ddd, #fff);
}
th.desc {
    background-image: linear-gradient(#fff, #ddd);
}

.cursor-default {
    cursor: default;
}

.code {
    font-family: monospace;
}

.pre {
    white-space: pre;
}

td:not(.icon) a {
    border-bottom: 1px #999 dashed;
}

.dashed {
    border-bottom: 1px #999 dashed;
}

.diplay-contents {
    display: contents !important;
}

.grey-border {
    border:1px solid #ccc;
}

.input-h-100 {
    height: 100% !important;
}

.deep-link {
    border-bottom: 1px #999 dashed;
}

.sample-link {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px #999 dashed;
}

.large-dialog {
    max-width: 400px !important;
}

.attention {
    font-weight: bold;
    color: #d00;
    border: 1px solid #d00;
    padding: 2px;
    vertical-align: middle;
    font-size: smaller;
}

.text-dark {
    color: #333 !important;
}

.text-primary {
    color: #333;
}

.dot {
    margin-right: 8px;
    height: 10px;
    width: 10px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #ccc!important;
    border-radius: 50%;
    display: inline-block;
}

.dot-white {
    background-color: #fff!important;
}

.min-width-180 {
    min-width:180px;
}

.smaller-content-textarea {
    resize: none;
    border: 1px solid #ced4da;
    box-shadow: 1px !important;
}

.yellow-border {
    border-bottom: 3px solid #333;
}

.bg-light-grey {
    background-color:#ededed;
}

.redemption-primary-font {
    color: #333;
    font-size: 26px;
    font-weight: normal;
}

.redemption-secondary-font {
    color: #949494;
    font-size: 18px;
    font-weight: normal;
}

.redemption-label-font {
    color: #495057;
    font-size: 14px;
    font-weight: normal;
}

.redemption-btn-blue {
    color: #fff;
    background-color: #003C96;
}

.width-300 {
    width: 300px;
}

.redemption-title-font {
    color: #495057;
    font-size: 18px;
    font-weight: bold;
}

.redemption-subtitle-font {
    color: #495057;
    font-size: 15px;
    font-weight:600;
}

.btn-grey {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.btn-red {
    color: #fff;
    background: #c40007;
    border: 1px solid #c40007;
}

.grey-shadow {
    border: 1px solid #ddd;
    box-shadow:0 0px 16px 0 rgba(0,0,0,0.2),0 0px 0px 0 #ededed !important;
}

table.json-pretty-table {
    margin: -0.5rem;
    padding: -1px;
    font-family: "Consolas", monospace;
}
table.json-pretty-table tr td {
    padding: 0.5rem !important;
}
table.json-pretty-table table {
    border: none;
}

.search-hints {
    font-size: 1.2rem;
    margin-right: .5rem;
    color: #ddd;
}

.max-width-120 {
    max-width: 120px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-80 {
    max-width: 80px;
}

.min-width-120 {
    min-width: 120px;
}

.min-width-100 {
    min-width: 100px;
}

/* New TinyMce buttons UI */
.tox .tox-tbtn {
    color: #595959 !important;
}

.tox .tox-tbtn svg {
    fill: #595959 !important;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    width: unset !important;
}

@media (min-width: 1600px) {
    .min-width-lat-lon {
        min-width: 200px;
    }
}

@media (min-width: 1200px) {
    .min-width-750 {
        min-width: 750px;
    }

    .min-width-300 {
        min-width: 300px;
    }

    .min-width-400 {
        min-width: 400px;
    }

    .min-width-map {
        min-width: 544px;
    }

    .min-width-lat-lon {
        min-width: 180px;
    }

    .mce-panel:not(.mce-floatpanel) {
        min-width: 750px;
    }
}

@media (max-width: 800px) {
    .sidebar {
       position: absolute;
    }

    #search {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .attributes-sm {
        margin-top: .5rem !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
        text-align: left !important;
    }
}

@media (min-width: 767px) {
    .attributes-ml {
        margin-left: .5rem !important;
    }
}

.badge {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1;
    color: #f6933f;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3rem;
}

.badge-subtle-success {
    color: #00894f;
    background-color: #d9f8eb;
}
