﻿body {
    background: url(patterns/shattered.png);
    background-color: #ffffff;
    /*max-width: 1200px;*/
    width:100%;
    margin: 0 auto;
    padding:0px !important;
}

#right-sidebar {
    top: 0px;
}

/*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;
}


/*.btn-primary {
    background-color: #44799e;
    border-color: #44799e;
    color: white !important;
}*/

/*.btn-primary:hover {
        background-color: #93c2e6;
        border-color: #93c2e6;
        color: #0f0f0f !important;
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: #93c2e6;
        border-color: #93c2e6;
        color: #0f0f0f !important;
    }

    .btn-primary:disabled, .btn-primary:disabled:hover {
        background-color: grey !important;
        border-color: grey !important;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: grey;
        border-color: grey !important;
        cursor: not-allowed;
    }*/

/*.nav-header {
    background-color: #d4dee3;
}

.nav > li.active {
    border-left: 4px solid #44799e;
    background: #d2dadd;
}

ul.nav-second-level {
    background: #d2dadd;
    color: #613616;
}

    ul.nav-second-level > .active {
        background-color: #b7bfc1;
        color: #0f0f0f;
    }

.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: #b7bfc1;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}*/

/*#side-menu.nav > li > a {
    color: #0f0f0f !important;
    background-color: #d2dadd;
}*/

/*a {
    color: #0f0f0f !important;
}*/

/*.navbar-default {
    position: fixed;
}

    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
        background-color: #a8bcc5;
        color: #613616;
    }

.nav > li > a {
    color: #379c83;
    font-weight: 600;
    padding: 20px 20px 14px 25px;
}*/

/*#wrapper {
    background-color: #d2dadd;
    float: left;
    height: auto;
    width: 100%;
    min-height: 100%;
}*/

/*.nav > li.active > a {
    color: #613616;
}

.logo-element {
    background-color: #d4dee3;
    color: #2f4050;
}

.profile-element {
    font-size: 34px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
}

.form-control:focus,
.single-line:focus {
    border-color: #0f0f0f;
}*/

.containerInnerBody {
    padding: 20px 5px;
    height: auto;
    width: 100%;
    display: inline-block;
}

.page-heading {
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
}

/*.navbar-fixed-top, .navbar-static-top {
    background: #ffffff;

}*/

#page-wrapper {
    display: block;
    max-width: 100%;
    /*float: left;*/
    width: auto;
    padding-bottom: 40px;
}

/*.ibox-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.ibox-title .ibox-tools {
    margin: 0 0 7px;
}

@media (min-width: 768px) {
    .navbar-minimalize {
        display: none;
    }
}

.modal-footer a.btn-primary {
    padding: 6px 10px;
}

.form-group .containerFontAwesome {
    display: flex;
    justify-content: center;
    align-content: center;
}

.containerFontAwesome .fa {
    padding-top: 7px;
    font-size: 20px;
}

.form-group .form-group {
    margin-bottom: 0px;
}

.form-group .containerControlValue {
    padding-top: 7px;
}

.dropzone {
    min-height: 140px;
    border: 1px dashed #44789e;
    background: white;
    padding: 20px 20px;
}

/*.select2-container {
    z-index: 2050;
}*/

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0f0f0f;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #b7bfc1;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}

.select2-selection {
    border-radius: 0px !important;
}

.redText {
    color: crimson;
}

a.buttonDownloadFile:disabled {
}

#CustomDialog .loadingSpinner i {
    font-size: 15px !important;
}

.progress-bar {
    background-color: #44799e;
}

.sidebar-container section {
    padding: 10px;
}

    .sidebar-container section > * {
        margin: 5px;
    }

.offline {
    color: grey !important;
}

.online {
    color: blue !important;
}

.dataTables_length .form-control.input-sm {
    padding-top: 3px;
}

.tooltip {
    z-index: 999;
}

.navbar-right {
    float: right !important;
}

.pace .pace-progress {
    background: #44799e !important;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px !important;
    }
}

.containerSidebarTitle {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}

    .containerSidebarTitle h3 {
        margin: 0px;
    }

.branchCounterTableContainer {
    overflow-x: scroll;
}

/*.nav-header {
    padding: 33px 25px;
    background-color: #fff0;
    background-image: none;
}*/

.sidebar-collapse .nav > li {
    background-color: #293846;
    color: #DFE4ED;
}

.navbar-fixed-top, .navbar-static-top {
    background: #ffffff;
}

nav.navbar-default.navbar-static-side {
    height: 100%;
    background-color: #263949;
}

#wrapper {
    /*background-color: #2f4050;*/
    background-color: rgb(38, 57, 73);
    /*max-width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.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;
}

.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;
}

/*.select2-container {
    z-index: 2051 !important;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394 !important;
    color: white;
}

.span-link {
    font-weight: bold;
    color: #1ab394;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #e5e6e7 !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    /*z-index: 1051;*/
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    padding-top: 3px !important;
}

.fa-circle-o-notch {
    font-size: 15px !important;
}

.iradio_square.disabled {
    cursor: not-allowed !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: 1170px;
    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;
}

@media screen and (max-width: 1280px) {
    #rightPanelContentContainer {
        min-width: calc(100vw - 100px);
    }
}

#rightPanelContent {
    height: inherit;
    overflow-y: scroll;
    position: absolute;
    padding: 0px 25px;
    width: 100%;
    max-width: 100%;
}

#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 {
    z-index: 2051 !important;
}*/

.loadingRightPanelContainer {
    margin-top: 100px;
}

.form-control-static {
    display: inline-block;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.control-label-static {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}

.ibox-content.pull-up {
    padding: 15px 20px 5px 20px;
}

.bodyContentHeader {
    display: flex;
    justify-content: space-between;
    /*justify-content: flex-end;*/
}

th {
    font-size: 13px;
}

td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    font-size: 13px;
}

table.dataTable {
    margin-top: 20px !important;
}

.modal-dialog {
    z-index: 2050;
}

.select2-container--open {
    z-index: 2051;
}

.modal-title {
    font-size: 14px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.label.badge {
    border-radius: .25em !important;
    background-color: #d1dade;
}

#right-sidebar section {
    padding: 10px;
}

a.spanLink {
    cursor: pointer;
    color: #1ab394;
}

.customTextArea {
    overflow-y: scroll;
    cursor: text;
    max-height: 250px;
    height: 100px;
}

.gettingSupportLineDataContainer, .gettingTicketChatDataContainer {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #e7eaec;
}

.tooltip-inner {
    text-align: left !important;
}

#messagePanel {
    margin-top: 15px;
}

    #messagePanel.panel-warning {
        border-color: #1ab394;
    }

        #messagePanel.panel-warning > .panel-heading {
            background-color: #1ab394;
            border-color: #1ab394;
            color: #ffffff;
        }

#right-sidebar hr {
    margin: 0px;
}

.trialCustomerContainer {
    display: inline-block;
}

.trialCompanyTag {
    background-color: #FF8C00;
}

.advanced-search-container .input-sm {
    /*default is 30px, but select2 will increase the height to 34px, so set all to 34px*/
    height: 34px !important;
}

/*#tableInfoContainer {
    display: inline-block;
    margin: 0px 0px 15px;
    float: right;
}

#tableInfo, #pagination {
    display: inline-block;
    margin: 0px 5px;
}

#tableInfo, #pagination {
    display: inline-block;
    margin: 0px 0px 0px 5px;
}

    #pagination .paginate_button {
        display: inline-block;
    }

        #pagination .paginate_button span {
            padding: 4px 8px;
            border: 1px solid #DDDDDD;
            color: #686b6d;
            font-size: 10px;
            background-color: white;
            cursor: pointer;
        }*/


/*Table with Dark Header*/
a {
    color: #1eb494;
}

    a:hover {
        color: #18a689;
    }

.center {
    text-align: center !important;
}

.general-search-container {
    padding: 10px 0px 5px 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;
}

.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;
            }

.tableWithDarkHeaderContainer {
    overflow-x: auto;
    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 .tableHeaderWithFilter {
        cursor:pointer;
    }

    .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 > tbody > tr > td {
        word-break: break-word;
    }

    .tableWithDarkHeader > thead > tr > th, .tableWithDarkHeader > tbody > tr > td {
        width: auto !important;
        /*white-space: nowrap;*/
        /*word-break:break-word;*/
        border: none;
        border-bottom: 1px solid #ededed !important;
    }

    .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;
    }

.tableWithDarkHeader .span-link {
    text-decoration:none !important;
}

@media screen and (max-width: 624px) {
    .tableRightInfotable {
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 844px) {
    .tableRightInfotable {
        float: left;
    }
}