/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Jul, 2019, 11:57:56 AM
    Author     : tushar.jadav
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
/*sign up css*/
.signup-section {position: relative; z-index: 9;  padding: 20px 0; background: #384f70; height: 100vh; overflow: auto;}
.add-case-block #responsedata input{margin-top: 0;}
.add-case-block #responsedata .form-check{display: flex; align-items: center;}

/*added by akshay*/
.crm_standalone .container-fluid #responsedata {
    min-height: 500px;
}

/*For Top Modules Block Color*/
.number-Accounts-block{color: #4c65ff;}
.number-Calls-block{color: #00a8ff;}
.number-Cases-block{color: #cd3c15;}
.number-Meetings-block{color: #107665;}
.number-Notes-block{color: #1ba0e1;}
.number-Tasks-block{color: #31b30c;}
.number-p_Payment_transaction-block{color: #0cb39b;}
.number-AOS_Quotes-block,
.number-Quotes-block{color: #e8b210d6;}
.number-Opportunities-block{color: #117095db;}
.number-Leads-block{color: #f74a4adb;}
.number-AOS_Invoices-block,
.number-Invoices-block{color: #1ea8ec;}
.number-Documents-block{color: #9856e8;}
.number-AOS_Contracts-block,
.number-Contracts-block{color: #29978d;}
.number-AOK_KnowledgeBase-block,
.number-Knowledge_Base-block,
.number-KBDocuments-block{color: #615cee;}
.number-AOS_Products-block,
.number-ProductTemplates-block{color: #fb4c4c;}
.number-bc_proposal-block{color: #8a880a;}
.number-Bugs-block{color: #e11bccb8;}


/*Module wise font icons*/
.scp-sidebar-icon:before { content: '\f03a'; }
.fa.fa-Accounts:before {
    content: "\f007";
}
.fa.fa-Calls:before {
    content: "\f095";
}
.fa.fa-Cases:before {
    content: "\f0c5";
}
.fa.fa-Meetings:before {
    content: "\f0b1";
}
.fa.fa-Notes:before {
    content: "\f044";
}
.fa.fa-Tasks:before {
    content: "\f0ae";
}
.fa.fa-p_Payment_transaction:before {
    content: "\f155";
}
.fa.fa-AOS_Quotes:before,
.fa.fa-Quotes:before {
    content: "\f016";
}
.fa.fa-Opportunities:before {
    content: "\f006";
}
.fa.fa-Leads:before {
    content: "\f024";
}
.fa.fa-AOS_Invoices:before,
.fa.fa-Invoices:before {
    content: "\f022";
}
.fa.fa-Documents:before {
    content: "\f07b";
}
.fa.fa-AOS_Contracts:before,
.fa.fa-Contracts:before {
    content: "\f0f6";
}
.fa.fa-AOK_KnowledgeBase:before,
.fa.fa-Knowledge_Base:before,
.fa.fa-KBDocuments:before{
    content: "\f059";
}
.fa.fa-AOS_Products:before,
.fa.fa-ProductTemplates:before{
    content: "\f1b3";
}
.fa.fa-bc_proposal:before {
    content: "\f15c";
}
.fa.fa-Bugs:before {
    content: "\f188";
}

button.btn-massupdate[disabled=""],
button.btn-massupdate[disabled="disabled"] {
    background: #007bffb5 !important;
}

/*for dashboard icon right menu */
.right-top-menu .fa.fa-tachometer,
.right-top-menu .fa.fa-power-off {
    font-size: 20px;
}
.right-top-menu .fa.fa-tachometer {
    font-size: 20px;
    position: relative;
    top:2px;
}

/*for both sorting icon*/
.both-sort-icon{ display: inline-block;position: relative; }
.both-sort-icon:before{ 
    content: "";border-color: black transparent;
    border-style: solid;
    border-width: 0px 5px 5px 5px;
    height: 0px;
    width: 0px;position: absolute; 
}
.both-sort-icon:after{ 
    content: "";
    border-color: black transparent;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    height: 0px;
    width: 0px;position: absolute;top: 7px; 
}

.dcp_dropdown_disbled {
    pointer-events: none;
    opacity: 0.4;
}

#accordion_children span.dcp_child_c {
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
    height: 15px;
    width: 15px;
}

.add-case-body form label {
    padding-right: 5px;
    font-size: 14px;
    font-weight: 600;
}

span.success {
    color: green;
}

.add-case-block input[type="checkbox"] {
    margin-top: 0.3rem;
    height: auto;
}

.add-case-body .add-case-block .form-check {
    margin-top: 15px;
}

/*tooltip*/
form span[data-toggle="tooltip"], .scp-form a[data-toggle="tooltip"] { cursor: pointer; color: #444444; font-size: 15px; display: inline-block; margin: 0 2px 0 4px; position: relative; }
form span[data-toggle="tooltip"]:after, .scp-form a[data-toggle="tooltip"]:after { font-family: 'Open Sans', sans-serif; content: attr(data-title); display: none; opacity: 0; position: absolute; width: 160px; left: 100%; top: -5px; font-size: 12px; color: #FFF; padding: 5px 8px; z-index: 99; border-radius: 4px; margin-left: 8px; word-break: normal; background-color: #444444; }
form span[data-toggle="tooltip"]:before, .scp-form a[data-toggle="tooltip"]:before { content: ''; position: absolute; left: 100%; top: 1px; border-right: 7px solid #444444; border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 1px; display: none; opacity: 0; }
form span[data-toggle="tooltip"]:hover:after, .scp-form a[data-toggle="tooltip"]:hover:after { display: inline-block; opacity: 1; -webkit-animation: fade 1s ease; -moz-animation: fade 1s ease; animation: fade 1s ease; }
form span[data-toggle="tooltip"]:hover:before, .scp-form a[data-toggle="tooltip"]:hover:before { display: inline-block; opacity: 1; -webkit-animation: fade 1s ease; -moz-animation: fade 1s ease; animation: fade 1s ease; }

@media screen and (min-width: 48em) {
.crm_fullwidth .js .menu-toggle, .js .dropdown-toggle {
    display: block !important;
}
}

.crm_fullwidth .panel-title,
.crm_standalone .panel-title {
    background: none;
    color: #5c5c5c !important;
    border-bottom: 1px solid #b4b4b4;
}
.crm_fullwidth .panel-title .panel_name,
.crm_standalone .panel-title .panel_name {
    margin-left: 15px;
}
.panel-title { background: none; font-weight: bold; margin-bottom: 15px; padding: 5px 0 10px; color: #f06455;}
.dcp_lang_dropdown .disabled,
.dcp_lang_dropdown .disabled a,
.dcp_lang_dropdown .disabled a span {
    pointer-events: none;
    cursor: not-allowed;
}
.case-details-description .updates-details .scp-all-annotation-list {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.profile-body .change-password-block .form-group .fa {
    padding: 0 2px 0 0;
}
div.upload input { opacity: 0 !important; }
label.change-image { position: absolute; }

.login-section .right-part-login {
    min-width: 379.4px;
    float: left;
}

.crm_fullwidth td.dcp_hover_td {
    cursor: pointer;
}

/***
Bootstrap  Datetimepicker
***/

.datetimepicker-inline1 {
  background: #e5e5e5;
  padding: 5px;
}

.datetimepicker.dropdown-menu {
  padding: 5px;
}

.datetimepicker .active {  
  background-color:#4b8df8 !important;
  background-image: none !important;
  filter: none !important;
}


.datetimepicker .active:hover {
  background-color: #2678FC !important;
  background-image: none !important;
  filter: none !important;

}

/* change z-index when opened in modal */
.modal-open .datetimepicker {
  z-index: 10055 !important;
}

/***
Bootstrap Datepicker
***/

.datepicker.dropdown-menu {
  padding: 5px;
}

.datepicker .selected {  
  background-color:#909090 !important;
  background-image: none !important;
  filter: none !important;
}

.datepicker .active {  
  background-color:#4b8df8 !important;
  background-image: none !important;
  filter: none !important;
}

.datepicker .active:hover {
  background-color: #2678FC !important;
  background-image: none !important;
  filter: none !important;
}

.datepicker .input-daterange input {
  text-align: left;
}

/* change z-index when opened in modal */
.modal-open .datepicker {
  z-index: 10055 !important;
}

/*added by Tushar*/
#profile_pic > img{
    width : 32px;
    height : 30px;
    border-radius: 50%;    
}

@media screen and (min-width:768px) {
    .navbar .logo h1 {
        width: 150px;
    }
}

#responsedata.sfcp-loading:after,
#responsedata.sfcp-sub-loading:after,
#responsedata.sfcp-comment-loading:after,
#responsedata.sfcp-attachment-loading:after,
#responsedata.sfcp-order-loading:after,
.sfcp-loading:after,
.sfcp-sub-loading:after{content:"";background: url(../../images/ajax-loading.gif) no-repeat 0 0;width: 50px;height: 50px;float: left;position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;cursor: wait; z-index: 999;}

.add-case-block .form-group textarea {
        margin-top: 5px;
}
.form-control-file{
    padding: 6px;
}
.form-bottom-margin-custom{
    margin-bottom: 20px;
}
.attachment-name{
        font-weight: 600;
}
div.col-xl-12.form-bottom-margin-custom > div.bg-white.shadow.border-radius-5 > div.case-details-description > div.product-case-details.invoice-details-list {
    margin-bottom: 15px;
}
div.card-body > div.sfcp_display_likes > p.sfcp_dislike_div {
    margin-right: 5px !important;
    float: left !important;
}
div.card-body > div.sfcp_display_likes > p.sfcp_like_div {
    margin-top: 10px;
}
div.top-header-search.mr-auto.d-flex.align-items-center.body-header-serch > div.knowledge-dropdown-group.d-flex {
    height: 36px;
}

div.top-header-search.mr-auto.d-flex.align-items-center.body-header-serch > div.knowledge-dropdown-group.d-flex > div.top-serch.body-serch input{
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.3); 
    margin-top: 0px; 
    height: 36px; 
    margin-bottom: 0px;    
}
#changepasswordmsg{
    margin-top: 20px;
}
#pwd-sucmsg{
    padding: 10px 3px !important;
    bottom: 12px;
}

.login-main-section .signup-header .login_btn {
    font-size: 15px;
    font-weight: 600;
}

.search-box a i.fa-search {
    font-size: 20px; position: relative; margin-left: 15px;
}
.search-box a i.fa-times,
.search-box a i.fa-remove {
    font-size: 20px; position: relative; margin-left: 5px;
}

.imex-content-table a.dcp_view_all {
    margin-top: 10px;
    text-align: right;
}

#dcp_charts_div .dcp_charts_div {
    min-height: 289px;
}

.top-header-search .search-btn-topbar {
    margin-right: 15px;
}
.search_bottom{
    margin-bottom: 20px;
}
#tbl_account > .account-table > .rTableRow > .rTableCell > .account-user-details {
    width: 250px;
}

.case-listing-block .table-responsive {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 0px;
}

.login_error { background: #ffc5c5; border: 1px solid #ff0000; padding: 1px 5px; margin-bottom: 10px; }

.sfcp_display_likes p {
    float: left;
    margin-left: 10px !important;
}
.sfcp_display_likes p span{ cursor: pointer; margin-right: 5px; font-size: 18px;  color: #555; }
.sfcp_display_likes p span.active{ color: yellow; }

.scp-table-responsive tr.main-col > th {
    border-right: 1px solid #f4897e;
}
.scp-table-responsive th {
    background-color: #949494;
}
.scp-information {
    text-align: left;
    width: 100%;
    font-size: 13px;
}

.sfcp_liked { color: #118ede;}
.sfcp_disliked { color: rgb(238, 107, 82);}
.sfcp_display_likes p span.sfcp_liked, .sfcp_display_likes p span.sfcp_disliked { color: #118ede;  }
.scp-KBDocuments-wrapper .detail-part .question p { padding: 0px !important; }
.all-notes .scp-caseattachment-btn{
    float: right;
    font-size: 18px;
    width: 25px;
    color: #81c784 !important;
}
.like_disabled {
    pointer-events: none;
}
#search_solutions_form .solution-info a {
    color: #00a8ff;
    text-decoration: underline;
}
.scp-form .data-view .sfcp-btn-download{
    margin-left: 5px;
}
.scp-form .sfcp_multipicklist {
    height: 70px;
}
.sfcp_display_likes span[data_title]:hover:after {
     content: attr(data_title);
     padding: 4px 8px;
     position: absolute;
     left: -20px;
     bottom: 100%;
     white-space: nowrap;
     z-index: 20;
     background:black;
     color: #FFF;
}

.invoice-listing .sfcp-heading h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #444;
}

.accordion-section .card .btn-link:focus,
.accordion-section .card .btn-link:hover{
    background: none;
}

.sfcp-solution-not-found a.scp-case {
    padding: 9px 16px;
}

/*sign up page css start here added by akshay*/
.signup-new-section .dcp-page.login_part{
    color:#000;
}

/*datepicker*/

body .ui-widget.ui-datepicker {
    width: 300px;
    padding: 20px;
    display: none;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.2);
    z-index: 99 !important;
}
body .ui-widget.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: no-repeat;
    border: none;
    font-size: 14px;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev,
body .ui-widget.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 50px;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    cursor: pointer;
    background: none;
    border: none;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev {
    text-align: left; left: 2px;
}
body .ui-widget.ui-datepicker .ui-datepicker-next {
    text-align: right; right: 2px;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev span,
body .ui-widget.ui-datepicker .ui-datepicker-next span {
    background: none !important;
    text-indent: inherit;
    width: auto;
    height: auto;
    font-weight: normal;
    margin: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
}

body .ui-widget.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
body .ui-widget.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
body .ui-widget.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
body .ui-widget.ui-datepicker select.ui-datepicker-month,
body .ui-widget.ui-datepicker select.ui-datepicker-year {
    width: auto;
}
body .ui-widget.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    border: none;
}
body .ui-widget.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    border: 0;
    font-size: 12px;
    font-weight: 600;
}
body .ui-widget.ui-datepicker td {
    border: 0;
    padding: 1px;
}
body .ui-widget.ui-datepicker td span,
body .ui-widget.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    background: #EFEFEF;
    border: none;
    font-size: 12px;
}
body .ui-widget.ui-datepicker td.ui-datepicker-today span,
body .ui-widget.ui-datepicker td.ui-datepicker-today a {
    background: #999;
    color: #fff;
}
body .ui-widget.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
body .ui-widget.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    border-radius: 3px;
    background: #ddd;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}
body .ui-widget.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    background: #ddd;
    padding: 10px 20px;
    font-size: 14px;
    color: #999;
}
/* RTL support */

body .ui-widget.ui-datepicker-rtl {
    direction: rtl;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

body .ui-widget.ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/

    display: block;
    /*sorry for IE5*/

    position: absolute;
    /*must have*/

    z-index: -1;
    /*must have*/

    filter: mask();
    /*must have*/

    top: -4px;
    /*must have*/

    left: -4px;
    /*must have*/

    width: 200px;
    /*must have*/

    height: 200px;
    /*must have*/
}
/*Date-Picker end*/

.form-radio .input-radio {
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.form-radio label {
    cursor: pointer;
}

.scp-standalone-content .case-listing-block .sfcp-heading { margin-bottom: 10px !important; }
.scp-list-action-div .scp-left-list-action-div .scp-bulk-actions-div .scp-bulk-action-btn { color: #00a8ff; display: inline-block; padding: 5px 25px 5px 10px; position: relative; font-weight: 600; font-size: 12px; background: #f2f2f2 !important; border: 1px solid #f2f2f2 !important; letter-spacing: 0.5px; }
.scp-list-action-div .scp-left-list-action-div .scp-bulk-actions-div .scp-bulk-action-btn:after { position: absolute; content: '\f107'; font-family: "Font Awesome 5 Pro"; padding: 3px 8px 0 4px; right: 0; top: 2px; }
.scp-list-action-div .scp-left-list-action-div .scp-bulk-actions-div.disabled { pointer-events: none; opacity: 0.6; }
.scp-list-action-div .scp-left-list-action-div .scp-bulk-actions-div { display: inline-block; position: relative; cursor: pointer; }
.scp-list-action-div .scp-left-list-action-div #scp-checkbox-selected-span { margin-left: 10px; font-size: 15px; }
.scp-list-action-div .scp-left-list-action-div .scp-bulk-actions-div .bulk-action-ul { display: block; position: absolute; left: 0; list-style: none; padding-left: 0; width: 100%; margin: 5px 0 0 0; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); background: #fff; z-index: 1; }
.scp-list-action-div .scp-left-list-action-div .scp-bulk-actions-div .bulk-action-ul li { background: #fff; padding: 4px 10px; font-weight: normal; font-size: 14px; cursor: pointer; line-height: normal;}
.scp-knowledgebase-wrapper .accordion-section {
    margin-top: 30px;
}
select#AOK_Knowledge_Base_Categories option {
    background-color: #fff;
}
select#AOK_Knowledge_Base_Categories:focus {
    outline: none;
}
.case-dropdown-main .btn.btn-gray-curve:focus , .case-details-view button.btn-gray-curve:focus {
    color: #fff !important;
}
#example {
    width: 100%;
}
#example .custom-file {
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.3);
    cursor: pointer;
    margin-bottom: 10px;
}
.scp_proposal_btn_add_more .fa , .scp_proposal_btn_remove_more .fa {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    width: 38px;
    border-radius: 5px;
    margin-left: 10px;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.3);
    cursor: pointer;
    color: #000;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.scp_proposal_btn_add_more , .scp_proposal_btn_remove_more {
    display: block;
}
.bg-white.shadow.case-attachments-block .scp-table-responsive #example tr {
    vertical-align: top;
}
.case-details-description .nav-tabs li .scp_subpanel_heading{
    text-decoration: none;
    background: transparent;
    flex-grow: unset;
    font-size: 13px;
    color: #000;
    display: block;
    border-bottom: 3px solid #cdcdcd;
    border-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0px 0px;
    letter-spacing: 0.4px;
    padding: 0px 30px 15px 10px;
}
.case-details-description .nav-tabs li:first-child .scp_subpanel_heading {
    margin-left: 0;
}
.case-details-view:after {
    content: "";
    clear: both;
    display: table;
}
.button-group.d-flex {
    float: right;
}
.button-group .scp-AOS_Quotes.scp-dtl-viewbtn {
    color: #00a8ff !important;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
}
.col-lg-6.case-detail-first-div .bg-white.shadow.border-radius-5 {
    min-height: 87%;
}
.button-group .scp-AOS_Quotes.scp-dtl-viewbtn:last-child {
    margin-right: 0 !important;
}
.button-group .scp-AOS_Quotes.scp-dtl-viewbtn .fa {
    margin-right: 5px !important;
}
.d-flex.justify-content-between.title-case-block {
    float: right;
    margin-top: 5px !important;
}
.d-flex.justify-content-between.title-case-block .button-group.d-flex a {
    color: #00a8ff;
    padding: 0px 5px;
    margin-top: 5px;
}
.case-details-description .nav-tabs li .scp_subpanel_heading.active {
    border-color:#00a8ff;
    color:#00a8ff;
}
.case-details-description .nav-tabs li:hover .scp_subpanel_heading {
    border-color:#00a8ff;
    color: #00a8ff;
}
.case-details-description .nav-tabs li.dropdown.sub-menu-div.show:hover .scp_subpanel_heading {
    color: #000 !important;
}
.case-details-description .nav-tabs li.dropdown.sub-menu-div.show:hover .scp_subpanel_heading + a.scp_subpanel_add {
    opacity: 0 !important;
    visibility: hidden !important;
}
.case-details-description .nav-tabs li.dropdown.sub-menu-div.show ul li.subpanel-div:hover .scp_subpanel_heading {
    color: #00a8ff !important;
}
.case-details-description .nav-tabs li.dropdown.sub-menu-div.show ul li.subpanel-div:hover .scp_subpanel_heading +  a.scp_subpanel_add {
    opacity: 1 !important;
    visibility: visible !important;
    top: 2px !important;
}
.case-details-description .nav-tabs li.dropdown.sub-menu-div.show.open ul li.subpanel-div .scp_subpanel_heading +  a.scp_subpanel_add , .case-details-description .nav-tabs li.dropdown.sub-menu-div.show ul li.subpanel-div .scp_subpanel_heading.active +  a.scp_subpanel_add {
    top: 2px;
}
.bg-white.shadow .case-listing-block.bg-white.shadow {
    box-shadow: none;
    padding: 25px 0;
    margin-bottom: 0 !important;
}
#case_updates {
    width: 100%;
}
#case_updates textarea {
    height: 100px;
    resize: none;
}
#notification_list_form .scp-notification-search {
    width: 100%;
}
.scp-top-button.delete-notifications-btn-group {
    width: 100%;
    margin: 0 -6px;
    margin-top: 30px;
    text-align: left;
}
.scp-top-button.delete-notifications-btn-group a {
    padding: 0px 4px;
    color: #00a8ff;
    font-size: 13px;
    padding-left: 8px;
    background: #fff !important;
    border: none !important;
}
.scp-top-button.delete-notifications-btn-group a .far {
    margin-right: 7px;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group {
    width: 100%;
    margin-left: -15px;

}
#notification_list_form .scp-notification-search .knowledge-btn-group {
    width: auto;
    margin-left: 25px;
}
#scp-notification-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module {
    width: 50%;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date{
    width: 50%;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown select {
    color: #000;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 18px;
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 50px;
    border-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            cursor: pointer;
}
.notification-block .preferences-block ul, .notification-block .preferences-block ul li {
    margin-top: 3px;
    margin-bottom: 3px;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown select:focus {
    outline: none;
}
#notification_list_form .case-listing-block.notification-details {
    padding: 0;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown select option {
    background-color: #fff;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date .date-change-icon i.fas.fa-arrows-alt-h {
    font-size: 25px;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date .date-change-icon {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date .module-dropdown {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date .module-dropdown input {
    background-color: #e6e6e6;
    border-radius: 50px;
    height: 36px;
    box-shadow: none;
    border: 0;
    padding: 0 18px 0 45px;
    width: 100%;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date .module-dropdown .fa.fa-calendar {
    position: absolute;
    left: 15px;
    top: 8px;
}
#notification_list_form .scp-notification-search .knowledge-btn-group input {
    width: 125px;
    color: #fff;
}
#notification_list_form .top-header-search {
    margin-top: 30px;
    flex-wrap: wrap;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown {
    position: relative;
    max-width: 360px !important;
    width: 100% !important;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown:after {
    content: "";
    float: right;
    line-height: 36px;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
h3.side-icon-wrapper.scp-calendar-font {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
}
.scp-th-checkbox-div {
    cursor: pointer;
    position: relative;
    line-height: 14px;
}
ul.scp-th-checkbox-ul {
    position: absolute;
    background-color: #fff;
    padding:3px 0px;
    z-index: 9;
    width: 140px;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, .15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, .15);
    left: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    cursor: pointer;

}
ul.bulk-action-ul li#scp-export-btn {
    background: #fff !important;
    border-color: transparent !important;
    color: #000;
    font-weight: 400;
        padding-bottom: 0;
        border:0 !important;
            font-size: 14px;
}
.scp-th-checkbox-div:after {
    content: "";
    float: right;
    line-height: 36px;
    font-size: 13px;
    position: absolute;
    top: 3px;
    left: 24px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.case-listing-block.invoice-listing table tr {
    border-color: #f2f2f2;
    background: #fff;
    transition: all 0.5s;
    border-bottom: 1px solid #f2f2f2;
}
#notification_list_form .notification-details .scp-notification-wrapper table {
    border: 0;
}
#notification_list_form .notification-details .scp-notification-wrapper table th, #notification_list_form .notification-details .scp-notification-wrapper table td {
    padding: 15px 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f2f2f2 !important;
}
#notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown:last-child {
    margin-right: 0;
}
#notification_list_form .case-listing-block.notification-details .custom-scrollbar {
    padding-top: 0;
}
.top-header-search .module-dropdown {
    max-width: 200px;
}
.number-block h2 {
    font-size: 17px;
} 
.case-details-description table td a {
    color: #000;
}
.case-details-description h3 + .table-responsive {
    margin-bottom: 20px;
}
.case-details-description h3 + .table-responsive:last-child {
    margin-bottom: 0;
}
.user-profile-pic {
    background: #d5d5d5;
    color: #000000;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}
.scp-download-btn {
    text-align: center !important;
}
.case-listing-block .table-responsive table th, .case-listing-block .table-responsive table td {
    padding: 10px;
}
 .case-listing-block .table-responsive table td {
    text-align: left;
 }
#change_pwd_form .align-items-center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
}

.form-group {
    margin-bottom: 1.3rem;
}
.case-attachments-block .custom-file .custom-file-label {
    font-size: 14px !important;
    padding-left: 40px !important;
}
.case-attachments-block .custom-file .fa-paperclip {
    font-size: 22px !important;
}
.accordion-section .card-header .card-header-right {
    margin-left: 15px;
}
#scp-export-btn {
    color: #00a8ff;
    display: inline-block;
    padding: 7px 10px 5px 10px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
    letter-spacing: 0.2px;
}
ul.scp-th-checkbox-ul li {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 1px 10px;
    cursor: pointer;
}
.file-field .overlay-layer .fa.fa-paperclip {
    font-size: 25px;
    margin-top: 15px;
}
.scp-case-form label[for="email"] {
    font-size: 15px;
    margin-bottom: 15px;
}
.file-field .overlay-layer {
    margin-top: 0 !important;
}
.secound-div-product input {
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    height: 43px;
    margin-bottom: 10px;
    border: 0;
    padding: 10px;
    width: 100%;
}
.secound-div-product h3 {
    margin-bottom: 15px;
}
.scp-page-action-title.scp_product_search_action .top-header-search.mr-auto.d-flex.align-items-center.body-header-serch.justify-content-between {
    margin-bottom: 0;
    margin-right: 20px !important;
    flex: auto;
    width: 100%;
}
.secound-div-product, .first-div-product {
    /*float: left;*/
    margin-top: 30px;
}
span.scp-Notification-font.scp-default-font {
    color: #000;
}
.notification-block .preferences-block ul li {
    width: 170px;
    text-align: center;
}
.scp-signup-body .signup-header .login-section .dropdown {
    top: 5px;
    right: 0;
}
.scp-signup-body .login-section {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    transform: none;
}
.error-line-item {
    margin-bottom: 0 !important;
}
.add-case-block.bg-white.shadow .add-case-block.bg-white.shadow {
    padding: 15px 0px;
    box-shadow: none;
}
.search-btn-topbar a#btn_global_search {
    background: #00a8ff;
    color: #fff;
    font-size: 15px;
    border:1px solid;
    border-color: #00a8ff;
    line-height: 36px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    border-radius: 50px;
    height: 36px;
}
.side-icon-wrapper .fa {
    margin-right: 15px;
}
.sfcp_form_search_box_div input[type="text"] {
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    height: 43px;
    margin-bottom: 5px;
    border: 0;
    width: 90%;
    padding: 10px;
    margin-right: 1%;
}
.sfcp_form_search_box_div {
    margin-bottom: 20px;
}
div#solutionlist-items .case-listing-block {
    padding-bottom: 20px;
}
.add-case-block .general-link-btn {
    color: #000;
    font-size: 15px;
    margin-right: 10px;
}
select#AOK_Knowledge_Base_Categories {
    color: #000;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 18px;
    border: 0;
    background-color: #e6e6e6;
    border-radius: 30px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.knowledge-dropdown .select-style {
    position: relative;
}
.knowledge-dropdown .select-style:after {
    content: "";
    float: right;
    line-height: 36px;
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 20px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sfcp_form_search_box_div input.sfcp_solution_search_btn {
    width: 160px;
    font-size: 17px;
    font-weight: 600;
    background: #00a8ff;
    border: 0;
    color: #fff;
    padding: 5px 25px;
    height: 43px;
    cursor: pointer;
    border-radius: 5px;
}
#search_solutions_form .sfcp_form_search_box_div {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#bcp_product_list_table .custom-control {
    padding-left: 0 !important;
}
.proposals-table input[type="checkbox"] {
    width: auto !important;
}
.proposals-table table a {
    color: #000;
}
.bc_proposal_div {
    display: flex;
}
.search_result_content table tr td a {
    color: #000;
    padding-bottom: 10px;
    display: block;
}
.search_result_content h3 {
    margin-bottom: 20px;
}
.case-listing-block.search_result_content table tr:hover {
    background-color: transparent;
    box-shadow: none;
}
.search_result_content table {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
a.general-link-btn.scp-download-btn.scp-Notes-font {
    margin: 9px 15px;
    display: flex;
    width: 22%;
    float: left;
    align-items: flex-end;
    margin-left: 0;
}
a.general-link-btn.scp-download-btn.scp-Documents-font {
    margin: 0 15px;
    margin-left: 0;
}
.product-case-details p.data-view a.general-link-btn.scp-download-btn.scp-Documents-font {
    margin-left: 10px;
}
.pagination-listing li.page-next a , .pagination-listing li.page-prev a{
    font-size: 22px;
    line-height: 37px;
}
.col-lg-12.case-detail-first-div a.general-link-btn.scp-download-btn.scp-Notes-font {
    margin: 0 15px;
    display: initial;
    width: 100%;
    float: none;
    align-items: flex-end;
}
.col-lg-6.case-detail-first-div a.general-link-btn.scp-download-btn.scp-Notes-font {
    margin: 0 15px;
    display: initial;
    width: 100%;
    float: none;
    align-items: flex-end;
}
#responsedata .case-listing-block .pagination-listing {
    display: flex;
}
.scp-list-action-div {
    display: flex;
    justify-content: space-between;
}
.scp-list-action-div .scp-right-list-action-div .scp-select-list-paging.scp-form-control {
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    height: 30px;
    margin-bottom: 0;
    background-color: #fff;
    border-color: #f2f2f2;
    cursor: pointer;
    padding: 5px;
    border : none;
}
section.login-section.signup-new-section .bootstrap-datetimepicker-widget{ min-height : 260px !important; }
.highcharts-root {
    font-family: 'Montserrat', sans-serif !important;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-toggle {
    text-decoration: none;
    background: transparent;
    flex-grow: unset;
    padding: 0px 11px 0px;
    font-size: 13px;
    color: #000;
    display: block;
    border: 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: normal;
}   
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-toggle:hover {
    border-color: #00a8ff;
    color: #00a8ff;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show li {
    border-bottom: 1px solid #f2f2f2 !important;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show li .scp_subpanel_heading {
    padding: 6px 10px;
    border: 0;
    border-radius: 0 !important;
    margin: 0;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show li:hover {
    border-color: inherit;
    color: inherit;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show li:last-child {
    border-bottom: 0 !important;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show li .scp_subpanel_heading:hover {
    border-bottom: 0;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show {
    top: 0 !important;
    transform: translate3d(0px, 20px, 0px) !important;
    background-color: #fff;
}
.case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show li .scp_subpanel_heading:hover + a.scp_subpanel_add {
    border-bottom: 0;
    top: 2px;
}
.blockUI.blockOverlay {
    opacity: 0 !important;
}
.case-details-description .tab-content .scp_subpanel_body .sfcp-heading .dcp_ca_class .btn {
    font-size: 12px;
    padding: 0 11px;
    height: 33px;
    line-height: 33px;
}
.case-details-description .tab-content .scp_subpanel_body .sfcp-heading .dcp_ca_class .btn .fa {
    margin-right: 5px;
}
.updates-details-div {
    height: 280px;
    overflow: auto;
    margin-bottom: 20px;
}
.scp_product_search_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.signup-right-part-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.signup-right-part-div .dropdown.dcp_lang_dropdown {
    margin-bottom: 0;
}
.login-main-section .signup-header .signup-right-part-div .login_btn {
    margin-top: 0;
    margin-left: 10px;
}
.fa-angle-down {
    animation: none;
}
.fa.fa-info-circle {
    top: -2px;
}
.scp-calander-popup-for-all .ui-corner-all {
    border: 1px solid #e1e1e1;
    overflow: visible;
    border-radius: 0;
}
.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}
.scp-calander-popup-for-all .ui-dialog-titlebar.ui-widget-header {
    background: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0;
    font-weight: 600;
    color: #4dd0e1;
}
.ui-dialog .ui-dialog-titlebar {
    position: relative;
}
.scp-calander-popup-for-all .ui-dialog-title, .scp-calander-popup-for-all .ui-dialog-content.ui-widget-content {
    font-family: 'Montserrat', sans-serif !important;
    padding-left: 10px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}
.scp-calander-popup-for-all .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    margin: -7px 0 0 0;
    padding: 0px;
    height: 25px;
    outline: none;
    line-height: 25px;
    top: 16px;
    right: 7px;
    width: 25px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}
.scp-calander-popup-for-all .ui-dialog .ui-dialog-titlebar-close:after {
    position: absolute;
    content: "X";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 22px;
    margin: auto;
    color: #666;
}
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content {
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 2px;
    height: 100% !important;
}
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar .date, .scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar .module_list {
    width: 47%;
}
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar > * {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    outline: none;
    height: 30px;
    border-radius: 0;
    line-height: 30px;
     font-family: 'Montserrat', sans-serif !important;
     padding-left: 10px;
}
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar .module_list {
    border-color: #e1e1e1;
    padding-left: 0;
}
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar a {
    background: #4dd0e1;
    padding: 0px 11px;
    color: #fff;
    width: auto;
    font-size: 13px;
    font-weight: 800;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif !important;
    margin: 5px 0;
    height: 29px;
    text-decoration: none;
    margin-left: 10px;
}
.ui-widget-overlay {
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-front {
    z-index: 100;
}
.badge {
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
    margin-left: 5px;
}
.badge:empty {
    display: inline-block;
}
.scp-list-action-div.scp-bottom-action-div {
    justify-content: flex-end;
    margin-bottom: 15px;
}
#bcp_product_list_table th {
    border-right: 1px dashed #ccc;
}
#bcp_product_list_table th:last-child {
    border-right: 0;
}
.accordion-section .card-body p {
    font-size: 15px;
}
.bc_proposal_aos_quotes-subpanel {
    position: relative;
}
.nav-tabs li{
    position: relative;
}
a.scp_subpanel_add {
    position: absolute;
    top: -4px;
    right: 7px;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    opacity: 0;
    visibility: hidden;
}
.case-details-description .nav-tabs li .scp_subpanel_heading.active + a.scp_subpanel_add {
    color: #00a8ff;
    opacity: 1;
    visibility: visible;
}
.case-details-description .nav-tabs li:hover  .scp_subpanel_heading + a.scp_subpanel_add {
    color:#00a8ff;
    opacity: 1;
    visibility: visible;
}

.product-proposals-block .scp-page-action-title.scp_product_search_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 30px;
            align-items: center;
}
.product-proposals-block .scp-page-action-title.scp_product_search_action h3 {
    margin-bottom: 0;
    width: 25%;
    text-align: left;
}
.product-proposals-block .scp-page-action-title.scp_product_search_action .scp_product_search_div {
    width: 75%;
}
.product-proposals-block .scp-page-action-title.scp_product_search_action .knowledge-btn-group {
    width: auto;
}

.scp_subpanel_body .case-listing-block .table-responsive {
    padding-top: 5px;
}
a.notification-bell {
    color: #fff;
}

input#search-product {
    font-size: 13px;
}

.table-responsive.custom-scrollbar.proposals-table {
    font-size: 13px;
}

td.scp-knowledgebase-wrapper h4 {
    font-size: 18px;
}
td.scp-knowledgebase-wrapper i {
    margin-right: 10px;
}
@media (max-width: 1400px){
    #scp-notification-search-form {
        display: block;
    }
    #notification_list_form .scp-notification-search .knowledge-dropdown-group , #notification_list_form .scp-notification-search .knowledge-btn-group {
        width: 100%;
    }
    .knowledge-dropdown-group , #notification_list_form .scp-notification-search .knowledge-btn-group  {
        justify-content: end;
        margin-top: 15px;
    }
    #notification_list_form .top-header-search {
        margin-top: 0;
    }
    #notification_list_form .scp-notification-search .knowledge-btn-group {
        margin-left: 0;
    }
    .scp-knowledgebase-wrapper .top-header-search.body-header-serch .knowledge-btn-group {
        margin-top: 15px;
    }
    
}
@media (max-width: 1200px){
    .bc_proposal_div {
        display: block;
    }
    a.general-link-btn.scp-download-btn.scp-Notes-font  {
        width: 30%;
    }
    .scp-th-checkbox-div:after {
        left: 22px;
    }
    .left-menu-panel ul li a {
            padding: 12px 15px;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    .right-top-menu li {
        margin-left: 12px !important;
    }
    .navbar .logo h1 {
        margin-left: 10px !important;
        width: 130px !important;
        margin-right: 10px !important;
    }
    .search-btn-topbar a#btn_global_search {
        padding: 0 13px !important;
    }
    .clear-btn .btn-grey-curve {
        padding: 0 12px !important;
    }
    .top-header-search .search-btn-topbar {
        margin-right: 10px !important;
    }
    .right-top-menu.navbar-nav {
        top: 0px !important;
    }
}
@media screen and (max-width:991px) {
    #notification_list_form .scp-notification-search .knowledge-dropdown-group {
        flex-wrap: wrap;
    }
    #notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date {
        width: 100%;
        padding: 0px 15px;
    }
    #notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module {
        width: 100%;
        margin-bottom: 15px;
    }
   
    #notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module .module-dropdown {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date .module-dropdown{
        margin-bottom: 0;
    }
    .case-listing-block .table-responsive table th {
        padding-right: 20px;
    }
    .case-listing-block .table-responsive {
        border: 0 !important;
    }
    .bg-white.shadow.case-attachments-block {
        margin-top: 20px;
    }
    .case-attachments-block .custom-file .custom-file-label {
        font-size: 12px !important;
    }
    .accordion-section .card-header .card-header-right {
        margin-left: 0;
        margin-top: 5px;
    }
    a.general-link-btn.scp-download-btn.scp-Notes-font  {
        width: 25%;
    }
    .case-details-description .nav-tabs li .scp_subpanel_heading {
            padding: 0px 26px 10px 6px;
    }
}

@media screen and (max-width:768px) {
    #content-wrapper .container-fluid {
        margin-top: 70px !important;
    }
}
@media screen and (max-width:767px) {
    .scp-signup-body .login-section.signup-new-section .left-part-login { max-width: 100%; margin-bottom: 20px; }
    .scp-signup-body .signup-header .pull-right { display: flex; align-items: center; top: 0 !important; }
    .scp-signup-body .signup-new-section .login-section { padding: 0; }
    #notification_list_form .scp-notification-search .knowledge-dropdown-group .select-module , #notification_list_form .scp-notification-search .knowledge-dropdown-group .datepicker-wrap.notification-date{
        padding: 0;
        margin: 0;
        padding-left: 0px;
    }
    #notification_list_form .scp-notification-search .knowledge-dropdown-group {
        margin-left: 0;
    }
    .top-header-search .module-dropdown {
        max-width: 100%;
    }
    .sidebar {
        top: 0px !important;
    }
    #content-wrapper .container-fluid {
        margin-top: 0px !important;
    }
    .recent-activity .table-responsive {
        border:0 !important;
    }
    .case-attachments-block .custom-file .custom-file-label {
        font-size: 13px !important;
    }
    .knowledge-dropdown-group .module-dropdown.dropdown.body-dropdown.knowledge-dropdown {
        margin-left: 0px;
    }
    .case-dropdown-main {
        width: auto;
        flex-direction: column;
    }
    a.general-link-btn.scp-download-btn.scp-Notes-font  {
        width: 35%;
    }
    .scp-th-checkbox-div:after {
        left: 22px;
    }
    .notification-block .preferences-block ul li {
        width: 130px;
        text-align: center;
    }
    .preferences-accordian ul li a label {
            font-size: 12px;
    }
    .right-top-menu.navbar-nav {
        top: 25px !important;
    }
    .logo a .fa {
        top: 30px !important;
    }
    .navbar-nav.sidebar-dark.accordion .custom-scrollbar {
        padding-bottom: 20px;
    }
    .sidebar.active{
        position: fixed;
    }
    .sidebar.active .logo a .fa{
        top: 15px !important;
    }
    .sidebar.active .logo a .fa:before {
        content: "\f00d";
    }
    .topbar > h2 {
        padding-left: 40px;
        font-size: 32px;
    }
    .product-proposals-block .scp-page-action-title.scp_product_search_action {
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .product-proposals-block .scp-page-action-title.scp_product_search_action h3 {
        width: 100%;
    }
    .product-proposals-block .scp-page-action-title.scp_product_search_action .scp_product_search_div {
        width: 100%;
        margin-top: 20px;
    }
    .case-details-description .nav.nav-tabs .dropdown.sub-menu-div .dropdown-menu.show {
            left: -30px !important;
    }
}
@media screen and (max-width:376px) {
    .topbar > h2 {
        padding-left: 35px;
        font-size: 26px;
    }
}

.scp_subpanel_body .scp-list-action-div.scp-bottom-action-div {
    margin-top: 15px;
}

i.input-calender.fa.fa-calendar {
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    top: 39px;
    right: 20px;
}

#fullwidth-wrapper .account-select-div {margin-bottom: 0;background: transparent;float: left; width: 20%;}
#fullwidth-wrapper span.select2.select2-container.select2-container--default {margin-left: 20px; width: 90% !important;}
#fullwidth-wrapper span.select2.select2-container.select2-container--default .select2-selection--single {background: #f8f9fa; border-radius: 50px; height: 36px; border: none;}
#fullwidth-wrapper span.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {color: #010101; line-height: 36px;}
#fullwidth-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow { height: 36px;}