﻿tr.filter-row td {
    padding: 2px 8px;
}

div.dataTables_wrapper .dataTables_length {
    float: right;
    padding-top: 0.25em;
    padding-right: 1em;
}

div.dataTables_wrapper .dataTables_info {
    float: right;
    padding-top: 0.60em !important;
    padding-left: 0.20em;
}

div.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

div.dataTables_wrapper .dataTables_tools {
    float: left;
    text-align: left;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-right: 1em;
}

.dataTables_bottom:before, .dataTables_bottom:after {
    display: table;
    content: " ";
}

.dataTables_bottom:after {
    clear: both;
}

.bootstrap-table .table a, .fixed-table-body .table a, .table a {
    border: none;
}

.dropdown-item.current, .dropdown-item:hover {
    background-color: #f8f9fa;
}

.form-group {
    position: relative;
}

.form-group.error .input-group .btn {
    border-color: #fa424a;
}

.form-control-label {
    padding-top: .375rem;
}

.page-content {
    padding-top: 90px !important;
}

.full-height {
    margin-bottom: 0px;
}

.section-header {
    padding: 0 !important;
}

.section-header .tbl {
    margin-bottom: 5px;
}

.section-header .tbl-cell-actions {
    text-align: right;
    padding-left: 15px;
}

.section-header .toolbar {
    display: flex;
    width: 100%;
    height: 45px;
    border: solid 1px #d8e2e7;
    background: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin-bottom: 5px;
}

.section-header .toolbar-item {
    /*border-right: solid 1px #d8e2e7;*/
}

.toolbar-item .btn-group {
    padding: 5px 15px;
}

.toolbar-item .btn {
    height: 34px;
    background: 0 0;
    color: #6c7a86 !important;
    border-color: transparent;
    -webkit-transition: none;
    transition: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.toolbar-item .btn-default-outline {
    border-color: #d8e2e7;
}

.toolbar-item .filter-btn.btn:hover {
    background-color: #919fa9;
    border-color: #919fa9;
    color: #fff !important
}

.toolbar-item .filterGroup {
    display: flex;
    list-style-type: none;
    color: #697782;
    margin: 0;
}

.toolbar-item .filterGroup li {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 4px 25px 0px 10px;
    white-space: nowrap;
    height: 43px;
}

.toolbar-item .filterGroup > li {
    border-left: solid 1px #d8e2e7;
}

.toolbar-item .filterGroup > li:last-child {
    border-right: solid 1px #d8e2e7;
}

.toolbar-item .filterGroup > li i {
    position: absolute;
    right: 0px;
    line-height: 43px;
    top: 0;
    width: 18px;
    text-align: center;
}

.toolbar-item .filterGroup > li i:hover {
    color: #0082c6;
    background-color: #d8e2e7;
}

.toolbar-item .filterGroup li .ftr {
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
}

.toolbar-item .filterGroup li .txt {
    display: block;
    font-size: .80rem;
}

.toolbar-item .filterGroup li > ul {
    min-width: 250px;
    margin-top: 1px;
}

.toolbar-item .filterGroup li > ul > li {
    border: none;
}

.toolbar-item .filterGroup li > ul > li:not(:first-child) {
    border-top: 1px solid #d8e2e7;
}

.toolbar-item.item-search {
    max-width: 300px;
}

.toolbar-item.item-search, .toolbar-item.item-search-button {
    border-right: none;
}

.toolbar-item .searchText {
    position: relative;
}

.section-header .toolbar .searchText .form-control {
    padding-left: 36px;
    height: 44px;
    border: none;
    width: 100%;
    background-color: transparent;
}

.section-header .toolbar .searchText i {
    width: 38px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(145,159,169,.7);
}

/*Edit Panel*/

.edit-box-nav {
    float: left;
    width: 168px;
    position: relative;
    background: #f6f8fa;
    border-right: solid 1px #d8e2e7;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.edit-box-nav-title {
    padding: 15px;
    font-weight: 500
}

.edit-box-nav-list {
    font-weight: 500;
    padding: 0 0 5px;
}

.edit-box-nav-list.nav {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.edit-box-nav-list a {
    display: block;
    color: #818181;
    padding: 6px 10px 7px 11px;
    border-left: solid 4px transparent
}

.edit-box-nav-list a.active, .edit-box-nav-list a:hover {
    background-color: #ecf2f5;
    color: #343434
}

.edit-box-nav-list a:hover {
    border-left-color: #ecf2f5;
}

.edit-box-nav-list a.active {
    border-left-color: #00a8ff;
}

.edit-box-header {
    border-bottom: solid 1px #d8e2e7;
    padding: 10px 15px;
}

.edit-box-header:after, .edit-box-header:before {
    content: " ";
    display: table;
}

.edit-box-header:after {
    clear: both;
}

.edit-box-header .edit-box-header-left {
    float: left;
}

.edit-box-header .edit-box-header-right {
    float: right;
}

.edit-box-header .edit-box-header-right:after, .edit-box-header .edit-box-header-right:before {
    content: " ";
    display: table;
}

.edit-box-header .edit-box-header-right:after {
    clear: both;
}

.edit-box-header .btn, .edit-box-header .btn-icon {
    vertical-align: top;
}

.edit-box-header .btn {
    margin: 0 22px 0 0;
}

.edit-box-header .btn-icon {
    height: 38px;
    padding: 0;
    background: 0 0;
    border: none;
    color: #919fa9;
    margin: 0 8px 0 0;
}

.edit-box-header .btn-icon:hover {
    color: #00a8ff;
}

.edit-box-header .btn-icon .fa {
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.edit-box-header .views {
    float: left;
    margin: 0 0 0 10px;
}

.edit-box-header .search {
    float: left;
    width: 300px;
    position: relative;
    padding-top: 3px;
}

.edit-box-header .search .form-control {
    padding-right: 35px;
}

.edit-box-header .search .btn-icon {
    position: absolute;
    right: 5px;
    top: -2px;
}

.edit-box-content {
    width: 100%;
}

.edit-box-content-in {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.edit-box.with-nav .edit-box-content {
    margin-left: -168px;
}

.edit-box.with-nav .edit-box-content-in {
    margin-left: 168px;
}

.edit-box.with-aside .edit-box-content, .edit-box.with-aside-menu .edit-box-content {
    float: left;
    margin-right: -280px
}

.edit-box.with-aside .edit-box-content-in, .edit-box.with-aside-menu .edit-box-content-in {
    margin-right: 280px;
    border-right: solid 1px #d8e2e7
}

.edit-box.aside-menu .edit-box-aside {
    position: fixed;
    right: -280px;
    top: 79px;
    z-index: 90;
    height: 100%;
    background: #fff;
    border-left: solid 1px #c5d6de;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: none;
    margin: 0;
    padding-bottom: 110px;
}

.edit-box.aside-menu .edit-box-content-in {
    margin-right: 0;
}

.right-aside-opened .edit-box.aside-menu .edit-box-aside {
    right: 0;
}

.right-aside-opened .mobile-menu-left-overlay {
    display: block;
}

.edit-box.aside-menu .right-aside-btn {
    display: block;
}

.edit-box-aside {
    float: right;
    width: 280px;
    position: relative;
    background: #fff;
}

.edit-box-aside-section {
    border-top: solid 1px #d8e2e7;
    padding: 15px 15px 20px;
}

.edit-box-aside-section:first-child {
    border-top: none;
}

.edit-aside-section .box-typical-header-sm {
    padding: 0 0 10px;
}

.edit-box-aside-section .info-list {
    padding: 0 0 10px
}

.edit-box-aside-section .info-list p {
    margin: 0 0 6px
}

.edit-box-content .form-group > div.form-element, .edit-box-content .form-group > label:not([class*="col-"]), .edit-box-content .form-group > div.form-element-wide {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.edit-box-content .seperator {
    padding: 0.8rem;
    border-top: solid 5px #eceff4;
    margin-left: -15px;
    margin-right: -15px;
}

.edit-box-content .seperator .actions {
    float: right;
    display: inline-block;
    font-size: 1rem;
}

.right-aside-btn {
    display: none;
}

@media (max-width: 720px) {
    .edit-box-nav {
        float: none;
        width: auto;
        border-right: none;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: solid 1px #d8e2e7;
    }

    .edit-box.with-nav .edit-box-content {
        margin-left: 0;
    }

    .edit-box.with-nav .edit-box-content, .edit-box.with-aside .edit-box-content, .edit-box.with-aside-menu .edit-box-content, .edit-box.aside-menu .edit-box-content {
        float: none;
    }

    .edit-box.aside-menu .edit-box-aside {
        position: relative;
        right: auto;
        top: auto;
        height: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    .edit-box.with-nav .edit-box-content-in {
        margin-left: 0;
    }

    .edit-box-header .edit-box-header-left, .edit-box-header .edit-box-header-right {
        float: none;
    }

    .edit-box-header .edit-box-header-left {
        padding-bottom: 10px;
    }

    .edit-box-aside {
        float: none;
        position: relative;
        border-top: solid 1px #d8e2e7;
        width: 100%;
    }

    .edit-box.with-aside .edit-box-content-in, .edit-box.with-aside-menu .edit-box-content-in {
        margin-right: 0;
    }

    .edit-box.aside-menu .right-aside-btn {
        display: none;
    }
}

@media (max-width: 960px) and (min-width: 720px) {
    .edit-box:not(.with-nav) .edit-box-content .form-group > label:not([class*="col-"]) {
        margin-left: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .edit-box:not(.with-nav) .edit-box-content .form-group > div.form-element {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .edit-box.with-aside-menu .edit-box-aside {
        position: fixed;
        right: -280px;
        top: 79px;
        z-index: 90;
        height: 100%;
        background: #fff;
        border-left: solid 1px #c5d6de;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        float: none;
        margin: 0;
        padding-bottom: 110px;
    }

    .edit-box.with-aside-menu .edit-box-content-in {
        margin-right: 0;
    }

    .right-aside-opened .edit-box.with-aside-menu .edit-box-aside {
        right: 0;
    }

    .right-aside-opened .mobile-menu-left-overlay {
        display: block;
    }

    .edit-box.with-aside-menu .right-aside-btn {
        display: block;
    }
}

@media (max-width: 1200px) and (min-width: 960px) {
    .edit-box-content .form-group > label:not([class*="col-"]) {
        margin-left: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .edit-box-content .form-group > div.form-element {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1200px) {
    .edit-box-content .form-group > label:not([class*="col-"]) {
        margin-left: 8.333333%;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .edit-box-content .form-group > div.form-element {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .edit-box-content .form-group > div.form-element-wide {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .edit-box-content .seperator {
        padding-left: 4rem;
    }
}

/*History*/
.history-container {
    padding: 5px;
}

.history-container .history-item:nth-child(2n+1) {
    background-color: #ecf2f5;
}

.history-item {
    position: relative;
    padding: 5px;
    font-size: 12px;
}

.history-item p {
    margin: 0
}

.history-item .history-item-header {
    margin: 0 0 6px;
    font-weight: 500;
}

.history-item .history-item-footer {
    text-align: right;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 11px;
    color: #919fa9
}

.history-item .history-item-item-content {
    padding: 0 45px 6px 0;
    position: relative
}

.new-item {
    padding-left: 38px;
}

.new-item-icon {
    width: 38px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.new-item + .new-item-icon {
    display: block;
}


.btn-file-upload {
    position: relative;
    overflow: hidden;
}

.btn-file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.fm-file-grid {
    padding: 18px 0 0 18px;
}

.fm-file-grid:after, .fm-file-grid:before {
    content: " ";
    display: table;
}

.fm-file-grid:after {
    clear: both;
}

.fm-file {
    float: left;
    width: 120px;
    margin: 0 18px 18px 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: 18px 10px 15px;
    text-align: center;
    cursor: default;
    position: relative;
}

.fm-file .fm-file-icon {
    height: 70px;
    line-height: 70px;
}

.fm-file .fm-file-icon img {
    vertical-align: middle;
    width: 70px;
    height: 70px;
}

.fm-file .file-size, .fm-file .fm-file-name {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}

.fm-file .fm-file-size {
    color: #6c7a86;
    font-size: 0.7rem;
}

.fm-file.selected, .fm-file:hover {
    background-color: #f6f8fa;
}

.fm-file .btn-icon {
    padding: 2px;
    line-height: normal;
    margin: 2px 8px 0 0;
}

.image-grid {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.image-grid .image-item {
    margin: 0 10px 10px 0;
    text-align: center;
    font-size: .875rem;
    line-height: 1.6;
}

.image-grid .image-preview {
    margin: 0 0 .6rem;
    position: relative;
    display: inline-block;
}

.image-grid .image-preview img {
    height: 120px;
    max-width: 100%;
    display: block;
    width: 100px;
    margin: 0 auto;
    border: solid 2px #dbe4ea;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.image-grid .image-preview .img-action {
    display: none;
    position: absolute;
    bottom: 4px;
    right: 2px;
    color: #fff;
}

.image-grid .image-preview:hover img {
    border-color: #00a8ff;
}

.image-grid .image-preview .img-action a {
    padding: 5px;
    color: #fff;
    background: #00a8ff;
}

.image-grid .image-preview .img-action a:first-child {
    -webkit-border-radius: .25rem 0 0 0;
    border-radius: .25rem 0 0 0;
}

.image-grid .image-preview .img-action a:last-child {
    -webkit-border-radius: 0 0 .25rem 0;
    border-radius: 0 0 .25rem 0;
}

.image-grid .image-preview .img-action a:hover {
    background-color: #ccc;
}

.image-grid .image-preview:hover .img-action {
    display: block;
}

.image-grid .image-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-grid .image-date {
    color: #6c7a86;
}

.google-preview {
    position: relative;
}

.google-preview .google-title {
    min-height: 21px;
    display: block;
    font-size: 18px;
    color: #1a0dab;
    line-height: 21px;
    margin-bottom: 2px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.google-preview .google-url {
    display: block;
    word-wrap: break-word;
    color: #006621;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px
}

.google-preview .google-description {
    display: block;
    color: #545454;
    line-height: 18px;
    font-size: 13px
}
.modal-xl{
    max-width:90%;
}
.grid-xs{
    margin-left:-30px;
    margin-right:-15px;
}
.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178,178,178,0.7);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
   background: rgba(178,178,178,1.0);
   transition: 0.5s;
   -moz-transition: 0.5s;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0s.5s;
    -o-transition: 0.5s;
}


.chart-tip {
    position: absolute;
    padding: .5rem .75rem;
    background-color: #000;
    color: #fff;
    margin-bottom: -.25rem;
    font-size: .8125rem;
    z-index: 1070;
    border-radius: .1875rem
}

.chart-tip .chart-tip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.chart-tip.top .chart-tip-arrow {
    bottom: -.25rem;
    left: 50%;
    margin-left: -.25rem;
    border-width: .25rem .25rem 0;
    border-top-color: #000
}

.chart-tip.left .chart-tip-arrow {
    top: 50%;
    margin-top: -.25rem;
    left: -.25rem;
    border-width: .25rem .25rem .25rem 0;
    border-right-color: #000
}

.chart-tip.right .chart-tip-arrow {
    top: 50%;
    margin-top: -.25rem;
    right: -.25rem;
    border-width: .25rem 0 .25rem .25rem;
    border-left-color: #000
}

.chart-tip.bottom .chart-tip-arrow {
    top: 0;
    left: 50%;
    margin-left: -.25rem;
    border-width: 0 .25rem .25rem;
    border-bottom-color: #000
}