﻿@font-face {
    font-family: 'AGENCYB';
    src: url('../../fonts/AGENCYB.eot');
    src: url('../../fonts/AGENCYB.eot?#iefix') format('embedded-opentype'), url('../../fonts/AGENCYB.woff') format('woff'), url('../../fonts/AGENCYB.ttf') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/AGENCYB.ttf') format('truetype');
}

body {
    font-size: 14px;
}
.be-content > .main-content {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    overflow: unset;
}
.be-modal-open{
    overflow: hidden;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .be-wrapper {
        height: 100%;
        padding-top: 61px;
        padding-right: 20px;
    }
}

.be-content > .page-head {
    padding-bottom: 0px;
}

.be-content > .page-head .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb > .adjust-position {
    position: relative;
    top: 6px;
}

.user-display-bg img {
    width: 100%;
    min-height: 60px;
    float: left;
}

.user-display-info {
    margin-top: -38px !important;
    margin-bottom: 22px !important;
    display: inline-block;
}

.be-left-sidebar,
.be-left-sidebar:before {
    transition: left 0s ease-in-out;
}

.be-content {
    height: 100%;
    transition: margin-left 0s ease-in-out;
}

.hide-sidebar .be-left-sidebar,
.hide-sidebar .be-left-sidebar:before {
    left: -230px;
}

.hide-sidebar .be-content {
    margin-left: 0px;
}

.divider.text-primary {
    color: #4285f4 !important;
}

.kpi-update label::first-letter {
    text-transform: capitalize;
}

.archive table .text-success {
    transform: translateY(5px);
    margin-right: 10px;
}

.main-kpi .mdi.btn {
    float: right;
    color: #737373;
    font-size: 1.3em;
    background: transparent;
    border: 0;
    box-shadow: 0 0 0;
    transform: translateY(-20px);
}

.be-left-sidebar .sidebar-elements .divider a {
    padding: 0;
    color: #b0b0b0;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

.be-left-sidebar .sidebar-elements .divider.text-primary a {
    color: #4285f4 !important;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
    width: 100% !important;
}

.be-top-header .navbar-header .navbar-brand {
    background-size: 90%;
    background-position: center;
}



.dataTables_paginate {
    float: right;
    margin-top: 5px;
}

/*td > .form-control, .col-filter .form-control {
    border-radius: 6px;
}*/

.form-control {
    padding: 0 12px;
    font-size: 14px;
}

.dataTables_scroll {
    position: relative;
    min-height: 230px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

/*.action-link {
    width: 120px;
}*/

.display-inline-block {
    display: inline-block;
    width: 250px;
}

    .display-inline-block > select {
        width: 200px !important;
        border-radius: 6px;
    }

.col-filter {
    text-align: right;
    position: inherit;
    margin-bottom: -35px;
    padding: 0 10px;
}

.panel-collapse {
    min-height: 200px;
}

.custom-menu {
    display: none;
    z-index: 1032;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

    /* Each of the items in the list */
    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all .3s ease;
        user-select: none;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

/*.cus-tab-style {
    padding: 20px 20px 0px 20px;
}

    .cus-tab-style > ul {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

    .cus-tab-style > .nav-tabs > li.active a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .cus-tab-style > .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }*/

table.table-clickable > tbody > tr {
    cursor: pointer !important;
}

div.section-wapper {
    padding: 0px 25px;
}

.panel-body > .user-timeline-compact > li.status-success:before {
    background-color: #34a853;
}

.panel-body > .user-timeline-compact > li.status-success:after {
    background-color: #34a853;
}

.panel-body > .user-timeline-compact > li.status-fail:before {
    background-color: #FF0000;
}

.panel-body > .user-timeline-compact > li.status-fail:after {
    background-color: #FF0000;
}

/*hr {
    border-top: 2px solid #eee !important;
}*/



.panel-body div.icon-container {
    padding: 5px;
}

.panel-body-cus {
    padding: 0px !important;
}

.be-content-custom {
    background-color: #fff;
}

.navbar-brand-logo {
    display: inline-block;
    width: 130px;
    text-align: center;
}

    .navbar-brand-logo > .logo {
        font-family: AGENCYB;
        font-size: 30px;
        color: #fff;
    }

.be-splash-screen > .be-top-header {
    background-color: #000;
}


div.splash-container-custom > .panel-border-color-primary > .panel-heading {
    padding: 20px 20px 10px;
    text-align: left !important;
    margin-bottom: 0px;
}

div.splash-container > .panel-border-color-primary > .panel-heading-divider {
    padding-bottom: 16px !important;
    padding-left: 0;
    padding-right: 0;
}

div.signup-container {
    position: relative;
    top: 100px;
}

    div.signup-container > .signup-form {
        max-width: 500px !important;
    }

.signup-message {
    font-size: 14px;
}

.splash-container-custom, div.main-content-success > .splash-container {
    max-width: 500px !important;
}

.splash-container-custom, .splash-container-forgot-password > .panel {
    position: relative;
    top: -50px;
}
.splash-container-forgot-password {
    position: relative;
    /*margin-top: 50px !important;
    top: 50px;
    padding-top: 50px;*/
}
div.splash-container > .panel-border-color-primary > .panel-body {
    padding: 8px 20px 20px;
}

.navbar-brand-logo-cus {
    padding: 0px;
    position: relative;
    top: 5px;
}

    .navbar-brand-logo-cus > .logo {
        font-family: AGENCYB;
        font-size: 30px;
        color: #000;
    }

.sub-logo {
    font-family: AGENCYB;
    font-size: 26px;
    color: #b0b0b0;
}

.logo-container {
    text-align: center;
    margin-top: 20px;
}

.success-content-wrapper {
    position: relative;
    top: 50px;
}

.success-message {
    padding: 18px;
}

.success-content-wrapper > .success-message > .icon {
    color: #34a853;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 22px;
}

/*a.term-condition {
    text-decoration: underline;
}*/

.footer-success-page, .left-sidebar-footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 229px;
    font-size: 14px;
    text-align: center;
}

_:-ms-fullscreen, :root .be-radio-ie {
    position: relative;
    top: -7px;
}

.custom-control-label {
    text-align: center !important;
}

.tool-tip {
    display: inline-block;
}

    .tool-tip [disabled] {
        pointer-events: none;
    }

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

div.gallery {
    border: 1px solid #ccc;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

.gallery-hover {
    width: 100%;
    height: 100%;
    text-align: center;
}

    .gallery-hover:hover {
        background-color: black;
        opacity: 0.5;
        display: inline-block;
    }

    .gallery-hover .tb-thumbnail-button {
        visibility: hidden;
        display: none;
    }

    .gallery-hover:hover .tb-thumbnail-button {
        visibility: visible;
        display: inline-block;
    }

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 0 10px;
    text-align: center;
}

.gallery-contents > * {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}



.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.tb-thumbnail-button {
    /*display: inline-block;*/
    margin: 72px auto;
    width: 134px;
    height: 34px;
    background-color: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 1px;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    text-align: center;
    vertical-align: middle;
    /*font-family: BentonSans-Medium, Arial, Helvetica, sans-serif;
    font-size: 13px;*/
    letter-spacing: 0.1em;
    line-height: 36px;
    color: #fff;
}

.modal-content {
    position: relative;
    border-radius: 3px;
    margin: 30px auto;
    max-width: 830px;
    min-width: 320px
}

.col-center {
    text-align: center;
}

/*Checkbox 3 states -  Begin*/

.ts {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: white;
    width: 25px;
    height: 19px;
    margin: 1px;
    float: left;
}

    .ts:hover:not([disabled]) {
        -moz-box-shadow: 0 0 5px 2px #000000;
        -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 5px 2px #000000;
        -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 5px 2px #000000;
        -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 2px #000000;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .ts[disabled] {
        cursor: not-allowed;
        -ms-opacity: .3;
        opacity: .3;
    }

    .ts > i {
        display: inline-block;
        font-size: 22px;
        font-family: Arial;
        line-height: 1;
        margin-left: -2px;
        -ms-text-rendering: auto;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
/*Allow*/
.ts-both {
    background-color: #62d9b1;
    /*border-color: #949494;*/
    background-image: url('../img/allow.png');
    background-position: center;
    background-repeat: no-repeat;
}

/*.ts-both > i {
        margin-top: -4px;
        background-image: url('../img/allow.png');
    }

        .ts-both > i:before {
            content: "\002B";
        }*/
/* deny */
.ts-ok {
    background-color: #f0737f;
    /*border-color: #8C8C8C;*/
    background-image: url('../img/deny.png');
    background-position: center;
    background-repeat: no-repeat;
}

/*.ts-ok > i {
        margin-top: -4px;
    }

        .ts-ok > i:before {
            content: "\00D7";
        }*/
/*null*/
.ts-ko {
    background-color: #EEEEEE;
    -webkit-box-shadow: inset 0 0 6px 2px #DCDCDC;
    -ms-box-shadow: inset 0 0 6px 2px #DCDCDC;
    box-shadow: inset 0 0 6px 2px #DCDCDC;
    /*border-color: #C5C5C5;*/
}

.ts-view {
    background-image: url('../img/icons/view.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-downloadimage {
    background-image: url('../img/icons/downloadimage.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-downloadsummarydata {
    background-image: url('../img/icons/downloadsummarydata.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-viewcomments {
    background-image: url('../img/icons/viewcomments.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-addcomments {
    background-image: url('../img/icons/addcomments.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-filter {
    background-image: url('../img/icons/filter.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-downloadfulldata {
    background-image: url('../img/icons/downloadfulldata.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-sharedcustomized {
    background-image: url('../img/icons/sharedcustomized.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-webedit {
    background-image: url('../img/icons/webedit.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-save {
    background-image: url('../img/icons/save.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-downloadworkbook {
    background-image: url('../img/icons/downloadworkbook.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-move {
    background-image: url('../img/icons/move.png');
    background-position: center;
    background-repeat: no-repeat;
}

.ts-delete {
    background-image: url('../img/icons/delete.png');
    background-position: center;
    background-repeat: no-repeat;
}
/*Fix Nav Menu*/
.be-icons-nav > li.dropdown .dropdown-menu {
    width: 348px !important;
}

.be-connections .connection-item {
    line-height: 18px !important;
}

.ts-setpermissions {
    background-image: url('../img/icons/setpermissions.png');
    background-position: center;
    background-repeat: no-repeat;
}
/*Checkbox 3 states -  End*/
/*fix table*/
table#data-additionalsummary-detail > thead > tr > th {
    vertical-align: bottom;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 0;
    text-transform: lowercase;
    /*font-weight: 500 !important;*/
    /*border-bottom: 1px solid #ddd;*/
}
.table > thead > tr > th::first-letter {
    text-transform: uppercase;
}
/*fix table end*/
.truncate {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.re-position {
    position: relative;
    top: -20px;
}

option:disabled {
    color: white !important;
    background-color: white !important;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 5px 0;
}

.select2-selection__clear {
    margin-right: 20px !important;
    font-size: 18px !important;
}

.notification-info {
    padding-left: 0px !important;
}


table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    display: none !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    height: 20px !important;
    line-height: 1.8;
    border-top: 1px solid #f2f2f2;
    /*white-space: nowrap !important;*/
}

.table-wraptext > tbody > tr > td {
    white-space: normal !important;
}
.table > tbody > tr > td {
    border-top: 1px solid #f2f2f2 !important;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        /*bottom: 0;*/
        /*right: 8px;*/
        /*font-family: 'Glyphicons Halflings';*/
        opacity: 0.5;
        padding-right: 3px;
        white-space: nowrap !important;
        font-size: 20px;
    }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    white-space: nowrap !important;
}

    /*table.dataTable thead .sorting_asc:before {
        content: "\279E";
        line-height: 0;
        display: inline-block;
        transform: rotate(90deg) scaleX(-1) scaleY(-1.2);
        font-weight: 900;
        font-size: 18px;
        margin-left: -5px;
    }*/

    table.dataTable thead .sorting_asc:before {
        content: "\279E";
        line-height: 0;
        display: inline-block;
        transform: rotate(90deg) scaleX(-1) scaleY(-1.2);
        margin-right: 0;
        font-size: 17px;
        margin-left: -8px !important;
        padding-right: 2px;
    }
    table.dataTable thead .sorting_desc:before {
        content: "\279E";
        line-height: 0;
        display: inline-block;
        transform: rotate(270deg) scaleX(-1) scaleY(-1.2);
        margin-right: -2px;
        font-size: 17px;
        margin-left: -6px !important;
        vertical-align: middle !important;
        padding-right:2px;
        
    }
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    color: #eee;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 10px !important;
}

.dataTables_scrollBody table.dataTable thead {
    visibility: collapse;
}

.panelnew {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.04);
    border-width: 0;
    min-height: 550px;
    border-radius: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.panel-auto-height {
    min-height: inherit !important;
}
/*.be-loading:after {
    border-radius: 14px;
}*/
.pricing-table-price .value {
    font-weight: 400;
}

.fuelux .wizard .step-content {
    padding: 0;
}

.largeLink {
    font-size: 13px;
    font-weight: 900;
    color: #515151;
}

    .largeLink:hover,
    .largeLink:active {
        color: #0d5bdd;
    }

dataTables_scrollBody > table > tbody > tr:first-child > th, div.dataTables_scrollBody > table > tbody > tr:first-child > td {
    border-top: 1px solid #ddd !important;
}

.header-info {
    /*background-color: #EEE;*/
    padding: 20px 0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    .header-info > div:first-child {
        border-left: none;
    }

    .header-info > div {
        border-left: 1px solid #ddd;
        padding: 8px 40px;
    }

    .header-info .subscription .title {
        color: #8c8c8c;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }

.billingsummary, .billingdetails {
    font-size: 13px;
    padding: 10px;
}

    .billingsummary .title {
        font-weight: 700;
    }

    .billingsummary span {
        line-height: 30px;
        display: block;
    }

.form-horizontal > .form-group > .control-label.text-left {
    text-align: left;
}

.panel-underline > .panel-body > .form-horizontal {
    overflow: hidden;
}

.panel-underline > .panel-body > .form-horizontal > .form-group {
    border-bottom: 1px solid #eee;
}

.tab-container.tab-container-custom > .tab-content {
    background: #eee !important;
    padding: 0px;
}

.panel-border-radius-bottom {
    border-radius: 0px 0px 14px 14px;
}

.panel-without-shadow {
    box-shadow: none !important;
}

.cellmerge {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    min-width: 95px;
    /*background-color: #eee;*/
}
.cellsplit{
    padding:20px 15px !important;
}
.td-no-padding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.v-border {
    border-left: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
}
.h-no-border {
    border: 0 !important;
}

.btn-small {
    width: 32px !important;
    height: 30px !important;
    margin: 10px 15px !important;
    border-radius: 15px !important;
    /*background-color: #eee;*/
    font-size: 16px !important;
}


.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.position-control-label {
    position: relative;
    top: 4px;
}

.panel-border {
    border: 1px solid #ebebeb;
}

.boder-lr {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.be-datatable-footer {
    background: none !important;
    border-top: 1px solid #f2f2f2;
}
.fa-gray {
    color: #b9b9b9;
    font-size: 24px;
}
.fuelux .wizard > .actions {
    background-color: #fff;
    border-left: 0;
    position: relative !important;
    z-index: unset !important;
}
.nav-tabs {
    border-bottom: 1px solid #ddd !important;
}
.nav-tabs > li
{
    margin-bottom: -1px !important;
}
.tab-content {
    padding-top: 0;
}
.panel-divider {
    margin: 0 20px !important
}
.content-heading {
    border-bottom: 1px solid #ebebeb !important;
    vertical-align: middle !important;
    padding: 12px 0;
    margin: 0;
    height: 70px;
    width: 100%;
    display:inline-block;
}
.panel-heading-divider {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}
.panel-body-padding{
    padding: 0 40px 20px 40px !important;
}
.panel-body-with-table{
    padding: 0 20px !important;
}
.row-padding {
    border-bottom: 1px solid #ebebeb !important;
    vertical-align: middle !important;
    padding: 12px 0;
    margin: 0;
    height: 70px;
    width: 100%;
    display: inline-block;
}
.text-left{
    text-align: left !important;
}
.panel-default > .panel-heading{
    border-color: #f2f2f2;
}
.tab-content{
    margin-bottom: 0;
}
.breadcrumb > li + li:before {
    content: " \003e" !important;
   
}
.icon-container {
    padding: 0 !important;
    cursor: pointer;
    zoom: 0.8;
    -moz-transform: scale(0.8);
    border:0 !important;
    margin-top: -3px;
}
.icon-container .icon{
    padding:10px !important;
}
.icon-container .icon span {
    font-size: 30px !important;
}
.be-loading-active::after{
    border-radius: 14px !important;
    z-index: 1005;
}
.panel-body{
    border-radius: 0 !important
}
.action-menu {
    font-size: 18px;
    color: #a6a6a6;
    padding: 0 !important;
    width: 0;
    text-align: center;
    margin: 0 !important;
    
}
.action-menu a {
    color: #a6a6a6;
    display: inline-block;
    padding: 10px;
}
.invoice-details th{
    vertical-align: middle !important;
}
.invoice-details td.amount, .invoice-details td.description, .invoice-details td.hours, .invoice-details td.summary, .invoice-details th{
    border-bottom: 0 !important;
}
.invoice-details th{
    border-top: 0 !important
}
.form-control {
    border-top-color: #d5d8de;
}
.dataTables_empty {
    font-size: 15px;
    cursor: auto;
    background-color: white;
    line-height: 18 !important;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:hover {
    border-bottom: 1px solid #4285f4 !important
}
.dt-buttons{
    padding: 0 10px;
}

.form-horizontal .control-label{
    padding-top: 14px;
}
label{
    font-size: 14px;
}
.achive-value {
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.be-top-header .be-icons-nav{
    margin-right: 5px;
}
table.dataTable tbody tr.selected {
    background-color: #f5f5f5;
}

.context-menu-item {
    padding: 8px 26px !important;
}
.context-menu-separator{
    padding: 0 !important
}
.dd-empty {
    background-color: #fafafa;
    min-height: 36px;
    margin-top: 4px;
}
.dd-list .dd-item .dd-handle, .dd-list .dd3-item .dd-handle{
    cursor: pointer;
}
.dd-list .dd-empty, .dd-list .dd-item, .dd-list .dd-placeholder{
    cursor:pointer;
}
.sitename-placeholder {
    position: absolute;
    border: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 43px;
    color: #999;
    opacity: 1;
    left: 32px;
}
.switch-enable-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #b3b3b3;
    width: 80px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.switch-enable-button label::before {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    z-index: 0;
    content: "Disable";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 10px;
    color: #fff;
}
.switch-enable-button input[type="checkbox"]:checked + span label::before {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    z-index: 0;
    content: "Enable";
    color: #fff;
    left: 0;
    text-align: left;
    padding-left: 10px;
}
.price-package {
    width: 350px;
    display:inline-block;
}
/*.fc-widget-normal {
    margin-right: -5px !important;
    margin-bottom: 0px;
}*/

.freerow-1{
    height: 70px;
    padding: 24px 0;
}
.freerow-2 {
    height: 30px;
}
.dd-nodrag {
    cursor: default;
    display: block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
    border: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
    border-right-color: rgb(222, 222, 222);
    border-bottom-color: rgb(222, 222, 222);
    border-left-color: rgb(222, 222, 222);
    background: #fff;
}
.dd-nodrag:hover {
    color: #fff;
    background: #4285f4;
    border-color: #4285f4;
    cursor:no-drop;
}
td::first-letter {
    text-transform: uppercase;
}
.note-form-group, .note-group-image-url, .note-group-select-from-files {
    margin: 0 0 10px 0 !important;
}
.note-video-clip{
    width: 100%;
    padding: 10px 0;
}
.modal-header {
    border-bottom: 1px solid #e2e2e2;
}
.modal-body{
    padding-bottom: 0;
}
.modal-footer{
    padding-bottom: 20px;
}
li.dd-item.dd-placeholder {
    border: none;
}
/*.modal-open {
    overflow: auto;
}*/
.pricing-tables{
    display: flex;
}
.panel-pricing-tables {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.04);
    border-width: 0;
    border-radius: 14px;
    padding-bottom: 10px;
    height: 100%;
    flex: 1;
}
.panel-pricing-footer {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 30px;
    padding: 0 10px;
}
.pricing-table-features {
    padding: 0 30px 50px 30px;
    text-align: left;
    list-style: disc;
}
.be-wrapper {
    height: 100%;
    padding-top: 76px;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

.btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active,
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

.text-box {
    background-color: transparent !important;
    /*border: 1px solid rgb(188, 214, 255);*/
}
blockquote {
    border-left: 1px dotted #999 !important;
    padding: 0 15px !important;
    margin: 15px 0 15px !important;
    font-size: inherit;
}
.timeline-summary{
    margin-top: 10px;
}
.table tbody tr td.cell-detail .cell-detail-description {
    font-size: 13px !important;
    text-overflow: ellipsis;
    overflow: hidden;
}
.timeline-content{
    border-radius: 14px;
}
.timeline-item{
    margin-bottom:25px;
}
.timeline{
    max-width: 100%;
}
.email-attachments{
    padding-bottom: 10px;
}
.email-head-subject, .email-head-title{
    padding:15px 25px 20px 25px;

}
.email-head-sender .avatar img {
    max-width: 32px;
    max-height: 40px;
    border-radius: 50%;
    margin: 0px 5px 0 0;
}

span.field-validation-error.text-danger {
    margin-top: 5px !important;
    display: inherit;
}

.panel-table thead tr th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.short-name {
    display: block;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100%;
}
.short-name::first-letter {
    text-transform: uppercase;
}
.contain-name {
    display: inline-grid;
    display: -moz-inline-grid !important;
    width: 100%
}
.user-display-avatar img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.user-display-info {
    line-height: 20px;
    padding-left: 120px;
    width: 100%;
}
.user-info-list table tr td.item {
    width: 25%;
}

.datetimepicker table tr td span {
    height: 40px;
    line-height: 40px;
}
/*.datetimepicker.dropdown-menu {
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    border-color: rgba(0,0,0,.1);
    padding: 10px;
    z-index: 1051 !important;
}*/
.navbar-fixed-bottom, .navbar-fixed-top{
    z-index: 1071 !important;
}
.modal{
    z-index: 1073 !important;
}
.modal-backdrop {
    z-index: 1072 !important;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    font-weight: normal;
    font-size: 14px;
}
span.multiselect-selected-text{
    padding-right: 5px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus{
    background-color: white !important;
}
.dropdown-menu > .active > a:hover {
    background-color: #f5f5f5 !important;
}
.dropdown-menu.multiselect-container > li.active label{
    color: #404040;
}
li.disabled a label{
    cursor: not-allowed !important;
}
.multiselect-container > li > a > label {
   padding: 5px 20px 5px 40px !important;
}
.table-condensed > tbody > tr > td, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > td, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > thead > tr > th{
    padding: 2px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    margin-top: 3px !important;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio]{
    float: left;
}

.dataTable th, .dataTable td {
    max-width: 0;
    min-width: 50px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.autoWidthColumn th, .autoWidthColumn td {
    max-width: none !important;
    min-width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.be-scroll-top{
    z-index: 2000;
}
/*span.select2-selection__choice__remove {
    display: none !important;
}*/
div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label{
    font-size: 14px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 45px 0 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    background-color: #e4e4e4;
    color: #404040;
    border-width: 0;
    padding: 4px 6px;
    line-height: 18px;
    border-radius: 4px;
}


.col-selection {
    text-align: left;
    position: inherit;
    margin-bottom: 20px;    
}
    .col-selection .form-control {
        border-radius: 6px;
    }
li[customDisableAtrr=true] {
    pointer-events: none;
    color: #999;
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu{
    margin-top: 5px;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection
{
    padding: 8px 10px;
}
.ms-container .search-input {
    height: 37px;
    margin-bottom: 20px;
}
.table-filters {
    padding: 0 10px 10px 10px;
}
.table-filters-container {
    margin: 0 20px;
}
.table-filter-title{
    margin-bottom: 10px;
}
.ms-container .ms-list{
    height: 221px;
}
.ms-container .ms-selectable, .ms-container .ms-selection{
    width: 46%;
}
.progress {
    background-color: #cccccc !important;
    height: 28px !important;
    box-shadow: none;
    margin-bottom: 0;
}
.progress-bar {
    box-shadow: none;
    line-height: 28px;
    padding: 0 5px;
    font-size: 14px;
}
.progress-bar-start {
    background-color: #cccccc;
}

/*td span.select2-selection.select2-selection--single {
    border-radius: 6px;
}*/
.panel-subtitle{
    font-size: 14px;
    margin-bottom: 0;
}

.logo-outer-wrapper {
    display: inline-block;
    margin-top: 5px;
}

.logo-frame {
    width: 130px;
    height: 63px;
    vertical-align: middle !important;
    text-align: center !important;
    display: table-cell !important;
}

.logo-img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important;
    margin: 0 auto;
}
.fileinput .thumbnail{
    border-radius: 5px;
    padding: 0;
}
.fileinput .thumbnail > img {
    display: inline-block !important;
    padding: 10px;
}
.accordion .panel .panel-heading a .icon{
    top: -2px;
}