﻿body, html, div, p, a, td, span {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #F7F7FB;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 55px;
}

html {
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

    .body-content.login-box {
        padding-left: 44px;
        padding-right: 44px;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

h3 {
    margin-top: 20px;
}

h4, .h3 {
    font-size: 18px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
} 

/* overrriding bootstrap 4 styles*/
.form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.form-control:focus {
    border-color: #008952;
    outline: 0;
    box-shadow: none
}

.navbar {
    padding: unset;
}

.fixed-top {
    position: fixed;
    right: 0px;
    left: 0px;
    border-width: 0 0 1px;
}

span.text {
    font-size: 14px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.container-fluid.FilterContainer {
    padding-left: 0;
    padding-right: 0;
}

.modal {
    overflow-y: auto !important;
}

li {
    font-size: 14px;
}

a {
    color: #1a77b9;
}

/*
.dropdown-toggle::after {
    content: none;
}
 */

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: black;
}

.bs-actionsbox .btn-group button {
    font-size: 12Px;
    border-color: #ccc;
    border-radius: 4px !important;
}


.datepicker {
    display: table;
    padding: 10px;
}

div.dataTables_length {
    float: left;
}

    div.dataTables_length label {
        display: inline-block;
        margin-bottom: 5px;
    }

div.dataTables_paginate {
    float: right;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.LoginLogoBackground {
    background-color: #D6D6DD;
    min-height: 250px;
    position: relative;
}

    .LoginLogoBackground img {
        position: absolute;
        bottom: 30px;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 300px;
        width: 100%;
    }

.LoginBox {
    float: none;
}

    .LoginBox ul.nav.nav-tabs {
        border-bottom: none;
    }

        .LoginBox ul.nav.nav-tabs li.nav-item {
            width: 33.33%;
            text-align: center;
            padding-right: 2px;
        }

            .LoginBox ul.nav.nav-tabs li.nav-item a.nav-link {
                border-color: #D6D6DD !important;
                border-radius: 4px;
                color: #166B39;
                padding: 10px 0px;
                background-color: #fff;
                position: relative;
                display: block;
                padding: 10px 15px;
            }

            .LoginBox ul.nav.nav-tabs li.nav-item a.nav-link.active {
                text-decoration: none;
                background-color: #008952;
                font-weight: bold;
                color: #fff;
                position: relative;
                display: block;
                padding: 10px 15px;
            }


.tab-content form {
    padding: 5px 0px;
    width: 100%;
}


#wrapper {
    width: 100%;
    margin-bottom: 24px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

@media(max-width:1200px) {
    .FilterButtonBox, .FilterButtonBoxReport {
        position: absolute;
        right: 0px;
        bottom: 0px;
        line-height: 50px !important;
    }
}

@media(max-width:550px) {
    .FilterButtonBox, .FilterButtonBoxReport {
        position: relative;
        right: 0px;
        bottom: 0px;
        line-height: 50px !important;
        margin: auto;
        width: 100% !important;
        text-align: center !important;
    }

    .form-group.keyword-form-group {
        margin-bottom: 0px;
    }
}

@media(max-width:1260px) {
    .FilterHorizContainer .form-group label, #ComplaintListView #nodata {
        font-size: 11px !important;
    }

    .FilterHorizContainer .btn-subway {
        width: 35px !important;
        height: 35px !important;
    }
}



.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

        .navbar-top-links li a {
            padding: 15px;
            min-height: 50px;
        }

    .navbar-top-links .dropdown-menu li {
        display: block;
    }

        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            padding: 3px 20px;
            min-height: 0;
        }

            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 310px;
        min-width: 0;
    }

    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }

    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }

    .navbar-top-links .dropdown-alerts {
        margin-left: -123px;
    }

    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eee;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    display: block;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f062";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f063";
        float: right;
        font-family: fontawesome;
        width: 10%;
    }

td.sorting_1 {
    background: #f9f9f9;
}

table.dataTable thead .sorting_desc span {
    width: 80%;
    float: left;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.tooltip {
    width: auto;
    font-size: 12px;
    filter: none;
    position: relative;
    /*pointer-events: none;*/
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #008a54;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#details #page-content-wrapper {
    padding-top: 0px !important;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 12px;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #303640;
                background: rgba(255,255,255,0.2);
                font-weight: bold;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 40px;
        font-size: 13px;
    }

.filterContent {
    display: none;
}

li.nav-item.TopMenuIcons a span {
    display: none;
}

@media(max-width:768px) {
    #wrapper.toggled #page-content-wrapper {
        position: relative;
    }

    #wrapper {
        padding-left: 0px;
    }

        #wrapper.toggled {
            padding-left: 0px;
        }

    #sidebar-wrapper {
        display: block;
        width: 100% !important;
        position: relative;
    }

    .sidebar-nav {
        width: 100%;
    }

    ul li.nav-item.NewComplaintMenu {
        display: none;
    }
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 35px;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 35px;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.navbar {
    margin-bottom: 0px;
}

.headerLogo {
    padding: 12px 35px 10px 35px;
}

    .headerLogo img {
        width: 200px;
    }

a#menu-toggle {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    display: block;
    font-size: 25px;
}

.headNavigator {
    width: 100%;
    height: 45px;
    background-color: #00593e;
}

.btn-subway {
    color: #ffffff;
    background-color: #008952;
    border: none;
    width: 75px;
    font-weight: bold;
}

    .btn-subway:hover {
        color: #ffffff;
    }

    .btn-subway.loginButton {
        width: 100%;
    }

    .btn-subway.loginButton:focus {
        outline: none !important;
        box-shadow: 0 0 0 0;
    }

.input-group-addon {
    cursor: pointer;
}

.sidebar-nav li a span {
    float: right;
    margin-right: 24px;
    font-size: 12px;
}

input.form-control.input-sm {
    width: auto;
}

.tab-content form input {
    max-width: none;
}

h4.text-success.LoginWith {
    font-weight: bold;
    color: #008952 !important;
}

.speratorFilters {
    width: 85%;
    margin-left: 20px;
    border-top: solid 1px#fff;
    text-transform: uppercase;
    color: #fff;
    /*margin-top: 50px;*/
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

ul.sidebar-nav.customFilter li, ul.sidebar-nav.customFilterReport li {
    height: 20px;
    line-height: 20px;
    text-transform: capitalize;
}


.navbar-light {
    background-color: #d6d6dd;
    border-color: #d6d6dd;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.navbar-header {
    background-color: #d6d6dd;
}

.home-icon a {
    background-color: #2b2f3b;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 4px !important;
    margin: 10px;
    text-align: center;
}

    .home-icon a:hover {
        background-color: #2b2f3b !important;
    }

    .home-icon a:hover, .home-icon a:focus {
        background-color: #2b2f3b !important;
    }
/***/
.dropdown-menu > li > a.dropdown-item:hover, .dropdown-menu > li > a.dropdown-item:focus {
    background-color: #2b2f3b !important;
    color: white;
}

.dropdown-menu > li > form > a.dropdown-item:hover {
    background-color: #2b2f3b !important;
    color: white;
    text-decoration: none;
}

.dropdown-menu > li > form > a.dropdown-item {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    /*padding: 3px 20px;*/
    white-space: nowrap;
}

.dropdown-menu > li.selected.active > a.dropdown-item.active {
    background-color: #2b2f3b !important;
    color: white;
    text-decoration: none;
}
/***/

.home-icon a i {
    font-size: 25px;
    color: #d6d6dd;
}

.pers-icon a.dropdown-toggle {
    background-color: #d6d6dd;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 4px !important;
    margin: 10px;
    text-align: center;
    border: 1px solid #2b2f3b;
}

    .pers-icon a.dropdown-toggle i {
        font-size: 25px;
    }



.ellipsis-icon a:first-child {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 4px !important;
    margin: 10px;
    text-align: center;
}

    .ellipsis-icon a:first-child i {
        font-size: 25px;
        color: #008952;
    }

.desc-user a {
    font-size: 16px;
    padding: 15px 0px !important;
    font-weight: bold;
    color: #2b2f3b !important;
    margin-right: 15px;
}

h2.col-lg-4.page-title {
    padding: 0px;
    color: #008952;
    text-transform: uppercase;
}

.ellipsis-icon .dropdown-menu a {
    width: 100%;
    border-radius: 0px;
    text-align: left;
    padding: 5px 15px !important;
    margin: 0px;
}

.sidebar-nav li.active a {
    text-decoration: none;
    color: #303640;
    background: rgba(255,255,255,0.2);
    font-weight: bold;
}

#ComplaintDataTable {
    width: 100% !important;
    border-bottom: 2px solid #ddd;
    background: #fff;
}

    #ComplaintDataTable.table.DTCR_clonedTable.dataTable {
        width: 150px !important;
    }

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255,255,255,0.7);
    z-index: 202;
}

#ComplaintDataTable thead th {
    background-color: #008952;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    padding-right: 5px;
}

#ComplaintDataTable tbody tr {
    height: 70px;
    text-align: center;
    border-left: 3px solid #fff;
}

    #ComplaintDataTable tbody tr td {
        vertical-align: middle;
        color: #58585a;
        font-size: 13px;
        font-weight: normal;
        border-left: 1px solid #ddd;
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    #ComplaintDataTable tbody tr:hover {
        border-left: 3px solid #008952;
    }

.col-lg-4.page-title {
    padding: 0px;
    color: #008952;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

.FilterHorizContainer {
    background-color: #d6d6dd;
    position: relative;
    background: #d6d6dd;
    padding-left: 25px;
}

    .FilterHorizContainer .form-group label, #ComplaintListView #nodata {
        color: #2b2f3b;
        margin-bottom: 0px;
        margin-top: 15px;
        font-weight: bold;
        font-size: 12px;
    }

#ComplaintListView #nodata {
    text-align: center;
    font-size: 14px;
}

.FilterHorizContainer .form-group select {
    border: none;
    color: #2b2f3b;
    border-bottom: 1px solid #2b2f3b;
    background-color: #d6d6dd;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    padding-left: 0px;
}

.FilterHorizContainer .btn-subway {
    background-color: #008952;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0px !important;
}

.addNewComplaint span {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin: 10px;
    text-align: center;
    border: 1px solid #2b2f3b;
    font-size: 18px;
    margin-top: 0px;
    line-height: 30px;
}

.form-group.keyword-form-group {
    width: 90% !important;
    margin-bottom: 15px !important;
    margin-top: 5px !important;
}

.clearThis {
    clear: both;
}

.form-group.form-check {
    margin-top: 45px;
}

.addNewComplaint .txt {
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

.addNewComplaint {
    cursor: pointer;
    text-align: right;
}

.FilterButtonBox, .FilterButtonBoxReport {
    text-align: right;
    line-height: 100px;
    padding-right: 35px;
    float: right;
    width: 170px;
}

input#DelinquentCheck, input#ngsCheck {
    margin-left: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
div.ColVis {
    float: right;
}

button.ColVis_Button,
ul.ColVis_collection li {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    *cursor: hand;
    font-size: 0.88em;
    color: #2b2f3b !important;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    /* Generated by http://www.colorzilla.com/gradient-editor/ */
    background: #ffffff; /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

    .ColVis_Button:hover,
    ul.ColVis_collection li:hover {
        border: 1px solid #666;
        text-decoration: none !important;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
        background: #f3f3f3; /* Old browsers */
        background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
        background: -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
        background: -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
        background: linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    }

button.ColVis_Button {
    height: 30px;
    padding: 3px 0px;
    text-align: center;
}

    button.ColVis_Button::-moz-focus-inner {
        border: none !important;
        padding: 0;
    }

    button.ColVis_Button:active {
        outline: none;
        border: none !important;
    }


div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

ul.ColVis_collection {
    list-style: none;
    width: 200px;
    padding: 8px 8px 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba( 0, 0, 0, 0.4 );
    background-color: #f3f3f3;
    background-color: rgba( 255, 255, 255, 0.3 );
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

    ul.ColVis_collection li {
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        padding: 0.5em;
        display: block;
        float: none;
        margin-bottom: 4px;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
    }

    ul.ColVis_collection li {
        text-align: left;
    }

        ul.ColVis_collection li.ColVis_Button:hover {
            border: 1px solid #999;
            background-color: #f0f0f0;
        }

        ul.ColVis_collection li span {
            display: inline-block;
            padding-left: 0.5em;
            cursor: pointer;
        }


        ul.ColVis_collection li.ColVis_Special {
            border-color: #555;
            background: rgb(237,237,237); /* Old browsers */
            background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 77%, rgba(232,232,232,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* IE10+ */
            background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
        }

            ul.ColVis_collection li.ColVis_Special:hover {
                background: #e2e2e2; /* Old browsers */
                background: -webkit-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* FF3.6+ */
                background: -ms-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* IE10+ */
                background: -o-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Opera 11.10+ */
                background: linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
            }


span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999;
}

button.ColVis_Button.ColVis_MasterButton {
    background: none;
    border: none !important;
    box-shadow: none;
    float: left;
    width: 90px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    outline: none !important;
}

    button.ColVis_Button.ColVis_MasterButton p {
        float: left;
        margin-bottom: 0px;
        line-height: 33px;
    }

    button.ColVis_Button.ColVis_MasterButton i {
        margin-left: 10px;
        font-size: 24px;
        padding-top: 5px;
        float: left;
    }

.SwitchViewID {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    .SwitchViewID .icon {
        float: left;
        background-color: #2b2f3b;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        padding: 3px !important;
        margin: 5px;
        text-align: center;
    }

        .SwitchViewID .icon i {
            color: #fff;
            font-size: 14px;
        }

    .SwitchViewID .click {
        float: left;
    }

        .SwitchViewID .click i {
            font-size: 24px;
            padding-top: 8px;
        }

table#listView {
    list-style: none;
    padding: 0px;
    border-top: none;
    overflow: auto;
    height: 757px;
    width: 100% !important;
    display: block;
}

    table#listView td {
        border-bottom: 1px solid #d6d6dd;
        position: relative;
        padding-bottom: 10px;
        padding-right: 10px;
        cursor: pointer;
        border-left: 4px solid transparent;
        border-top: 1px solid #d6d6dd;
    }

        table#listView td:hover {
            border-left: 4px solid #008952;
            background-color: #f0f0f0;
        }

        table#listView td .date {
            font-size: 12px;
            position: absolute;
            left: 5px;
            font-weight: bold;
            top: 5px;
        }

div#UserName div#UserNamealert {
    background: none;
    border: none;
    padding: 0px;
}

div.dataTables_info {
    font-weight: bold;
    margin-left: 7px;
}

td:focus {
    border: none;
    outline: none;
}

button.ColVis_Button.ColVis_MasterButton p:focus {
    border: none;
    outline: none;
}

div#UserName div#UserNamealert {
    background: none;
    border: none;
}

table#listView td .date i {
    margin-left: 6px;
    font-size: 12px;
}

table#listView td .Low, .SeverityGrid .Low {
    color: #008952;
}

table#listView td .Medium, .SeverityGrid .Medium {
    color: #f59331;
}

table#listView td .High, .SeverityGrid .High {
    color: red;
}

table#listView thead {
    display: none;
}

table#listView tr {
    height: 135px;
}

table#listView i.fa.fa-exclamation-circle {
    position: absolute;
    right: 10px;
    top: 37px;
    font-size: 20px;
}

table#listView td .caseNB {
    font-size: 18px;
    margin-left: 10px;
    margin-top: 20px;
}

    table#listView td .caseNB span {
        color: #1a77b9;
    }

table#listView td .type {
    font-size: 15px;
    margin-left: 10px;
    font-weight: bold;
}

table#listView td .contact {
    font-size: 15px;
    margin-left: 10px;
    color: #939598;
}

table#listView a {
    text-decoration: none;
    color: #58585a;
}

div#ComplaintListView .listingUL {
    padding-right: 0px;
    border: 1px solid #d6d6dd;
}

div#details {
    float: left;
    width: 80%;
}

.col-lg-12.head {
    background-color: #008952;
    height: 55px;
    color: #fff;
}

    .col-lg-12.head .title h3 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 5px;
        float: left;
        width: auto;
        margin-left: 15px;
        line-height: 40px;
    }

.action.float-right a {
    color: white;
    padding: 7px;
    line-height: 30px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 22px;
    cursor: pointer;
}

.head .action {
    margin-top: 10px;
}

.nopaddong-left {
    padding-left: 0px;
    margin-left: 0px;
}

.row img {
    width: 100%;
}

.caseDetails.details-table tr td:first-child {
    width: 25% !important;
}

.details-table tr td:first-child {
    font-weight: bold;
    width: 45%;
    font-size: 12px;
}


.details-table {
    border: 1px solid #d6d6dd;
    min-height: 365px;
    padding: 0 5px;
    background-color: #fff;
}

    .details-table table {
        width: 100%;
    }

.addPhotoClass {
    margin-top: 10px;
}

.details-table tr td {
    font-size: 12px;
}

li.paginate_button a {
    color: #008952;
}

a:focus {
    outline: none !important;
    /*outline: none !important;*/
    outline-offset: unset;
}

.form-group.col-lg-1.keyword {
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 0px;
}

    .form-group.col-lg-1.keyword label {
        cursor: pointer;
    }

    .form-group.col-lg-1.keyword i {
        font-size: 18px;
        margin-left: 5px;
    }

.enable .keywordPopup {
    display: block;
}

.keywordPopup {
    display: none;
    position: absolute;
    width: 180px;
    min-height: 200px;
    background-color: #d6d6dd;
    z-index: 999;
    top: 60px;
    left: -30px;
    padding: 5px;
}

div#ComplaintListView .listingUL {
    width: 20%;
    float: left;
}

div#ComplaintAction ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
    margin: 0;
}


div#ComplaintAction ul.nav.nav-tabs {
    border: none;
}

    div#ComplaintAction ul.nav.nav-tabs li a {
        /*padding: 0px;*/
        color: #008952;
        margin: 0;
        background-color: #D6D6DD;
        border-radius: 0px;
        padding: 7px 0px;
        font-size: 13px;
        font-weight: bold;
    }

    div#ComplaintAction ul.nav.nav-tabs li a.active {
        background-color: #68bc49;
        color: #fff;
    }

div#ComplaintAction {
    min-height: 280px;
    background-color: #fff;
}

    div#ComplaintAction label span {
        color: red;
    }

    div#ComplaintAction input {
        max-width: 800px;
    }

    div#ComplaintAction .col-lg-12 {
        margin: 10px 0px;
    }

li.ComplaintListActive {
    border-left: 4px solid #008952 !important;
    background-color: #f0f0f3;
}

.ColVis_catcher {
    outline: none !important;
}


div#ComplaintAction textarea.form-control {
    max-width: 800px;
    resize: none;
    height: 150px;
}

.details-table h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}


div#ComplaintAction .col-lg-12 {
    margin: 5px 0px;
}

div#ComplaintAction .form-group {
    margin-bottom: 0px;
}

.details-table h4:first-child {
    margin-top: 15px;
}

div#ComplaintAction .tab-content {
    border: 1px solid #D6D6DD;
    min-height: 330px;
    overflow: auto;
    height: 330px;
}

div#addMsg .form-group:first-child {
    margin-top: 20px;
}

.btn-default.btn-default-style {
    /*border: none;*/
    color: #1a77b9;
    border: 1px solid white;
    /*margin: 5px;*/
    background-color: white;
}

    .btn-default-style:focus, .btn-default-style:hover {
        border: 1px solid #1a77b9;
        background-color: white;
        color: #1a77b9;
    }

div#addMsg button {
    margin-top: -10px;
}

.AllBoxesDetails {
    float: left;
    width: 86%;
    border-left: 1px solid #ddd;
    padding: 5px;
}

.FilterHorizContainer .btn:focus, .FilterHorizContainer .btn:active {
    color: #fff !important;
    outline: none !important;
}

.keywordAdded ul {
    list-style: none;
    padding: 0;
    margin-top: 2px;
}

.Title b {
    float: left;
}

div.Availablefilters {
    float: left;
}

.FilterList {
    padding-bottom: 25px;
    font-size: 12px;
    margin: 8px;
}

div#ComplaintDataTable .bottom {
    margin: 10px;
}

.headNavigator span {
    display: none;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    margin-left: 20px;
    cursor: pointer;
}

tr.child {
    text-align: left !important;
}

span.dtr-title {
    color: #008952;
}

span.dtr-data {
    font-size: 13px;
}

.MediationFilters {
    display: none;
}

table.fixedHeader-floating {
    position: fixed !important;
    background-color: white;
}

    table.fixedHeader-floating.no-footer {
        border-bottom-width: 0;
    }

table.fixedHeader-locked {
    position: absolute !important;
    background-color: white;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

table.table.dt-responsive.nowrap.dataTable.no-footer.dtr-inline.fixedHeader-floating {
    top: 49px !important;
}

    table.table.dt-responsive.nowrap.dataTable.no-footer.dtr-inline.fixedHeader-floating th {
        background-color: #008952;
        color: #fff;
        border: none;
        font-size: 12px;
        padding: 0px;
        text-align: center;
        vertical-align: middle;
        height: 40px;
    }

.customFilter span, .customFilterReport span {
    display: none;
}

.customFilter a:hover span, .customFilterReport a:hover span {
    display: block;
}


ul.ColVis_collection {
    background-color: #d6d6dd;
    border: none;
    border-radius: 0px;
}

.input-group-addon {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

ul.ColVis_collection li {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 0px;
}

    ul.ColVis_collection li:hover {
        border: none;
        background: transparent;
        box-shadow: none;
        margin-bottom: 0px;
        padding: 0px;
    }


.dropdown.bootstrap-select.form-control {
    background-color: transparent !important;
    box-shadow: none;
}

button.btn.dropdown-toggle.btn-light {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 12px;
    box-shadow: none;
    max-width: 250px;
    padding: 6px 12px;
    border-bottom: 1px solid #ccc !important;
}

.FilterHorizContainer button.btn.dropdown-toggle.btn-light {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 12px;
    box-shadow: none;
    max-width: 250px;
    /*padding: 6px 12px;*/
    border-bottom: 1px solid black !important;
}

btn.btn-dropdown-style {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 12px;
    box-shadow: none;
    max-width: 250px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2b2f3b !important;
}

button.btn.dropdown-toggle.btn-light:active {
    box-shadow: none;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .modal-content.custom-width {
        width: inherit;
    }
}

.modal-content.custom-width {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 400px;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#keywordPopup #txtFiltername, .save-modal #txtFiltername {
    max-width: 100%;
    margin-bottom: 10px;
}

.modal-header {
    font-size: larger;
    background-color: #008a54;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .modal-header .close, .customFilter a span, .customFilterReport a span {
        color: black;
        opacity: 1;
        box-shadow: none;
        text-shadow: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.customFilter a span, .customFilterReport a span {
    padding-top: 4px;
}

    .modal-header .close:hover, .customFilter a span:hover, .customFilterReport a span:hover {
        color: white;
    }

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#keywordPopup .modal-body .col-lg-12 .glyphicon {
    display: none;
}

#keywordPopup .modal-body .col-lg-12.has-error .glyphicon {
    position: absolute;
    top: 9px;
    right: 22px;
    display: block;
}

#keywordPopup .modal-body .col-lg-12.has-error {
    position: relative;
}

.modal-body {
    padding-bottom: 10px;
}

textarea:focus, input:focus, button:focus {
    outline: none !important;
}

.btn-danger-style {
    background: white;
    /*color: #d33333;*/
    border: 1px solid white;
}

    .btn-danger-style:focus, .btn-danger-style:hover {
        /*color: #d33333;
        border: 1px solid #d33333;*/
    }

.text-danger.text-danger-red {
    /*color: #d33333;*/
}

.has-error .form-control {
    border-color: #d33333;
}

.has-error input:focus {
    box-shadow: none !important;
}


.filterInputsBox {
    padding: 0px;
    margin: 0px;
}

div.ExportButtonContainer {
    position: relative;
    float: right;
    margin-bottom: 1em;
}

button.dt-button.ExportButton {
    border: none;
    background: none !important;
    background-color: #2b2f3b !important;
    box-shadow: none;
    float: left;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    padding: 4px !important;
    margin: 5px;
    text-align: center;
}

div.dt-button-collection {
    padding: 0;
    border-radius: 0;
    border: 0 !important;
}

button.dt-button.buttons-html5 {
    border: none;
    color: black;
    text-align: left;
    background: #d6d6dd;
    margin: 0 !important;
}

    button.dt-button.buttons-html5:hover, button.dt-button.buttons-html5:focus, button.dt-button.buttons-html5:active {
        background: #008952;
        color: white;
        border-color: transparent;
    }

.form-group.form-check label {
    margin-left: 10px;
    margin-top: 0;
}

.dt-button.ExportButton span {
    color: #fff;
}

input.form-control::-webkit-input-placeholder {
    opacity: 1;
}

input.form-control:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

input.form-control::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}

input.form-control:-ms-input-placeholder {
    opacity: 1;
}

.form-group.keyword-form-group input[type=text] {
    margin-top: 0px !important;
    height: 28px;
    font-size: 11px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    max-width: 306px;
    float: left;
}

div.tagsinput {
    padding: 4px;
    border-radius: 5px;
    z-index: 10;
    background-color: white;
    border: 1px solid #008952;
    opacity: 0.85;
    overflow-y: auto;
    height: 150px;
    width: 100%;
    display: none;
    margin-top: 6px;
    position: absolute;
}

    div.tagsinput li {
        border: 1px solid #a5d24a;
        border-radius: 2px;
        display: block;
        float: left;
        padding: 3px;
        text-decoration: none;
        background: #cde69c;
        color: #638421;
        margin-right: 2px;
        margin-bottom: 2px;
        font-family: helvetica;
        font-size: 13px;
    }

        div.tagsinput li i {
            padding-right: 2px;
            cursor: pointer;
        }

        div.tagsinput li a {
            font-weight: bold;
            color: #82ad2b;
            text-decoration: none;
            font-size: 11px;
        }

    div.tagsinput div {
        display: block;
        float: left;
    }

.margBot10 {
    margin-bottom: 10px;
}

.margBot15 {
    margin-bottom: 15px;
}

.margBot20 {
    margin-bottom: 20px;
}

.margBot30 {
    margin-bottom: 30px;
}

.col-lg-11.filterInputsBox .col-lg-12 .form-group {
    margin-bottom: 0px;
}

.col-lg-11.filterInputsBox {
    padding: 0px;
    margin: 0px;
    width: 85%;
}

    .col-lg-11.filterInputsBox .col-lg-12 {
        padding: 0px;
        margin: 0px;
    }

        .col-lg-11.filterInputsBox .col-lg-12 .form-group button.btn.dropdown-toggle.btn-light {
            padding: 0px;
        }

.caseContainer {
    margin-top: 25px;
}

.caseSubMenu {
    border: 1px solid #d6d6dd;
    padding: 0px;
    height: 382px;
    border-right: none;
    background-color: #fff;
}

    .caseSubMenu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .caseSubMenu ul li {
            border-left: 5px solid #fff;
            cursor: pointer;
            margin-bottom: 15px;
            padding: 15px 0px;
        }

            .caseSubMenu ul li:hover, .caseSubMenu ul li.active {
                border-left: 5px solid #68bc49;
                background-color: #eee;
            }


                .caseSubMenu ul li:hover a, .caseSubMenu ul li.active a {
                    color: #68bc49;
                }

            .caseSubMenu ul li a {
                padding: 5px 15px;
                display: block;
                text-decoration: none;
                color: #333;
                font-weight: bold;
                font-size: 12px;
            }

.caseInfoBox {
    padding: 0px;
    border: 1px solid #d6d6dd;
    background-color: #fff;
    min-height: 382px;
}

    .caseInfoBox .details-table {
        border: none;
    }


.container.caseDetails ul:not(.dropdown-menu) {
    list-style: none;
    border-bottom: 1px solid #68bc49;
    display: inline-flex;
    width: 100%;
    padding: 0px;
}

    .container.caseDetails ul:not(.dropdown-menu) li {
        width: 25%;
        cursor: pointer;
        position: relative;
    }

        .container.caseDetails ul:not(.dropdown-menu) li.active a, .container.caseDetails ul:not(.dropdown-menu) li a:hover {
            border-bottom: 5px solid #68bc49;
        }

        .container.caseDetails ul:not(.dropdown-menu) li a {
            display: block;
            padding: 15px 0px;
            font-size: 11px;
            text-align: center;
            text-decoration: none;
            color: #333;
            border-bottom: 5px solid #fff;
            width: 90%;
            margin: auto;
        }

        .container.caseDetails ul:not(.dropdown-menu) li span {
            font-size: 20px;
            line-height: 18px;
            color: #d6d6dd;
            position: absolute;
            right: 0;
            top: 15px;
            width: 5px;
        }

.ProductInf .bootstrap-select.btn-group .dropdown-menu {
    min-width: inherit;
}

.ProductInf .form-group {
    margin-bottom: 0px;
}

    .ProductInf .form-group .form-control {
        height: inherit;
    }

        .ProductInf .form-group .form-control button.btn.dropdown-toggle.btn-light {
            margin-top: inherit;
        }

.form-group {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    /*display: block;*/
}

.OriginalInf p, .OriginalInf span {
    font-size: 12px;
    position: relative;
}

.OriginalInf table tr td span {
    display: block;
}

.OriginalInf span label.error {
    left: 100%;
    bottom: -5px;
    width: 515px !important;
    top: 0px;
}

.ProductInf p, .ProductInf span {
    font-size: 12px;
    position: relative;
}

    .ProductInf span label.error {
        left: 100%;
        bottom: -5px;
        width: 515px !important;
        top: 0px;
    }

.container.HistoryList table td {
    font-size: 12px;
    font-style: normal;
}

.ProductInf p, .ProductInf span {
    font-size: 12px;
}

.removeKeyword {
    background: #fff;
    padding: 6px 0px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #fff;
    width: 15px;
    height: 25px;
    font-size: 11px;
}

.keywordAdded li span {
    padding: 3px 5px;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
    font-size: 11px;
}

.keywordAdded li {
    float: left;
    padding: 0px;
    margin: -2px 3px;
    display: flex;
}

.keywordAdded {
    float: left;
    padding: 0px;
    max-width: 80%;
}

.details-table tr td {
    vertical-align: top;
}

td.EmptySpace {
    height: 20px;
}

.FilterHorizContainer .form-group {
    padding-right: 5px;
    padding-left: 5px;
}

.ColVis_collectionBackground {
    background: transparent url(../assets/background.png) repeat top left !important;
    opacity: 0.25 !important;
}

td.ComplaintQuestion p span {
    color: #68bc49;
    display: block;
}

.validation-summary-errors ul {
    padding: 0px;
    list-style: none;
}

.FilterHorizContainer .btn-subway:hover {
    background-color: #2b2f3b !important;
}

#NewComplaint ul.nav.nav-tabs {
    border-bottom: 1px solid none;
    float: left;
}

.NewComplaintTop {
    border-bottom: 1px solid #008a54;
}



.ExtraInfoBox h1 {
    background-color: transparent !important;
    color: #333 !important;
    padding-left: 10px !important;
    margin-top: 15px;
}

#NewComplaint ul.nav.nav-tabs li a {
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #939598;
    margin: auto;
    border: none;
    background: transparent;
    font-weight: bold;
}

#NewComplaint ul.nav.nav-tabs li.active, #NewComplaint ul.nav.nav-tabs li:hover {
    border-bottom: 5px solid #008a54;
}

    #NewComplaint ul.nav.nav-tabs li.active a, #NewComplaint ul.nav.nav-tabs li:hover a {
        color: #008a54;
    }

#NewComplaint ul.nav.nav-tabs li.Seperator:hover {
    border: none;
}

#NewComplaint ul.nav.nav-tabs li.Seperator {
    height: 100%;
    display: block;
    font-size: 22px;
    line-height: 35px;
    color: #939598;
}


div#NewComplaint h1 {
    width: 100%;
    background: #68bc49;
    color: #fff;
    font-size: 15px;
    padding: 4px;
    margin-bottom: 0px;
    margin-top: 35px;
}

div#NewComplaint input {
    margin-left: 5%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 0px;
    resize: none;
    max-width: 250px;
    width: 100% !important;
}

div#NewComplaint input[type=radio] {
    width: 15px !important;
}

div#NewComplaint textarea {
    margin-left: 5%;
    padding-bottom: 0px;
    resize: none;
    width: 100%;
}

div#NewComplaint label {
    width: 30%;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: bottom;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: bold;
}

    div#NewComplaint label span {
        color: red;
    }

div#NewComplaint .answerRadio label span {
    color: inherit;
}

div#NewComplaint .dropdown.bootstrap-select.form-control {
    margin-left: 5%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 280px;
}

/*
div#NewComplaint button.btn.dropdown-toggle.btn-light {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc !important;
    display: none;
}
*/

.ExtraInfoBox {
    border: 1px solid #68bc49;
    padding: 10px;
    margin-top: 20px;
}

    .ExtraInfoBox h2 {
        margin: 0px;
        font-size: 17px;
        font-weight: bold;
    }

    .ExtraInfoBox p {
        margin: 0;
        font-size: 12px;
    }


div#productAssociation ul.nav.nav-tabs {
    border: none;
}

div#productAssociation .tab-content {
    border: 1px solid #D6D6DD;
}


div#NewComplaint label.error {
    font-size: 10px !important;
    margin-left: 0px;
    max-width: 320px;
}

div#productAssociation ul.nav.nav-tabs li {
    width: 25%;
    text-align: center;
    margin: 0;
    margin-right: 1%;
    border-bottom: none !important;
    border: 1px solid #D6D6DD;
    margin-top: 20px;
}



    div#productAssociation ul.nav.nav-tabs li a {
        /*padding: 0px;*/
        color: #939598;
        margin: 0;
        border-radius: 0px;
        padding: 7px 0px;
        font-size: 13px;
        font-weight: bold;
    }

    div#productAssociation ul.nav.nav-tabs li.active a, div#productAssociation ul.nav.nav-tabs li:hover a {
        background-color: #68bc49;
        color: #fff;
    }

.HiddenExtraInfo {
    border: 1px solid #D6D6DD;
    margin: 20px;
    border-radius: 5px;
    padding: 10px;
    display: none;
}

    .HiddenExtraInfo input, .HiddenExtraInfo textarea {
        width: 55%;
    }


div#NewComplaint .bs-searchbox input.form-control {
    margin: 0;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    max-width: 350px;
}

.bootstrap-select > .dropdown-toggle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 6px;
    border-bottom: 1px solid #ccc !important;
}

    .bootstrap-select > .dropdown-toggle.disabled {
        cursor: not-allowed;
    }

span.txtlabel {
    /*display: block;*/
    margin-left: 10px;
    color: #939598;
    display: none;
}

.ProductInfoBox {
    display: none;
}

.dropzone {
    min-height: 20px;
    padding: 20px 10px !important;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    /*border: 1px solid #e3e3e3;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border: dotted 3px #d3d3d3;
}

label.UploadLabel {
    width: 100% !important;
    padding: 10px 0;
}

.container.HistoryList table td span {
    font-weight: bold;
}

tr.DetailsView {
    background-color: #d6d6dd;
    display: none;
}

td.HistoryClicable i {
    font-size: 20px;
    margin-top: -5px;
}

td.HistoryClicable {
    cursor: pointer;
}



.caseAttachments ul {
    list-style: none;
    border-bottom: 1px solid #68bc49;
    display: inline-flex;
    width: 100%;
    padding: 0px;
}

    .caseAttachments ul li {
        width: 50%;
        cursor: pointer;
        position: relative;
    }

        .caseAttachments ul li.active a, .caseAttachments ul li a:hover {
            border-bottom: 5px solid #68bc49;
        }

        .caseAttachments ul li a {
            display: block;
            padding: 15px 0px;
            font-size: 11px;
            text-align: center;
            text-decoration: none;
            color: #333;
            border-bottom: 5px solid #fff;
            width: 90%;
            margin: auto;
        }

        .caseAttachments ul li span {
            font-size: 20px;
            line-height: 18px;
            color: #d6d6dd;
            position: absolute;
            right: 0;
            top: 15px;
            width: 5px;
        }

.CompalaintMenu {
    display: none;
}

.alignedTop label {
    vertical-align: top !important;
}

.alignedTop {
    margin-top: 30px;
}

div#CustomerAffected {
    margin-top: 13px;
}

label.checkbox-inline {
    width: 70px !important;
}

div#NewComplaint input:focus {
    border-bottom: 1px solid #68bc49;
}

#dropZoneForm {
    background: lightgray;
}

.container.HistoryList ul {
    list-style: none;
    padding: 0px;
    display: inline-flex;
    width: 50%;
    border-bottom: 1px solid #68bc49;
    padding-top: 5px;
    float: left;
}

    .container.HistoryList ul.ExpandCollapse {
        direction: rtl;
    }


    .container.HistoryList ul li {
        font-size: 13px;
        color: #939598;
        padding: 5px;
    }

        .container.HistoryList ul li a {
            font-size: 13px;
            color: #939598;
            display: block;
            text-decoration: none;
            font-weight: bold;
        }

        .container.HistoryList ul li:hover a, .container.HistoryList ul li.active a {
            color: #68bc49;
            cursor: pointer;
        }

.CompalaintMenu ul {
    padding: 0;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    width: 80px;
    text-align: left;
    z-index: 9999999;
    height: 90px;
    min-width: 160px;
    margin: auto;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .CompalaintMenu ul a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
    }

        .CompalaintMenu ul a:hover {
            background-color: #2b2f3b;
            color: #fff;
        }

    .CompalaintMenu ul li {
        margin-top: 3px;
    }

.DTTT_collection {
    background-color: #d6d6dd !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    width: 130px !important;
    margin-left: -20px;
}

    .DTTT_collection a {
        border: none !important;
        background: transparent;
        box-shadow: none !important;
        margin-bottom: 0px !important;
        padding: 10px;
        margin: 0px;
    }

        .DTTT_collection a:hover {
            background: #008952;
        }

            .DTTT_collection a:hover span {
                color: #fff;
            }

.Details.DivDocuments table {
    font-size: 12px;
}

    .Details.DivDocuments table td i {
        font-size: 18px;
        cursor: pointer;
    }

        .Details.DivDocuments table td i:hover {
            color: #68bc49;
        }


    .Details.DivDocuments table tr td:last-child, .Details.DivDocuments table tr th:last-child {
        text-align: center;
    }

.attch a.btn.btn-subway {
    width: auto;
    margin: 10px 0px;
    background-color: #68bc49;
}


@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2em 0;
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -ms-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

.form-control.storeLocked .bs-caret {
    display: none;
}

.form-control.storeLocked .dropdown-toggle .filter-option {
    color: darkgray;
}

h1.Title {
    background-color: #008952 !important;
    color: #fff !important;
}

.CreateComplaintBox {
    border: 1px solid #d6d6dd;
    margin: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.UploadBox .UploadTitle {
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 5px;
}

    .UploadBox .UploadTitle.BoldFont {
        font-weight: bold;
    }

.UploadBox form {
    margin-top: 10px;
}

.form-group.UploadBox {
    min-height: 722px;
}

.AdditionalInformation {
    display: none;
}

.AlternateContact {
    display: none;
}

div#NewComplaint h1 span.float-right {
    padding: 0px 10px;
    cursor: pointer;
}

.CreateComplaintBox .Title {
    margin-top: 0px !important;
    font-size: 18px !important;
}

.CreateComplaintBox .form-group {
    display: inherit;
}

.carousel-inner > .item img {
    max-height: 310px;
    max-width: 460px;
    margin-left: 5%;
    float: left;
    width: 50%;
    height: 100%;
}

.carousel-control.left {
    background: transparent !important;
    width: 5%;
}

.carousel-control.right {
    background: transparent !important;
    width: 5%;
}

.carousel-control i {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 5;
    display: inline-block;
    font-size: 80px;
    color: #333;
}

.carousel-indicators li {
    border: 1px solid #000 !important;
}

.carousel-indicators .active {
    background-color: #000 !important;
}

.carousel-caption {
    position: relative;
    float: left;
    color: #000;
    bottom: 0px;
    text-align: left;
    left: 5%;
}


li.nav-item.TopMenuIcons:hover {
    background-color: #BDBEC5;
}

li.nav-item.TopMenuIcons a i {
    color: #2b2f3b;
    text-align: center;
    font-size: 20px;
    line-height: 22px !important;
}

.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:hover, .navbar-light .navbar-nav > .open > a:focus {
    background: transparent !important;
}

.navbar-light .navbar-nav > .NewComplaintMenu.open > a, .navbar-light .navbar-nav > .NewComplaintMenu.open > a:hover, .navbar-light .navbar-nav > .NewComplaintMenu.open > a:focus {
    background: #2b2f3b !important;
}

a.dropdown-toggle {
    border-radius: 100%;
    color: #2b2f3b !important;
    padding: 4px !important;
    margin: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 26px !important;
}

#dataTables-Complaints, #dataTables-Credit, #allUsers, #allTradingPartners, #StoreUsers {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .caseSubMenu {
        height: auto;
    }

    div#dataTables-Complaints_info {
        text-align: left !important;
    }
}

.ComplaintsMenu {
    margin: auto;
    float: none;
    width: 370px;
}

    .ComplaintsMenu.ReportMenu {
        /*margin-bottom: 10px;*/
        margin-top: 10px;
    }

    .ComplaintsMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-flex;
    }

        .ComplaintsMenu ul li {
            font-size: 15px;
            font-weight: bold;
        }

            .ComplaintsMenu ul li a {
                text-transform: uppercase;
                display: block;
                text-decoration: none;
                color: #939598;
            }

            .ComplaintsMenu ul li.active a, .ComplaintsMenu ul li:hover a {
                color: #008a54;
            }

            .ComplaintsMenu ul li a i {
                font-size: 21px;
                margin-right: 5px;
            }

input.form-control.error {
    border-bottom: 1px solid red !important;
}

label.error {
    color: red;
}

label.info {
    color: green;
}

label.error, label.info {
    width: 100% !important;
    position: absolute;
    bottom: -15px;
    left: 37%;
    /*left: 15px;*/
    /*left: 37%;*/
    /*right: 15px;*/
    z-index: 9;
    /*right: 10px;*/
    margin-top: 0px !important;
    font-size: 10px;
}

.dropdown.bootstrap-select.form-control .error {
    left: 0;
    top: 42px;
}

th.dt-body-center {
    vertical-align: middle !important;
    padding-left: 5px !important;
}

.QuesionMark {
    position: absolute;
    right: -15px;
    color: black !important;
}

.downloadImage {
    color: #000;
}

    .downloadImage:hover, .downloadImage:focus, .downloadImage:active {
        color: #68bc49;
    }

div#ComplaintListView .carousel-caption {
    top: 75px !important;
}

.storeOverlay {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

h3.CreditTitle {
    padding: 0px;
    color: #008952;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

li.nav-item.NewComplaintMenu a.dropdown-toggle {
    background-color: #2b2f3b !important;
    border-radius: 30px;
    height: 32px;
    padding: 0px !important;
    margin: 10px;
    text-align: center;
    color: #d6d6dd !important;
    width: auto !important;
}

li.nav-item.NewComplaintMenu a.dropdown-toggle:after {
    content: none;
}

    li.nav-item.NewComplaintMenu a.dropdown-toggle:hover, li.nav-item.NewComplaintMenu a.dropdown-toggle:active {
        background-color: #2b2f3b !important;
    }

    li.nav-item.NewComplaintMenu a.dropdown-toggle .leftSide {
        float: left;
        border-right: 1px solid #d6d6dd;
    }

        li.nav-item.NewComplaintMenu a.dropdown-toggle .leftSide i {
            padding: 9px;
            font-size: 16px;
        }

    li.nav-item.NewComplaintMenu a.dropdown-toggle .rightSide {
        float: right;
        padding: 3px 12px;
        font-size: 13px;
        font-weight: bold;
    }

.ComplaintsMenu ul li.sep {
    width: 25px;
    text-align: center;
    color: #939598;
}

ul.nav.navbar-nav.ml-auto {
    margin-right: 10px !important;
}

.Action-btn {
    padding: 0px 25px;
    margin-right: 20px;
    /*background: transparent;*/
    font-weight: bold;
    color: #008952;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
}

/*.btn-blue {
    color: #49a2d7;
    border: solid 1px #49a2d7;
}

.btn-red {
    color: #c1333a;
    border: solid 1px #c1333a;
}

.btn-yellow {
    color: #f79f47;
    border: solid 1px #f79f47;
}*/

.btn-blue:hover {
    color: #49a2d7;
    border: solid 1px #49a2d7;
    background-color: transparent !important;
}

.btn-red:hover {
    color: #c1333a;
    border: solid 1px #c1333a;
    background-color: transparent !important;
}

.btn-yellow:hover {
    color: #f79f47;
    border: solid 1px #f79f47;
    background-color: transparent !important;
}

.btn-blue.active {
    color: #fff;
    border: solid 1px #49a2d7;
    background-color: #49a2d7 !important;
}

.btn-red.active {
    color: #fff;
    border: solid 1px #c1333a;
    background-color: #c1333a !important;
}

.btn-yellow.active {
    color: #fff;
    border: solid 1px #f79f47;
    background-color: #f79f47 !important;
}

.complaintAction input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0px;
    resize: none;
}

table.dt-responsive {
    width: 100%;
}

a.backButton {
    width: 20px;
    text-align: center;
    line-height: 55px;
}

    a.backButton i {
        font-size: 24px;
        color: #fff;
    }

.AdminInfoBox {
    border: 1px solid #d6d6dd;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: #fff;
}

.w2ui-panel-content {
    overflow-x: hidden !important;
}

.AdminInfoBox h1, table.Questions tr.header td {
    width: 100%;
    color: #000;
    font-size: 15px;
    padding: 4px;
    margin-bottom: 0px;
    margin-top: 35px;
    font-weight: bold;
}

.AdminInfoBox .Title {
    margin-top: 0px !important;
    font-size: 13px !important;
    /*margin-top: 10px;*/
}

table#AdminList thead {
    display: none;
}

table#AdminList {
    list-style: none;
    padding: 0px;
    /*border-top: none;*/
    overflow: auto;
    width: 100%;
    border-top: 3px solid #d6d6dd;
}

    table#AdminList td p {
        display: none;
    }

    table#AdminList td {
        font-size: 13px;
        padding: 5px;
        border-bottom: 1px solid #d6d6dd;
        position: relative;
        padding-bottom: 10px;
        cursor: pointer;
        border-left: 4px solid transparent;
        border-top: 1px solid #d6d6dd;
    }

        table#AdminList td:hover {
            border-left: 4px solid #008952;
            background-color: #f0f0f0;
        }

        table#AdminList td.active {
            border-left: 4px solid #008952;
            background-color: #f0f0f0;
        }


div#AdminList_filter label input {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    border-radius: 0px;
    background-color: white;
    padding-bottom: 4px;
    border: none;
}

div#AdminList_filter label {
    display: block;
    margin: 5px;
    width: 95%;
}

.AdminViewList {
    padding-right: 0px;
    border: 1px solid #d6d6dd;
    background-color: #fff;
}

    .AdminViewList #AdminList_processing {
        z-index: 1;
    }

    .AdminViewList table#AdminList div.active {
        font-weight: bold;
    }

.DisplayOnly {
    border: none;
    box-shadow: none;
    background: transparent !important;
    height: 20px;
    font-size: 12px;
    cursor: default !important;
}

.AdminInfoBox table {
    width: 100%;
}

    .AdminInfoBox table td {
        border-bottom: 1px solid #d6d6dd;
        padding: 7px;
    }

    .AdminInfoBox table tr:last-child td {
        border-bottom: none;
    }

    .AdminInfoBox table td:last-child {
        text-align: center;
    }

    .AdminInfoBox table td i {
        cursor: pointer;
    }

    .AdminInfoBox table td img {
        width: 20px;
    }

.AdminInfoBox .title {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
}

.AdminInfoBox h1 span {
    margin-right: 8px;
    cursor: pointer;
}

.AdopCase {
    width: 185px;
    position: absolute;
    top: 0px;
    right: 10px;
}

    .AdopCase.CaseAdopted a {
        background-color: #D6D6DD !important;
        cursor: default;
        color: #008952 !important;
    }

        .AdopCase.CaseAdopted a .leftSide {
            border-right: 1px solid #008952;
        }

    .AdopCase a {
        background-color: #68bc49 !important;
        border-radius: 30px;
        height: 32px;
        padding: 0px !important;
        margin: 10px;
        text-align: center;
        color: #fff !important;
        display: block;
        line-height: 27px;
        cursor: pointer;
    }

        .AdopCase a .leftSide {
            float: left;
            border-right: 1px solid #d6d6dd;
        }

            .AdopCase a .leftSide i {
                padding: 7px;
                font-size: 18px;
            }

        .AdopCase a .rightSide {
            float: left;
            padding: 3px 12px;
            font-size: 13px;
            font-weight: bold;
        }

.ActionRejected {
    display: none;
}

#QuestionModel input.question-text {
    width: 95%;
    max-width: 1000px;
    margin: 0px !important;
    display: inline-block;
}

.ModalTable table thead {
    display: none;
}

.ModalTable table {
    list-style: none;
    padding: 0px;
    border-top: none;
    overflow: auto;
    width: 100%;
}

    .ModalTable table td p {
        display: none;
    }

    .ModalTable table tr {
        font-size: 13px;
        padding: 5px;
        border-bottom: 1px solid #d6d6dd;
        position: relative;
        padding-bottom: 10px;
        cursor: pointer;
        border-left: 4px solid transparent;
        /*border-top: 1px solid #d6d6dd;*/
    }

        .ModalTable table tr:hover {
            border-left: 4px solid #008952;
            background-color: #f0f0f0;
        }

        .ModalTable table tr.active {
            border-left: 4px solid #008952;
            background-color: #f0f0f0;
        }

.ModalTable .dataTables_filter label {
    display: block;
    margin: 5px;
}

.ModalTable .dataTables_filter input {
    width: 100%;
    max-width: 900px;
    margin-left: 0px;
    border-radius: 0px;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    width: auto !important;
}

div#QuestionAssoc_wrapper {
    border: 1px solid #d6d6dd;
}

.toggleCreateComplaint i.fa.fa-sort-up, i.fa.fa-sort-down {
    font-size: 35px;
}

.toggleCreateComplaint i.fa.fa-sort-down {
    margin-top: -30px;
}

div#ajaxbox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto;
}



#ComplaintAction label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}

    #ComplaintAction label.error {
        position: relative;
        left: 0;
        top: 0;
    }

.ComplaintListActive td {
    border-left: 4px solid #008952 !important;
    background-color: #f0f0f0 !important;
}


.cd-top {
    z-index: 9999;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #008952 url(../assets/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    background-size: 25px;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #008952;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 65px;
    }
}

.row.ActionPending .btn btn-default btn-default-style.float-right.submit {
    margin-right: 15px;
}

.ExtraInfoBox h1 {
    margin-top: 10px !important;
}

div#ProductCategoriesTree ul ul {
    display: none;
    margin-left: 45px;
}

div#ProductCategoriesTree ul {
    list-style: none;
    padding: 0px;
}

div#ProductCategoriesTree {
    background: #e6e6e6;
    padding: 20px;
    min-height: 490px;
    width: 100%;
    border: 2px solid #d6d6dd;
    overflow: auto;
}

    div#ProductCategoriesTree ul li a {
        background: #e6e6e6;
        border-radius: 50px;
        display: block;
        width: 240px;
        padding: 0px 15px;
        font-size: 12px;
        text-decoration: none;
        color: #008952;
        font-weight: bold;
    }

    div#ProductCategoriesTree ul li {
        min-width: 100px;
        margin-top: 5px;
    }

        div#ProductCategoriesTree ul li a:hover + ul a {
            color: #fff;
            background-color: #008952;
            -webkit-animation-name: example; /* Chrome, Safari, Opera */
            -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
            animation-name: animateColor;
            animation-duration: 1s;
            cursor: pointer;
        }

        div#ProductCategoriesTree ul li a.active {
            color: #fff;
            background-color: #008952;
            -webkit-animation-name: example; /* Chrome, Safari, Opera */
            -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
            animation-name: animateColor;
            animation-duration: 1s;
            cursor: pointer;
        }

        div#ProductCategoriesTree ul li a:hover {
            color: #fff;
            background-color: #008952;
            -webkit-animation-name: example; /* Chrome, Safari, Opera */
            -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
            animation-name: animateColor;
            animation-duration: 1s;
            cursor: pointer;
        }

        div#ProductCategoriesTree ul li a i {
            float: left;
            line-height: 20px;
            margin-right: 10px;
            cursor: default;
        }

@-webkit-keyframes animateColor {
    from {
        background-color: #e6e6e6;
        color: #008952;
    }

    to {
        background-color: #008952;
        color: #fff;
    }
}

/* Standard syntax */
@keyframes animateColor {
    from {
        background-color: #e6e6e6;
        color: #008952;
    }

    to {
        background-color: #008952;
        color: #fff;
    }
}

div.Admincomplaint ul.nav.nav-tabs li {
    width: 20%;
    text-align: center;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}


div.Admincomplaint ul.nav.nav-tabs {
    border: none;
}

    div.Admincomplaint ul.nav.nav-tabs li a {
        /*padding: 0px;*/
        color: #008952;
        margin: 0;
        background-color: #D6D6DD;
        border-radius: 0px;
        padding: 7px 0px;
        font-size: 13px;
        font-weight: bold;
    }

    div.Admincomplaint ul.nav.nav-tabs li.active a {
        background-color: #68bc49;
        color: #fff;
    }

    div.Admincomplaint ul.nav.nav-tabs li:hover a {
        background-color: #68bc49;
        color: #fff;
    }

.noData {
    color: grey;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

div#AdminFormPage div:not(.bs-searchbox) > input {
    margin-left: 5%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 0px;
    resize: none;
    max-width: 250px;
    width: 100%;
}

#storeEditForm textarea#Address1 {
    max-width: 250px;
    resize: vertical;
}

#storeEditForm label[for=Address1] {
    vertical-align: baseline;
}

div#AdminFormPage textarea {
    margin-left: 5%;
    padding-bottom: 0px;
    resize: none;
}

div#AdminFormPage label {
    width: 30%;
    margin-left: 5px;
    vertical-align: bottom;
    margin-bottom: 0px;
    display: block;
}

    div#AdminFormPage label span {
        color: red;
    }

div#AdminFormPage .dropdown.bootstrap-select.form-control {
    margin-left: 5%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 280px;
}


div#AdminFormPage button.btn.dropdown-toggle.btn-default {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc !important;
}

div#AdminFormPage div:not(.bs-searchbox) > input:focus {
    border-bottom: 1px solid #68bc49;
}

div#ComplaintAction .dropdown.bootstrap-select.form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 800px;
}


div#ComplaintAction button.btn.dropdown-toggle.btn-default {
    padding: 0px 12px 6px 2px;
    border-bottom: 1px solid #ccc !important;
    max-width: 800px;
    margin-top: 5px;
}

    div#ComplaintAction button.btn.dropdown-toggle.btn-default:focus {
        outline: none !important;
    }

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../assets/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .6;
    filter: alpha(opacity=40);
    z-index: 9;
}

span.attachmentsSpan {
    visibility: hidden;
}

table.ProductsList tr {
    height: auto !important;
}

table.ProductsList td {
    text-align: left !important;
}

.ComplaintTypeCategories h1 {
    margin-top: 5px;
}

div.Admincomplaint input {
    margin-left: 5%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 0px;
    resize: none;
    max-width: 250px;
}

div.Admincomplaint textarea {
    margin-left: 5%;
    padding-bottom: 0px;
    resize: none;
}

div.Admincomplaint label {
    /*width: 30%;*/
    margin-left: 5px;
    font-size: 10px;
    vertical-align: bottom;
    margin-bottom: 0px;
    display: inline-block;
    min-width: 30%;
}

    div.Admincomplaint label span {
        color: red;
    }

div.Admincomplaint .dropdown.bootstrap-select.form-control {
    margin-left: 5%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 280px;
}


div.Admincomplaint button.btn.dropdown-toggle.btn-default {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc !important;
}

div#ComplaintDataTable.Admincomplaint {
    padding-left: 30px;
}

span.Action-icon i {
    font-size: 15px;
    padding: 2px;
    cursor: pointer;
}

    span.Action-icon i:first-of-type {
        padding-right: 4px;
    }

table {
    background-color: #fff;
}

#allUsers tr {
    height: auto !important;
}

#sidebar-wrapper.report ul.MainFiltersReport li a {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#page-content-wrapper.report iframe {
    width: 100%;
    border: 0;
    height: 585px;
}

.report #filters {
    min-height: 76px;
}

.bootstrap-select input {
    max-width: inherit;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.report #filters input {
    height: 27px;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 5px;
}

table tbody tr:hover.selected, table tbody tr.selected {
    background-color: #d6d6dd;
}

div#CreditButtons {
    padding-top: 25px;
    display: none;
}

.ReportPage.page-title {
    color: #008952;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
}

.report .reportName {
    color: #2b2f3b;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    float: left;
    position: absolute;
    top: -25px;
}

div#ajaxLoader {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
}

    div#ajaxLoader img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0px;
        bottom: 400px;
        right: 0;
        left: 0;
        margin: auto;
    }

i.fa.fa-paperclip {
    font-size: 18px;
    font-weight: normal !important;
}

.report #filters input[type=number] {
    padding-right: 5px;
}

.date-form-group input {
    margin-top: 0px !important;
    height: 28px;
    font-size: 11px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.DatePickersRange .date-form-group input {
    font-size: 11px;
}

#filters .DatePickersRange .form-group {
    margin-bottom: 10px;
}

/*
#filters .DatePickersRange {
    position: relative;
    margin-top: 10px;
    margin-left: -5px;
    width: 800px;
}

#filters .DatePickersRange::after {
    clear: both;
}

#filters .DatePickersRange .form-group {
    width: 140px;
}
*/

#allUsers tr.active td, #allStores tr.active td, #allStoresSubv tr.active td {
    background-color: lightgray !important;
}

    #allUsers tr.active td:hover, #allStores tr.active td:hover, #allStoresSubv tr.active td:hover {
        background-color: lightgray !important;
    }

.forgot-password {
    padding: 0;
}

    .forgot-password a {
        color: black;
        padding: 6px 12px;
        display: inline-block;
    }

        .forgot-password a:hover {
            text-decoration: none;
        }

.validation-summary-errors {
    margin-bottom: 10px;
}

.LoginBox .validation-summary-errors {
    margin-top: 10px;
    margin-bottom: 5px;
}

    .LoginBox .validation-summary-errors ul {
        margin-bottom: 0px;
    }

.validation-summary-errors li {
    list-style-position: inside;
    /*list-style-type: decimal;*/
    padding-left: 5px;
}

label[for=Country] ~ div > .dropdown-menu {
    min-width: 185px !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #B0BED9;
}

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
    background-color: #acbad4;
}

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
    background-color: #aab7d1;
}

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
    background-color: #acbad5;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
    background-color: #a6b4cd;
}

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
    background-color: #acbad5;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    background-color: #a5b2cb;
}

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
    background-color: #a2aec7;
}

table.dataTable td.select-checkbox {
    position: relative;
}

    table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
        display: block;
        position: absolute;
        left: 50%;
        width: 12px;
        height: 12px;
        box-sizing: border-box;
    }

    table.dataTable td.select-checkbox:before {
        content: ' ';
        margin-top: -6px;
        margin-left: -6px;
        border: 1px solid black;
        border-radius: 3px;
    }

table.dataTable tr.selected td.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}

div#addMsg .form-group {
    width: 46%;
    float: left;
    margin-top: 20px !important;
    margin: 2%;
}

    div#addMsg .form-group .dropzone {
        border: 1px solid #ccc !important;
        margin-bottom: 0px;
    }

div#dataTables-Credit_wrapper .SwitchViewID {
    display: none;
}

table#dataTables-Credit {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.CreditAction {
    width: 100%;
    background-color: #d6d6dd;
    border-top: 2px solid #58585a;
}

    .CreditAction .buttons {
        width: 315px;
        margin: auto;
    }

        .CreditAction .buttons .title {
            font-size: 18px;
            margin-top: 10px;
            text-align: center;
        }

        .CreditAction .buttons .btns button {
            width: 145px;
            height: 30px;
            border: 1px solid #58585a;
            border-radius: 10px;
            margin: 5px;
            background-color: transparent;
            color: #58585a;
        }

            .CreditAction .buttons .btns button:hover {
                background-color: #58585a;
                color: #fff;
            }

        .CreditAction .buttons .btns {
            padding-bottom: 10px;
        }


.ButtonsAction span {
    float: right;
    margin-right: 25px;
    font-size: 12px;
    font-weight: normal;
    color: #1a77b9;
    cursor: pointer;
}

.ButtonsAction button.submit {
    display: none;
}

.caseDetails input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 0px;
    resize: none;
    width: 100%;
}

    .caseDetails input:focus {
        border-bottom: 1px solid #68bc49;
    }

.HistoryList table {
    width: 100%;
    text-align: left;
}

span.Delinquent {
    position: absolute;
    font-size: 8px;
    left: 7px;
    margin-top: 17px;
    color: red;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 6px !important;
}

input[type="search"] {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
    background-color: white !important;
    padding-bottom: 4px !important;
    /*border: none !important;*/
}

    input[type="search"]:focus {
        border-color: #166B39 !important;
    }


[for=selStore] ~ div .dropdown-menu {
    width: 250px;
}

[for=selStore] ~ div .status, [for=Store] ~ div .status {
    padding: 8px 8px 8px 10px;
}

.bootstrap-dialog {
    /* dialog types */
    /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
    /** End of icon animation **/
}

    .bootstrap-dialog .modal-header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .bootstrap-dialog .bootstrap-dialog-title {
        color: #fff;
        display: inline-block;
        font-size: 16px;
    }

    .bootstrap-dialog .bootstrap-dialog-message {
        font-size: 14px;
    }

    .bootstrap-dialog .bootstrap-dialog-button-icon {
        margin-right: 3px;
    }

    .bootstrap-dialog .bootstrap-dialog-close-button {
        font-size: 20px;
        float: right;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

        .bootstrap-dialog .bootstrap-dialog-close-button:hover {
            cursor: pointer;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .bootstrap-dialog.type-default .modal-header {
        background-color: #ffffff;
    }

    .bootstrap-dialog.type-default .bootstrap-dialog-title {
        color: #333;
    }

    .bootstrap-dialog.type-info .modal-header {
        background-color: #5bc0de;
    }

    .bootstrap-dialog.type-primary .modal-header {
        background-color: #008952;
    }

    .bootstrap-dialog.type-success .modal-header {
        background-color: #5cb85c;
    }

    .bootstrap-dialog.type-warning .modal-header {
        background-color: #f0ad4e;
    }

    .bootstrap-dialog.type-danger .modal-header {
        background-color: #d9534f;
    }

    .bootstrap-dialog.size-large .bootstrap-dialog-title {
        font-size: 24px;
    }

    .bootstrap-dialog.size-large .bootstrap-dialog-close-button {
        font-size: 30px;
    }

    .bootstrap-dialog.size-large .bootstrap-dialog-message {
        font-size: 18px;
    }

    .bootstrap-dialog .icon-spin {
        display: inline-block;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}


.MessageWindow.modal {
    overflow: hidden;
}

.MessageWindow .modal-dialog {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 450px;
    height: 210px;
    position: absolute;
    width: 100%;
}

.MessageWindow .modal-content {
    height: 160px;
}

.MessageWindow .bootstrap-dialog-message {
    text-align: center;
    font-size: 23px !important;
    color: #008952;
    font-weight: bold;
    margin-top: 20px;
}

.MessageWindow .modal-header {
    display: none;
}

.MessageWindow img {
    margin-bottom: 15px;
}

/*#sidebar-wrapper > .loader {
    width: 300px;
}*/

#ProductList .dataTables_wrapper {
    min-height: 430px;
}

.AdminInfoBox .title span {
    font-weight: normal;
    font-size: 12px;
}

.ComplaintTypeCategories p {
    margin-left: 40px;
}

.fixHeightBox {
    /*max-height: 600px;*/
    /*overflow-y: auto;*/
}

.caseInfoBox .details-table .Details {
    height: 318px;
    overflow: auto;
}

.questionTitle {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.questionAnswer {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    height: 75px;
    max-height: 150px;
}

    .questionAnswer:hover {
        max-height: 500px;
    }

    .questionAnswer::after {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        content: "";
        /*background: linear-gradient(to top, rgba(255,255,255, 1) 20%, rgba(255,255,255, 0) 80% );*/
        pointer-events: none; /* so the text is still selectable */
        border-bottom: 1px solid grey;
    }

    .questionAnswer:last-child::after {
        border-bottom: none;
    }

    .questionAnswer:hover::after {
        background: none;
    }

#ComplaintAction .dropzone .dz-preview .dz-details {
    min-width: 75px;
    max-width: 75px;
    height: 90px;
    padding: 5px;
}

#ComplaintAction .dropzone .dz-preview .dz-remove {
    margin-top: 5px;
    margin-bottom: 15px;
}

#ComplaintAction .dropzone .dz-preview .dz-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

#ComplaintAction .dz-preview {
    width: 80px;
    min-height: 80px;
    /*font-size: 10px !important;*/
    height: 80px;
}

    #ComplaintAction .dz-preview.dz-processing.dz-image-preview div, #ComplaintAction .dz-preview.dz-processing.dz-image-preview span {
        font-size: 10px !important;
    }


#ComplaintAction .dropzone .dz-preview .dz-remove {
    font-size: 10px;
}

#ComplaintAction div#addMsg .form-group .dropzone {
    height: 150px;
    overflow-y: auto;
}

.HistoryList table tr {
    border-bottom: 1px solid #939598;
}


    .HistoryList table tr i {
        color: #68bc49;
        cursor: pointer;
    }

    .HistoryList table tr.ComplaintDetails {
        display: none;
    }

        .HistoryList table tr.ComplaintDetails div {
            background-color: #eee;
            padding: 5px 15px;
            margin-bottom: 15px;
            font-weight: normal;
        }

div#HistoryResult {
    overflow: auto;
    height: 320px;
    width: 100%;
}

pre {
    background: #eee;
    border: none;
    background-color: #eee;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    color: grey;
    word-break: normal;
    word-wrap: normal;
    border-radius: 0px;
}

div#allUsers_info {
    float: left;
}

div#allUsers_filter {
    width: 300px;
    float: right;
    text-align: left;
    display: flex;
}

input.form-control.input-sm {
    border-bottom: 1px solid #ccc !important;
    padding: 4px;
}

div#allUsers_filter label {
    width: 98%;
    padding: 5px;
}

div#allUsers_filter {
    width: 250px;
    float: right;
    text-align: left;
}

div#allUsers_info {
    float: left;
}

th.CaseIDTH {
    min-width: 75px;
}

th.AttachmentTH {
    min-width: 35px;
}

th.PrimaryContactTH {
    min-width: 120px;
}

th.AssignedToTH {
    min-width: 105px;
}

th.StoreIdTH {
    min-width: 125px;
}

th.BatchNumberTH {
    min-width: 110px;
}

th.ExpirationDateTH {
    min-width: 110px;
}

.ButtonsAction {
    position: absolute;
    right: 0;
}

#allTradingPartners tr.active td {
    background-color: lightgray !important;
}


div#allTradingPartners_filter {
    width: 250px;
    float: right;
    text-align: left;
}

    div#allTradingPartners_filter label {
        width: 98%;
        padding: 5px;
    }

div#allTradingPartners_info {
    float: left;
}

#StoreUsers tr {
    height: auto !important;
}

    #StoreUsers tr.active td {
        background-color: lightgray !important;
    }

        #StoreUsers tr.active td:hover {
            background-color: lightgray !important;
        }

div#StoreUsers_filter {
    width: 250px;
    float: right;
    text-align: left;
}

    div#StoreUsers_filter label {
        width: 98%;
        padding: 5px;
    }

div#StoreUsers_info {
    float: left;
}

.tdSpace {
    min-height: 50px;
}

#allTradingPartners {
    text-transform: none;
}

.delinquent .tooltip {
    width: 200px;
}

@media(max-width:1010px) {
    .form-group.UploadBox {
        min-height: auto;
    }
}

@media(max-width:600px) {

    div#NewComplaint label {
        width: 100%;
        margin-left: 0px;
        font-size: 10px;
        margin-top: 5px;
    }

    div#NewComplaint input {
        margin-left: 0px;
        width: 100%;
        max-width: 600px;
        padding-top: 0px;
        height: 20px;
    }

    div#NewComplaint .dropdown.bootstrap-select.form-control {
        margin-left: 0px;
        width: 100%;
        max-width: 600px;
    }

    button.btn.dropdown-toggle.btn-default {
        max-width: 600px;
    }
}

.form-inline .form-control {
    display: inline-block;
    /*width: 100%;*/
}

#allTradingPartners tr {
    height: auto !important;
}

.numberCircle {
    display: block !important;
    position: relative;
    float: right;
    width: 45px;
    height: 28px;
    padding: 4px;
    left: -10px;
    /*border-radius: 30%;*/
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background: #008952;
    color: #fff;
    text-align: center;
    font: 13px "Open Sans",sans-serif;
}

.numberCircleSeleted {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #008952;
    /*border-radius: 30%;*/
    color: #008952;
    display: block !important;
    float: right;
    font: 13px "Open Sans",sans-serif;
    height: 28px;
    left: -10px;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 45px;
}

#AdminList td.sorting_1 {
    background: transparent !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

    .navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus {
        background: transparent;
    }

    .navbar-light .navbar-toggler .icon-bar {
        color: #2b2f3b !important;
        font-size: 28px;
    }

.navbar-light {
    background-color: #d6d6dd;
    border-color: #d6d6dd;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.navbar-header {
    background-color: #d6d6dd;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
    content: none;
}

@media(max-width: 400px) {
    .headerLogo img {
        height: 45px;
    }

    .headerLogo {
        padding: 5px;
    }
}

@media(max-width:767px) {
    .container.HistoryList table td {
        font-size: 10px;
        font-style: normal;
    }

    .container.caseDetails ul li a {
        font-size: 10px;
    }

    .container.HistoryList ul li {
        padding: 0px;
    }

        .container.HistoryList ul li a {
            font-size: 12px;
        }

    .navbar-light .navbar-collapse, .navbar-light .form-inline {
        background-color: #2b2f3b !important;
        opacity: 0.95;
        height: 100% !important;
        max-height: 100%;
        min-height: 800px;
        padding-right: 0;
    }

    li.nav-item.TopMenuIcons:hover a span, li.nav-item.TopMenuIcons:hover a i {
        color: #2b2f3b !important;
    }

    li.nav-item.TopMenuIcons a span, li.nav-item.TopMenuIcons a i {
        display: block;
        float: left;
        color: #FFF !important;
        font-size: 19px !important;
        padding: 5px;
    }

    .navbar-light {
        /*background-color: transparent;*/
    }

        .navbar-light .nav > li.nav-item {
            min-height: 55px;
            border-top: 1px solid #8a8a8a;
        }

            .navbar-light .nav > li.nav-item:nth-child(2) {
                border-top: none;
            }

        .navbar-light .nav > .TopMenuIcons a {
            min-height: 45px;
            padding: 10px 15px !important;
            margin: 0px !important;
        }

        .navbar-light .nav > .TopMenuIcons ul li a {
            min-height: 35px !important;
        }

    .TopMenuIcons .navbar-nav .open .dropdown-menu {
        margin-top: 30px;
        padding-left: 20px;
        background-color: #2b2f3b !important;
        opacity: 0.95;
        border-radius: 0;
    }

        .TopMenuIcons .navbar-nav .open .dropdown-menu li a.dropdown-item {
            color: #fff !important;
        }

    .dropdown-menu .divider {
        display: none;
    }

    .mob .NewComplaintMenu {
        display: block !important;
        border: none !important;
    }

    .mob li.nav-item.NewComplaintMenu a.nav-link.dropdown-toggle {
        width: 32px !important;
    }

    ul.nav.navbar-nav.mob {
        margin: 0px;
    }

        ul.nav.navbar-nav.mob li {
            min-height: initial;
            border-bottom: none !important;
        }

            ul.nav.navbar-nav.mob li i {
                line-height: 33px;
            }

    .desc-user {
        display: none !important;
    }

    .mob .NewComplaintMenu ul.dropdown-menu {
        position: absolute;
        background-color: #fff;
        /*left: -55px;*/
        /*top: 35px;*/
        color: #2b2f3b;
    }

        .mob .NewComplaintMenu ul.dropdown-menu a.dropdown-item:hover, .mob .NewComplaintMenu ul.dropdown-menu a.dropdown-item:active, .mob .NewComplaintMenu ul.dropdown-menu a.dropdown-item:focus {
            background-color: #2b2f3b !important;
            color: #fff !important;
        }

    label.error {
        font-size: 9px !important;
        left: 0%;
    }

    div#NewComplaint textarea {
        margin-left: 0px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .ComplaintsMenu {
        width: 335px;
        margin-bottom: 10px;
    }

        .ComplaintsMenu ul li {
            font-size: 14px;
        }

            .ComplaintsMenu ul li a i {
                font-size: 16px;
            }

    div.Admincomplaint ul.nav.nav-tabs li {
        width: 30%;
        margin: 1%;
    }

        div.Admincomplaint ul.nav.nav-tabs li a {
            font-size: 9px;
        }

    li.nav-item.TopMenuIcons ul.dropdown-menu {
        background: #2b2f3b !important;
    }

        li.nav-item.TopMenuIcons ul.dropdown-menu a {
            color: #fff !important;
        }

    li.nav-item.TopMenuIcons:hover ul.dropdown-menu {
        background: #2b2f3b !important;
    }

        li.nav-item.TopMenuIcons:hover ul.dropdown-menu a {
            color: #fff !important;
        }

    .TopMenuIcons ul.dropdown-menu:hover {
        background: #2b2f3b !important;
    }

        .TopMenuIcons ul.dropdown-menu:hover a {
            color: #fff !important;
        }

    div#ComplaintListView .listingUL {
        width: 85%;
        float: none;
        margin: auto;
    }

    div#details {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

ul.mob {
    float: right;
}

.mob .NewComplaintMenu {
    display: none;
}

.dropdown-menu {
    /*width: auto !important;*/
    left: auto;
    right: 0;
}

div#ProductInfoBox.AdminInfoBox {
    margin-top: 20px;
}

div#layout_myLayout_panel_left .w2ui-panel-content {
    margin-right: 20px;
}

div#layout_myLayout_panel_main .w2ui-panel-content {
    margin-left: 20px;
}

.w2ui-resizer {
    border: 2px solid #d6d6dd;
}

.sidebar-brand .tooltip {
    width: 160px !important;
}

#footer center {
    color: #707171;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    line-height: 24px;
}

#AssignedToTradingPartner {
    border: 1px solid #1a77b9;
    background-color: #1a77b9;
    color: #fff;
}


    #AssignedToTradingPartner:hover {
        border: 1px solid #1a77b9;
        background-color: #fff;
        color: #1a77b9;
    }

.MainFilters .active .tooltip {
    text-indent: 0;
}

#divAnswers {
    margin-top: 30px;
    margin-left: 5%;
}

input#NewAnswerText {
    width: 100%;
    max-width: 1000px;
    margin: 0px !important;
}

span#btnAddNewAnswer {
    font-size: 20px;
    cursor: pointer;
    color: #008a54;
    position: absolute;
    right: 0;
    top: 10px;
}

.TextError {
    color: red;
    float: left;
    font-size: 10px;
    margin-left: 5%;
    font-weight: bold;
    z-index: 9;
}

input[type="radio"] {
    width: 15px;
}

label[for=adminCIRejectionNote] {
    font-size: 12px;
}

    label[for=adminCIRejectionNote].error {
        font-size: 10px;
    }

ul#divAnswers {
    list-style: outside none none;
    margin-left: 0;
    margin-top: 15px;
    padding: 0;
}

    ul#divAnswers li {
        margin: 5px;
        padding: 0;
        float: left;
        display: flex;
    }

    ul#divAnswers span.answer {
        border: 1px solid #ccc;
        border-radius: 5px 0 0 5px;
        font-size: 11px;
        padding: 3px 5px;
    }

    ul#divAnswers i {
        background: #ccc none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 11px;
        /*padding: 5px 0 5px 0;*/
        top: 0;
    }

label.LableMiddle {
    vertical-align: middle !important;
}

label.LableTop {
    vertical-align: top !important;
}

table#listView tbody {
    width: 100%;
    display: inline-table;
}

.storeContacted > label {
    padding-top: 5px;
    display: inline-block;
    /*float: left;*/
    width: 35%;
}

div#ComplaintAction .storeContacted > div.dropdown.bootstrap-select.form-control {
    display: inline-block;
    /*float: right;*/
    width: 65%;
}

span#btnAddNewEmail {
    font-size: 36px;
    cursor: pointer;
    color: #008a54;
    position: relative;
    left: 10px;
    top: 6px;
}

ul#divEmails {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-left: 0px;
}

    ul#divEmails li {
        float: left;
        padding: 0px;
        margin: 5px;
        display: flex;
    }

    ul#divEmails span.email {
        padding: 3px 5px;
        border: 1px solid #ccc;
        border-radius: 5px 0 0 5px;
        font-size: 11px;
    }

    ul#divEmails i {
        background: #ccc;
        padding: 6px 0px;
        border-radius: 0 5px 5px 0;
        border: 1px solid #ccc;
        width: 15px;
        height: 25px;
        font-size: 11px;
        margin-left: 0px;
    }

.deleteEmail {
    margin-left: 10px;
    cursor: pointer;
}

#UserName .alert.alert-danger {
    margin-bottom: 5px;
}

#NewFilter a {
    background: #d6d6dd none repeat scroll 0 0;
    color: #303640;
    font-weight: bold;
    text-align: center;
    /*border: 1px solid #d6d6dd;*/
}

    #NewFilter a p {
        position: relative;
        left: -10px;
    }

.CustomerAffectedDiv > .form-group > .form-group:last-child {
    margin-bottom: 20px;
}

.dropdown-menu > li > a.dropdown-item.activea {
    background-color: #2b2f3b !important;
}

.dropdown-menu > li > a.dropdown-item {
    position: relative;
    font-size: 14px
}

i.lng {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    left: 5px;
    top: 8px;
    cursor: pointer;
}

    i.lng.us {
        background-image: url("../assets/us.png");
    }

    i.lng.fr {
        background-image: url("../assets/fr.png");
    }

a.lng-txt {
    padding-left: 30px !important;
}

.attachmentIcons {
    line-height: 25px;
}

    .attachmentIcons .downloadimage, .downloadfile {
        position: relative;
        top: 1px;
    }

    .attachmentIcons a i {
        -moz-transform: scale(1.25); /* Firefox */
        -moz-transform-origin: 0 0;
        -o-transform: scale(1.25); /* Opera */
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1.25); /* Safari And Chrome */
        -webkit-transform-origin: 0 0;
        transform: scale(1.25); /* Standard Property */
        transform-origin: 0 0; /* Standard Property */
    }

.caseAttachments .DivDocuments table.qmsTableCrisp tr td:last-child, .caseAttachments .DivDocuments table.qmsTableCrisp tr th:last-child {
    text-align: right;
    padding-right: 25px;
}

#divNotifications .bootstrap-select.btn-group .dropdown-menu {
    min-width: inherit;
}

#HistoryResult table tr td:nth-last-child(2)::first-letter {
    text-transform: uppercase;
}

.keywordAdded .glyphicon-remove {
    cursor: pointer;
    padding-bottom: 17px;
}

.dataTables_wrapper .top label {
    width: inherit;
    padding-left: 15px;
}

.dataTables tr:first-child {
    border-top: none;
}

.dataTable tr div.deleted {
    color: #ff3500;
    font-weight: 600;
}


#CategoryInfo p.red {
    color: #ff3500;
}

.deleteComplaint ~ .tooltip, .print ~ .tooltip {
    max-width: 62px;
}

#ComplaintAction label[for=FinalCreditAssignment] {
    margin-top: 15px;
}

.ButtonsAction {
    position: absolute;
    right: 0;
    z-index: 999;
}

#allStores tr, #allStoresSubv tr {
    height: auto !important;
}

div#allStores_info, div#allStoresSubv_info {
    float: left;
}

div#allStores_filter, div#allStoresSubv_filter {
    width: 250px;
    float: right;
    text-align: left;
}

    div#allStores_filter label, div#allStoresSubv_filter label {
        width: 98%;
        padding: 5px;
    }

div#allStores_filter, div#allStoresSubv_filter {
    width: 250px;
    float: right;
    text-align: left;
}

div#allStores_info, div#allStoresSubv_info {
    float: left;
}

#storeEditForm label#Email-error {
    top: 44px;
}

#storeEditForm #divEmails {
    margin-left: 28px;
    position: relative;
    left: 30%;
    width: 65%;
}

#storeEditForm .divEmail {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 6px;
    margin-left: 5%;
    width: 50%;
}

    #storeEditForm .divEmail #EmailInput {
        padding: 0;
        margin: 0;
    }

#CreateNewComplaint label {
    margin-right: 5%;
    font-size: inherit;
}

#CreateNewComplaint input, #CreateNewComplaint .form-control {
    margin-left: 15px;
    width: 100%;
}

#CreateNewComplaint input[type=checkbox] {
    width: 15px;
}

#CreateNewComplaint label.error {
    font-size: 10px;
}

div#NewComplaint .answerRadio label {
    font-weight: normal;
    width: 50px;
}

    div#NewComplaint .answerRadio label span {
        display: inline-block;
        margin-top: 3px;
        text-align: center;
        vertical-align: middle;
        margin-left: 2px;
    }

#incompleteModal .custom-width {
    width: 450px;
}

#divSchedules p.configLabel {
    margin: 8px 10px 3px 0;
    float: left;
}

#divSchedules .configDiv {
    margin-left: 190px;
}

#divSchedules p span {
    margin-left: 20px;
}

#divSchedules .form-group.configHolder {
    width: 600px;
    display: block;
}

#divSchedules .inputInfo {
    display: inline-block;
    margin-left: 3px;
}

#divSchedules .TextError {
    float: none;
    margin-left: 0;
}

.ComplaintTypeMessage {
    color: red;
    margin-left: 35%;
    padding-left: 12px;
}

#addMsg #attachments-drop-zone .dz-error-message {
    display: none;
}

#AdminList.localized .not-localized .holder {
    background-color: #ffdddd !important;
    padding: 5px;
    margin-bottom: 5px;
}

#AdminList.localized .not-localized {
    padding-bottom: 0;
}

.translation-link {
    margin-bottom: 0;
}

#divTranslations {
    margin-top: 15px;
    margin-bottom: 15px;
}

.translation-link .lang {
    display: inline-block;
    position: relative;
    right: 25px;
    top: 0;
    font-weight: bold;
    z-index: 99;
    background-color: #008a54;
    padding: 2px;
    color: white;
    opacity: 0.8;
    text-transform: uppercase;
    width: 5%;
}

.translation-link .form-control {
    padding-right: 25px;
}

.translation-link.margBot {
    margin-bottom: 10px;
}

div.disableButton, div.disableButton:hover, div.disableIncomplete, div.disableIncomplete:hover {
    background-color: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    color: #1a77b9 !important;
}

.ProductInfoSelect {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
    box-shadow: 0px;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

    img[data-src] {
        opacity: 0.5;
        background: url(../assets/loading.gif) 50% 50% no-repeat gray;
        min-width: 460px;
        min-height: 310px;
    }

.action.float-right a.clone {
    font-size: 18px;
}

.UploadBox label.error {
    left: inherit;
    bottom: inherit;
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
}

#FieldsNote textarea.form-control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: inherit;
}

#FieldsNote .form-group, #FieldsNote p {
    margin-bottom: 15px;
}
