/*Nav bar fixes*/
.navbar-top-links > li {
    margin-right: 20px;
}

    .navbar-top-links > li:last-child {
        margin-right: 20px;
    }

.navbar-right {
    float: right !important;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
}

.nav-header div.username {
    color: #DFE4ED;
}

    .nav-header div.username .block.m-t-xs {
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

.dropdown-menu.dropdown-user {
    width: 200px;
}

.dropdown-menu.dropdown-menu li.divider {
    margin: 5px 0;
}

.dropdown.profile-element > .usercompany {
    display: block;
}

    .dropdown.profile-element > .usercompany img {
        height: 30px;
        max-height: 30px;
        max-width: 170px;
        margin: 0 auto;
    }

.dropdown-username > .username {
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
    float: left;
}

@media (max-width: 350px) {
    .nav.navbar-top-links li.dropdown {
        display: inline-block;
    }

    .dropdown-username > .username {
        max-width: 100px;
    }
}

/*#side-menu > li.active > a, #side-menu > li.activeMenuHeader > a {
    background-color: #293846;
    color: white;
}*/
/*Nav bar fixes*/

/*Page Header*/
h2.navbar-page-title {
    display: inline-block;
    float: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    margin-bottom: 0;
}

.page-heading .helper-icon {
    float: left;
    margin: 20px 0 0 10px;
}

.btn.dropdown-toggle > i {
    margin-right: 5px;
}

.page-heading .dropdown-menu.dropdown-menu-right {
    left: auto;
}
/*Page Header*/

/*@media (max-width: 768px){
	#page-wrapper{
		width: 100%;
	}
}
*/

@media (min-width: 1780px) {
    #right-sidebar {
        top: 0;
    }
}


.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*Select2 CSS*/
.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7;
    height: 34px;
    border-radius: 1px;
    outline: none;
}

.select2-container--open .select2-selection--single {
    border-color: #1ab394 !important;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e6e7;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-search--dropdown .select2-search__field:active {
        border: 1px solid #1ab394 !important;
        box-shadow: none;
        outline: none;
    }


/**************
    Report - New
***************/
/*Report - Company logo*/
.report-company-logo {
    width: 150px;
    height: 30px;
    text-align: center;
    position: relative;
}

    .report-company-logo img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    }

/*Ibox (Dashboard Item)*/
.ibox-content.bordered {
    border: 1px solid #ccc;
    /*height: 160px;*/
}

/*.ibox-content h5 {
    height: 30px;
}*/

/*Report Heading Panel*/
.report-panel-title {
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #494B4B;
    color: #fff;
}

.report-graph {
    margin-bottom: 20px;
    height: 240px;
    /*border: 1px solid #ccc;*/
}

.report-map {
    margin-bottom: 20px;
    height: 260px;
    border: 1px solid #ccc;
}

table.table-bordered {
    border: 1px solid #ccc;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table .text-left {
    text-align: left !important;
}

th > i {
    float: right;
    margin-top: 1px;
}

/*.report table.table th, .report table.table td, .report table.table tbody, .report table.table tfoot {
    text-align: left;
}*/


/*Bounce Animation*/
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.bounce {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
    color: #1ab394 !important;
}

/*Right Sidebar*/
.toggle-close {
    margin-right: 10px;
    transition: 0.2s linear;
    cursor: pointer;
}

.toggle-close:hover {
    color: #1ab394;
}

.toggle-close.fa-tasks {
    width: 18px;
    position: relative;
    height: 19px;
    display: inline-block;
    top: 3px;
}

#topNavBar .toggle-close.fa-tasks::before, #right-sidebar .toggle-close.fa-tasks::before {
    display: none;
}

#topNavBar .toggle-close.fa-tasks {
    margin-left: 5px;
    top: 0px;
}

#topNavBar .toggle-close.fa-tasks:hover,#topNavBar .toggle-close.fa-tasks:focus {
    color: #989898;
}

#topNavBar .toggle-close.fa-tasks:hover > svg > path, #topNavBar .toggle-close.fa-tasks.active > svg > path {
    fill: #989898;
}

.toggle-close.fa-tasks > svg {
    width: 100%;
}

.toggle-close.fa-tasks > svg > path {
    fill: #999c9e;
}

.toggle-close.fa-tasks:hover > svg > path, .toggle-close.fa-tasks.active > svg > path, 
#inspinia-sidebar-toggle > .right-sidebar-toggle:hover > .toggle-close.fa-tasks > svg > path {
    fill: #1ab394;
}

#inspinia-sidebar-toggle > .right-sidebar-toggle > .toggle-close.fa-tasks {
    pointer-events: none;
}

/*Toggle Group -> radio button*/
.custom-toggle {
    text-align: center;
    /*margin-bottom: 20px;*/
}

    .custom-toggle:after {
        clear: both;
    }

    .custom-toggle label {
        border: 1px solid #e7eaec;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: white;
        border: 1px solid #e7eaec;
        border-radius: 4px;
    }

        .custom-toggle label.first {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }


        .custom-toggle label.last {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            margin-left: -1px;
        }

        .custom-toggle label.center {
            border-radius: 0;
            margin-left: -1px;
        }

    .custom-toggle:before, .custom-toggle:after {
        display: table;
        content: " ";
    }

    .custom-toggle:after {
        clear: both;
    }

    .custom-toggle input[type="radio"] {
        display: none;
    }

    .custom-toggle > label {
        display: inline-block;
        float: left;
        width: calc(100% / 3);
    }

    .custom-toggle input[type="radio"]:not(:checked) + label:hover {
        border: 1px solid #d2d2d2;
    }

    .custom-toggle > label:active {
        border: 1px solid #d2d2d2;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .custom-toggle input[type="radio"]:checked + label {
        background-color: #1ab394;
        border-color: #1ab394;
        color: #FFFFFF;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .custom-toggle input[type="radio"]:disabled + label {
        color: #cacaca;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }
/*Toogle Group*/

/*Radio button - iOS Toggle*/
.ios-tgl {
    display: none;
}

.ios-tgl-btn {
    margin-bottom: 0;
}

.ios-tgl, .ios-tgl:after, .ios-tgl:before, .ios-tgl *, .ios-tgl *:after, .ios-tgl *:before, .ios-tgl + .ios-tgl-btn {
    box-sizing: border-box;
}

    .ios-tgl::-moz-selection, .ios-tgl:after::-moz-selection, .ios-tgl:before::-moz-selection, .ios-tgl *::-moz-selection, .ios-tgl *:after::-moz-selection, .ios-tgl *:before::-moz-selection, .ios-tgl + .ios-tgl-btn::-moz-selection {
        background: none;
    }

    .ios-tgl::selection, .ios-tgl:after::selection, .ios-tgl:before::selection, .ios-tgl *::selection, .ios-tgl *:after::selection, .ios-tgl *:before::selection, .ios-tgl + .ios-tgl-btn::selection {
        background: none;
    }

    .ios-tgl + .ios-tgl-btn {
        float: left;
        outline: 0;
        display: block;
        width: 54px;
        height: 30px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .ios-tgl + .ios-tgl-btn:after, .ios-tgl + .ios-tgl-btn:before {
            position: relative;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
        }

        .ios-tgl + .ios-tgl-btn:after {
            left: 0;
        }

        .ios-tgl + .ios-tgl-btn:before {
            display: none;
        }

    .ios-tgl:checked + .ios-tgl-btn:after {
        left: 50%;
    }

.ios-tgl-light + .ios-tgl-btn {
    background: #C1C1C1;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .ios-tgl-light + .ios-tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.ios-tgl-light:checked + .ios-tgl-btn {
    background: #1ab394;
}

.ios-tgl-light:disabled + .ios-tgl-btn {
    cursor: auto;
    background: #f0f0f0;
}

/*iOS Toggle*/



#right-sidebar .table {
    table-layout: fixed;
}

    #right-sidebar .table th, #right-sidebar .table td {
        text-align: center;
    }

#right-sidebar select option[disabled] {
    color: #999;
}
/*Right Sidebar*/


/*Custom ibox style -> to fit in white background*/
.ibox-content {
    padding: 15px;
}

.ibox-title.white {
    border-style: solid;
    border-width: 3px 1px 1px 1px;
}

.ibox-content.white {
    border-style: solid;
    border-width: 0 1px;
}

.ibox-content > table {
    display: inline-block;
}

a.theme {
    color: #337ab7;
    text-decoration: none;
}

    a.theme:active, a.theme:focus, a.theme:hover {
        color: #23527c;
        text-decoration: none;
    }

/*Page Loading*/
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    #page-svg-loading {
        display: none !important;
    }

    #page-svg-unload {
        display: none !important;
    }
}

.betaLayout #page-svg-loading {
    position: absolute;
    left: -250px;
    right: 0;
    top: -60px;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0, 0.6);
    display: none;
}

#page-svg-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0, 0.6);
    display: none;
}

    #page-svg-loading > .svg-wrapper {
        position: fixed;
        width: 80px;
        height: 80px;
        left: calc(((100% + 220px) / 2) - 40px);
        top: 120px;
        -webkit-animation: loadingSpin .6s infinite linear;
        animation: loadingSpin .6s infinite linear;
    }

.betaLayout #page-svg-unload {
    position: absolute;
    left: -250px;
    right: 0;
    top: -60px;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0, 0.6);
    display: none;
}

#page-svg-unload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0, 0.6);
    display: none;
}

    #page-svg-unload > .svg-wrapper {
        position: fixed;
        width: 80px;
        height: 80px;
        left: calc(((100% + 220px) / 2) - 40px);
        top: 120px;
        -webkit-animation: loadingSpin .6s infinite linear;
        animation: loadingSpin .6s infinite linear;
    }


body.mini-navbar #page-svg-loading > .svg-wrapper, body.body-small #page-svg-loading > .svg-wrapper {
    left: calc(50% - 40px);
}

body.body-small.mini-navbar #page-svg-loading > .svg-wrapper {
    display: none !important;
}

body.generating-pdf #page-svg-loading {
    display: block !important;
}

@-webkit-keyframes loadingSpin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingSpin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Page Loading*/
.multipleElementControlValue {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    text-align: center;
}

.multipleElementControlValue span{
    padding: 0px 10px;
}

    /*.multipleElementControlValue > * {
        flex: 1;
    }*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px !important;
    border-radius: 2px !important;
    padding: 0px 5px !important;
    background-color: #f1f1f1 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin-left: 4px !important;
    font-weight: bold !important;
}

#report .container-section {
    padding: 0px;
}

[data-toggle="tooltip"] {
    /*font-size: 10px;*/
}

.date-picker-element {
    text-align: center;
    cursor: pointer;
}

.span-link {
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    color: #19aa8d;
}

a:hover, span-link:hover {
    color: #23527c;
}

.container-checkbox-group, .container-radio-group {
    display: flex;
    flex-direction: column;
}

.container-checkbox-group ul {
    list-style-type: none;
    padding-inline-start: 30px;
}

.container-checkbox-group > ul {
    padding-inline-start: 0px;
}

.checkbox-group, .radio-group {
    margin-right:10px;
}

.select2-container {
    padding: 0px !important;
}

.not-primary-button {
    color: #333;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 234, 236);
}

.not-primary-button:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover {
    color: #333;
    background-color: rgb(230, 230, 230);
    border-color: #ccc;
}

.modal-footer > button {
    /*margin: 0px 5px;*/
}

/*.modal-backdrop + .modal-backdrop {
    opacity: 0 !important;
}*/

.loadingSpinner i {
    font-size: 15px !important;
}

body .ui-tooltip {
    background: #2f4050;
    color: white;
    border-radius: 5px;
    border: 0px;
}


.online {
    color: blue !important;
}

.offline {
    color: grey !important;
}

select.input-sm {
    height: auto !important;
}

.report table th {
    background-color: inherit;
}

.report table {
    border: 0px solid #7F7B7D;
}

.report .dataTable tbody {
    border: 1px solid #ccc !important;
}

.productJason {
    border: 0px #ccc !important;
    box-shadow: inset;
}

.select2-selection {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
}

.info-pack p {
    margin: 0px !important;
}

.js-switch:disabled {
    cursor: not-allowed;
}

.containerSectionHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 5px 10px 0px;
}

#right-sidebar section {
    padding: 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 0px;
}

#right-sidebar .select2 {
    width: 100% !important;
}

.tooltip-inner {
    text-align: left !important;
}

.containerSidebarTitle {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}

    .containerSidebarTitle h3 {
        margin: 0px;
    }

    .containerSidebarTitle i, .right-sidebar-toggle i {
        color: #1ab394 !important;
    }

#rightPanelContainer {
    position: fixed;
    height: 100%;
    top: 0;
    min-width: auto;
    z-index: 2041;
    right: 0;
    display: none;
}

.rightPanelBackground {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    cursor: pointer;
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

#rightPanelContentContainer {
    min-width: 800px;
    background-color: white;
    float: right;
    height: 100%;
    right: 0;
    top: 0;
    box-shadow: #00000069 -4px 3px 5px 0px;
    position: absolute;
    display: none;
    justify-content: center;
}

#rightPanelContent {
    height: inherit;
    overflow-y: scroll;
    position: absolute;
    padding: 0px 25px;
    width: 800px;
}

#closeRightPanelButtonContainer {
    display: flex;
    width: 50px;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-left: -50px;
    top: 0px;
    left: 0px;
    border-radius: 10px 0px 0px 10px;
    background-color: white;
    position: absolute;
    z-index: 2000;
    box-shadow: #00000069 -4px 3px 5px 0px;
}

.mobileResponsive {
    right: 15px !important;
    left: auto !important;
    border: solid 1px #ccc !important;
    border-radius: 25px !important;
    top: 8px !important;
    box-shadow: #969696 1px 1px 1px !important;
    background-color: #ffffff78 !important;
}

.closeRightPanelButton {
    cursor: pointer;
}

.unscrollable {
    height: 100%;
}

.select2-container--open {
    z-index: 3500 !important;
}

.loadingRightPanelContainer {
    margin-top: 100px;
}

.loadingAnimationContainer {
    width: 100%;
    margin: auto 0px;
}

#ChangeLog video {
    width: 550px !important;
}

.form-control-static {
    display:inline-block;
}

.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-default:focus,
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.table-list-paging-container {
    margin-bottom: 25px;
    overflow-x: scroll;
    padding: 10px 0px;
}

.page-number:first-child {
    margin: 0px 5px 0px 0px;
}

.page-number:last-child {
    margin: 0px 0px 0px 5px;
}

.page-number {
    border: #1ab394 solid 1px;
    background-color: white;
    color: #1ab394;
    padding: 7px;
    margin: 0px 5px;
    cursor: pointer;
}

    .page-number:hover {
        background-color: #e4e4e4;
    }

    .page-number.page-selected {
        background-color: #1ab394;
        color: white;
    }

.trialCompanyTag {
    background-color: #FF8C00;
    color: white;
}

.clockpicker-popover {
    z-index: 2201 !important;
}

/*Table with Dark Header*/
a {
    color: #1eb494;
}

    a:hover {
        color: #18a689;
    }

.center {
    text-align: center !important;
}

.general-search-container {
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

.search-label-container {
    /*text-align: right;*/
    font-weight: bold;
    margin-top: 7px;
    margin-right: 10px;
    display: inline-block;
}

.search-field-button-container {
    display: inline-block;
}

.searchField {
    padding: 4px 8px;
    border: 1px solid #DDDDDD;
}

.searchBtn {
    position: relative;
    z-index: 1;
    left: -25px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
}

.tableLeftInfo {
    display: inline-block;
    margin: 10px 0px;
    float: left;
}

#companySiteCount, #companyCounterCount {
    font-weight: 600;
}

.tableRightInfoContainer {
    display: inline-block;
    margin: 10px 0px;
    float: right;
    user-select: none;
}

.tableLeftInfo .info, .tableRightInfo .info {
    display: inline-block;
    color: #686B6D;
    font-size: 12px;
}

.tableRightInfo, .pagination {
    display: inline-block;
    margin: 0px 5px;
}

    .pagination .paginate_button {
        display: inline-block;
    }

        .pagination .paginate_button span {
            padding: 4px 8px;
            border: 1px solid #DDDDDD;
            color: #686b6d;
            font-size: 10px;
            margin: 0px 2px;
            background-color: white;
        }

            .pagination .paginate_button span:hover {
                background-color: #686b6d;
                color: #fff;
            }

/*#region Region - Paging control*/
#pagination .paginate_button {
    display: inline-block;
}

#tableInfo, #pagination {
    display: inline-block;
    margin: 0px 5px;
}

    #pagination .paginate_button span {
        padding: 4px 8px;
        border: 1px solid #DDDDDD;
        color: #686b6d;
        font-size: 10px;
        cursor: pointer;
    }

        #pagination .paginate_button span:hover {
            background-color: #686b6d;
            color: #fff;
        }

    #pagination .paginate_button.disabled span {
        color: lightgray;
        background-color: #f3f3f4;
    }

.disabled {
    pointer-events: none;
}

.custom-table-list-paging-container {
    display: inline-block;
    /*margin: 5px 0px;*/
    float: right;
    /*overflow-x: scroll;*/
    padding: 5px 0px;
}

#tableInfoContainer {
    display: inline-block;
    /*margin: 10px 0px;*/
    float: right;
}

#tableInfo .info {
    display: inline-block;
    color: #686B6D;
    font-size: 12px;
}


/*#endregion*/

.tableWithDarkHeaderContainer{
        overflow-x: scroll;
        width: 100%;
        height: 100%;
        margin-bottom:20px;
    }

/*.tableWithDarkHeader > tbody > tr {
        cursor: pointer;
    }*/

.tableWithDarkHeader {
    color: #3D4144;
    font-size: 12px;
    table-layout: auto !important;
    margin-bottom: 0px !important;
}

.tableWithDarkHeader thead tr th, .tableWithDarkHeader tbody tr td, .tableWithDarkHeader tfoot tr td{
    text-align:left;
}

.tableWithDarkHeader > thead {
    background-color: #2f4050;
    color: #fff;
}

.tableWithDarkHeader > tbody {
    border: none !important;
}

.tableWithDarkHeader > tbody > tr:nth-of-type(odd){
        background-color: #fff;
}

.tableWithDarkHeader > tbody > tr:nth-of-type(even){
        background-color: #f9f9f9;
}

.tableWithDarkHeader > thead > tr > th {
    background-color: transparent !important;
    font-weight: 600;
}

.tableWithDarkHeader > thead > tr > th, .tableWithDarkHeader > tbody > tr > td {
    width: auto !important;
    /*white-space: nowrap;*/
    border: none;
    border-bottom: 1px solid #ededed !important;
}

.tableWithDarkHeader > tbody > tr > td {
    word-break: break-word;
}

.tableWithDarkHeader > thead > tr > th, .tableWithDarkHeader > tbody > tr > th, .tableWithDarkHeader > tfoot > tr > th, .tableWithDarkHeader > thead > tr > td, .tableWithDarkHeader > tbody > tr > td, .tableWithDarkHeader > tfoot > tr > td{
     padding: 6px 10px;
}

.companyName, .siteName, .counterName {
    font-weight: 600;
}

.exclamation-icon {
    color: #ffa417;
}

.active-icon {
    color: #1eb494;
}

tr.rowGroup {
    background-color: #ededed !important;
    cursor:pointer;
}

.rowGroup td .sign:after {
    font-family: FontAwesome;
    content: "\f054";
}

.expand td .sign:after {
    font-family: FontAwesome;
    content: "\f078";
}

.tableWithDarkHeader .btn {
    margin-bottom:0px;
}

.openTicketbtn {
    background-color: #65A993;
    color: #fff;
    background-color: #65A993;
}

.openTicketbtn[disabled], .openTicketbtn[disabled]:hover, .openTicketbtn[disabled]:focus, .openTicketbtn[disabled]:active {
    background-color: transparent;
    color: #65A993;
    border-color: #65A993;
}

.RMAbtn {
    background-color: #5F91B6;
    color: #fff;
    border-color: #5F91B6;
}

.RMAbtn[disabled], .RMAbtn[disabled]:hover, .RMAbtn[disabled]:focus, .RMAbtn[disabled]:active {
    background-color: transparent;
    color: #5F91B6;
    border-color: #5F91B6;
}

@media screen and (max-width: 624px) {
    .tableRightInfotable {
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 844px) {
    .tableRightInfotable {
        float: left;
    }
}

.has-success .form-control {
    border-color: #e5e6e7;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #ed5565 !important;
    box-shadow: none;
}

.help-block {
    font-size:11px !important;
}

.actionLogWindowContainer {
    /*padding-top: 7px !important;*/
        /*height: 200px;
        overflow-y: auto;
        border-style: solid;
        border-color: #ccc;*/
    background-color: #FFFFFF;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    display: block;
    padding: 12px;
    /*font-size: 14px;*/
    height: 200px;
    overflow-y: auto;
}

/*span.actionLogInfo {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

span.actionLogMessage {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}*/

#ActionlogSection .ibox-content {
    max-height:200px;
    overflow:auto;
}

/*.actionLogItem .actionLogSingleItem:last-child hr {
    display:none;
}*/

.actionLogSingleItem hr {
    margin: 15px 0px;
}

.actionLogAuthor {
    display: inline-block;
    font-weight: bold;
    color: #171717;
    font-size:13px;
}

.actionLogDate {
    display: inline-block;
    float: right;
    font-size: 13px;
}

.actionLogOwner {
    color: #188fc9;
}

.actionLogContent .fa-arrow-right {
    font-size: 10px;
    margin: 0px 5px;
}
actionLogSingleItem ul {
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .general-button:hover, .general-button:focus, .general-button:active {
    color: #fff !important;
}

/*Wide Dashboard Layout*/
body.boxed-layout.dashboard-wide {
    overflow-x: auto;
}

body.boxed-layout.dashboard-wide #wrapper {
    /*min-width: 1000px;*/
    max-width: none;
}

/*Report Page no need add this*/
/*body.dashboard-wide #report.report {
    width: auto;
}*/

/*odata query builder*/
.query-builder .rules-group-container {
    border: 1px solid #e5e6e7 !important;
    background: rgb(255, 254, 253) !important;
}

.group-actions > button {
    border-radius: 3px !important;
}

.group-actions > .btn:not(:first-child) {
    margin-left:5px !important;
}

.query-builder .rule-container, .query-builder .rule-placeholder {
    border: 1px solid #eee !important;
    background: #f5f5f5 !important;
}

/*.query-builder-container .btn[data-add="group"] {
    display: none;
}*/

.rule-actions > button {
    margin-top: 5px !important;
}

/*Note*/
.noteWidget {
    color: white;
    font-size: inherit;
    padding: 15px 10px;
}

.noteWidgetHeader {
    width: 100% !important;
    padding: 0px 10px;
    border: 1px #1c84c6 solid;
    background-color: #1c84c6;
    border-radius: 4px 4px 0px 0px;
}

.noteWidgetBody {
    width: 100% !important;
    color: #1c84c6;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px #1c84c6 solid;
}

.successNote .noteWidgetHeader {
    border: 1px #1db494 solid;
    background-color: #1db494;
}

.successNote .noteWidgetBody {
    color: #1ab394;
    border: 1px #1db494 solid;
}

.warningNote .noteWidgetHeader {
    border: 1px #f8ac59 solid;
    background-color: #f8ac59;
}

.warningNote .noteWidgetBody {
    color: #f8ac59;
    border: 1px #f8ac59 solid;
}

.dangerNote .noteWidgetHeader {
    border: 1px #ed5565 solid;
    background-color: #ed5565;
}

.dangerNote .noteWidgetBody {
    color: #ed5565;
    border: 1px #ed5565 solid;
}

/*Flex Box*/
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.flex-box .container-section:first-child{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0; 
    -ms-flex: 1 0 0;
    flex: 1 0 0; 
    padding-left: 0px !important;
    padding-right: 7.5px !important;
}


.flex-box .container-section:not(:first-child):not(:last-child), .flex-box .container-section:not(:last-child){
    border-right: 1px dashed #eee;
}

.flex-box .container-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.flex-box .container-section:last-child{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0; 
    -ms-flex: 1 0 0;
    flex: 1 0 0; 
    padding-left: 7.5px !important;
    padding-right: 0px !important;
}

.flex-box .container-section .ibox {
    height: calc(100% - 25px);
    background-color: #fff;
}

@media (max-width: 769px) {
    .flex-box .container-section, .flex-box .container-section:first-child, .flex-box .container-section:last-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-right: none !important;
    }

    .flex-box .container-section .ibox {
        height: auto;
    }

}


/* Sub tab navigation */

.tabs-container {
    margin-bottom:25px;
}

.desktop-hide {
    display: none !important;
}

.tabs .navbar {
    background: none;
    margin: 0;
}

#sub-tab {
    padding: 0;
}

.tabs .navbar-nav li {
    background: none;
    border: none;
}

    .tabs .navbar-nav li a {
        color: #676a6c;
        font-weight: 600;
        font-size: 14px;
        padding: 15px 20px;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .tabs .navbar-nav li a span{
        align-self: center;
    }

.tabs .navbar-nav .is-active {
    border: 1px solid #E7EAEC;
    border-bottom: none;
    background-color: #FFFFFF;
}

.tabs .navbar-nav .is-active a {
    /*border: 1px solid #E7EAEC;
    border-bottom: none;*/
    background-color: #FFFFFF;

}

.tab-content {
    padding: 0px;
    margin-top:0px;
    border: none !important;
}

.tab-content .ibox .ibox-title{
    border-top:none !important;
}

@media screen and (min-width: 769px) {
    .tabs .navbar-nav {
        display: flex;
        width: 100%;
    }

    .tabs .tablinks {
        flex: 1 0 0;
        text-align: center;
    }
}

/*@media screen and (max-width: 499px) {*/
@media screen and (max-width: 769px) {
    .desktop-hide {
        display: block !important;
    }

    #page-wrapper {
        padding: 0px;
    }

        #page-wrapper .row.border-bottom {
            margin: 0px;
        }

    .wrapper.page-heading {
        margin: auto;
    }

    .tabs .navbar {
        background-color: #FFFFFF;
        border: 1px solid #e7eaec;
        -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.16);
        z-index: 3;
    }

    .tabs .navbar-header {
        float: none;
    }

        .tabs .navbar-header li {
            list-style: none;
            padding: 16px 10px 15px 20px;
            width: auto;
            height: auto;
            font-size: 14px;
        }

    .tabs .navbar-nav {
        margin: 0px;
        width: 100%;
    }

        .tabs .navbar-nav > li {
            float: initial;
        }

    .tabs li a {
        color: #676a6c;
        font-weight: 600;
    }

        .tabs li a i {
            margin-right: 6px;
        }

    .tabs .fa-edit {
        font-size: 19px;
    }

    #subtab-toggle {
        display: block;
        color: #37434F;
        background-color: transparent;
        border: none;
        padding: 16px 25px 15px 0px;
        margin: 0px;
    }

        #subtab-toggle > span {
            font-size: 18px;
        }

    /* Bootstrap collapse navbar toggle breakpoint */
    .tabs .navbar-collapse.collapse {
        display: none !important;
    }

        .tabs .navbar-collapse.collapse.in {
            display: block !important;
        }
    /* -- */

    .tabs #sub-tab {
        border-top: 1px solid #F3F4F5;
    }

    .is-active {
        display: none !important;
    }

    .tabs .navbar #sub-tab .nav-btn {
        font-size: 14px;
        font-weight: 600;
        padding: 16px 10px 15px 20px;
        display:block;
    }

    ul #tablink_download a i {
        margin-right: 8px;
    }

}

/*Select2*/
.select2-selection--multiple {
    height: 100px;
    overflow-y: auto;
}


#report-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
}



/*Wide Dashboard Layout*/
body.boxed-layout.dashboard-wide {
    overflow-x: auto;
}

body.boxed-layout.dashboard-wide #wrapper {
    /*min-width: 1000px;*/
    max-width: none;
}

body.dashboard-wide #report.report {
    width: auto;
}

/*Data Table*/
.report table {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

    .report table th {
        background-color: #F7F7F7 !important;
    }

    .report table th, .report table td, .report table tbody, .report table tfoot {
        padding: 5px;
        border: 1px solid #7F7B7D;
        text-align: center;
        line-height: 20px;
    }

.report table.table-bordered {
    border: 1px solid #ccc;
}

.report table.table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    table-layout: fixed;
}

/*Section Tag*/
.tag {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}

.tag-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.tag-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}


.tag-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}

.tag-default {
    background-color: #ffffff;
    border-color: #c2c2c2;
    color: #333;
}

.tag-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

.tag-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

.tag-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.tag-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.tag-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

/*Password Meter*/
.password-meter-container .progress {
    margin: 0;
    height: 12px;
    border-radius: 0 0 3px 3px;
    background-color: #dcdcdc;
}

.password-meter-container .progress-bar {
    line-height: 100%;
    font-size: 10px;
}

.password-meter-container .password-verdict {
    white-space: nowrap;
}

/*Live View Component*/
.live_view_container {
    position: relative;
    background-image: url(/Content/images/Rolling-1s-200px.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.green-text {
    color: #19aa8d;
}

.red-text {
    color: #ed5565;
}

.yellow-text {
    color: #f8ac59;
}

.bold-text {
    font-weight:bold;
}

.underline {
    text-decoration: underline !important;
}

/* Collapsible Panel Head */
[data-toggle="collapse"] {
    cursor: pointer;
}
