@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
html { height: 100%; }
a:focus, button:focus { outline: none; }
body { font-size: 13px !important; font-weight: 400; font-family: Arial,sans-serif !important; color: #000; min-height: 100%; background: #f4f7fa; }
ul { padding-left: 0; list-style: none important; }
ul li{line-height: normal; font-size: 13px;}
.blue-bg { background: #3f4d67; }
.custom-scrollbar { overflow-y: scroll; }
button:focus, a:focus, input:focus { outline: none; }
body, button, input, select, textarea, table{ font-family: Arial,sans-serif !important;}
h1,h2,h3,h4,h5,h6{margin:0;}
a:focus{outline: none !important;}
table td, table th{word-break: normal !important;}
/* To style the document scrollbar, remove `.custom-scrollbar` */
.custom-scrollbar::-webkit-scrollbar { width: 4px; height: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 6px #bbb; border-radius: 10px; }
.btn-primary:focus, .btn-primary.focus { box-shadow: none; }
.custom-scrollbar::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8); }

/*btn css start here*/
.btn-blue, .btn-gray { background: #00a8ff; border: 0; padding: 5px 25px; border-radius: 5px; font-size: 12px; color: #fff !important; }
.btn-gray { background: #d0d2d5; color: #000; border-color: #d0d2d5; }
.btn-blue-curve, .btn-gray-curve { background: #00a8ff; color: #fff; /*font-size: 15px;*/ font-size: 14px; border-color: #00a8ff; line-height: 36px; font-weight: 600; /*padding:0 20px;*/ padding: 0 14px; text-align: center; border-radius: 50px; height: 36px; }
.btn-gray-curve { background: #f2f2f2; border-color: #f2f2f2; }
.margin-btn-30 { margin-bottom: 30px; }
.error, .error-line { color: #ff0000; font-size: 12px !important; font-weight: 400 !important; }

/*Login page css start here*/
.login-main-section { min-height: 100vh; background-position: center bottom; background-size: cover; text-align: center; position: relative; }
.login-main-section:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(63, 77, 103, 0.85); }
.login-section { color: #fff; position: relative; z-index: 1; display: inline-block; text-align: left; padding: 20px 0 20px; }
.right-part-login { background: #fff; max-width: 360px; float: none; width: 100%; padding: 15px 20px; color: #000; border-radius: 10px; margin: 30px auto 0; }
.right-part-login .form-control { padding: 0.32rem 0.7rem; margin-bottom: 15px; box-shadow: inset 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.05); height: 36px; font-size:14px;}
.right-part-login .form-group label { font-weight: 500; font-size: 12px; margin-bottom: 7px; }
.right-part-login h3 { font-size: 1.125rem; margin-bottom: 0.8rem; font-weight: 400; text-align: left; display: inline-block; margin-top: 10px; width: 100%;}
.right-part-login h2 { margin-bottom: 0.8rem; font-size: 0; }
.forgot-psw { color: #000; /*position: relative;*/ position: absolute; right: 0; top: 0; font-size: 12px; }
.forgot-psw:hover, .signup-now:hover { text-decoration: none; }
.forgot-psw:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 1px solid #00a8ff; }
.signup-now { color: #00a8ff; font-size: 12px; position: relative; }
.signup-now:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 1px solid #00a8ff; }
.left-part-login h1 { font-size: 26px; font-weight: bold; margin-bottom: 25px; }
.left-part-login p { line-height: 1rem; margin-bottom: 0; }
.left-part-login ul { margin-top: 40px; margin-left: 15px; list-style: none; }
.left-part-login ul li { margin-bottom: 5px; position: relative; }
.left-part-login ul li:after { position: absolute; content: ""; font-size: 16px; color: #fff; left: -15px; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.login-section .container { max-width: 890px; }
.login-section .dropdown { border: 0; max-width: 100%; padding: 0; position: relative; width: 100%; border: 1px solid #737887; border-radius: 5px; background: transparent; margin-bottom: 15px; cursor: pointer; }
.login-section .dropdown-menu { width: 100%; overflow: auto; max-height: 90px; padding: 0; }
.login-section .dropdown-menu li a { display: inline-block; width: 100%; padding: 3px 15px; color: #000; font-size: 12px; font-weight: normal;}
.login-section .dropdown-menu li a:hover { background: #4ebcf1; color: #fff; }
.login-section .dropdown-toggle { display: inline-block; border-radius: 3px; width: 100%; overflow-y: auto; color: #000; padding: 5px 25px 5px 13px; font-weight: normal; font-size: 12px; text-align: left; text-decoration: none; }
.login-section .dropdown-toggle .fa.fa-angle-down { font-size: 17px; position: absolute; right: 10px; color: #000; top: 7px; }
.flag { display: inline-block; width: 16px; height: 11px; background: url(../png/flags-2.png) no-repeat; margin-right: 5px; margin-top: 3px; }
.flag.flag-us { background-position: -192px -154px; }
.login-section .dropdown-toggle::after { display: none; }
#scp_new_password-error, #scp_cfm_password-error{position: relative; bottom: 0;}

/*dashboard page start here*/
.module-dropdown { background: #fff; border-radius: 50px; }
.top-header-search  .module-dropdown a { color: #000; height: 36px; font-size: 13px; line-height: 36px; padding: 0 18px;/* margin-bottom: 10px;*/ }
.top-serch { margin-bottom: 10px; }
.top-header-search .module-dropdown a .fa { float: right; line-height: 36px; font-size: 20px; }
.top-serch input { border-radius: 50px; height: 36px; font-size: 13px; line-height: 36px; padding: 0 18px; color: #010101; }
.right-top-menu .fa { font-size: 18px; }
.right-top-menu .fa.fa-user { /*font-size: 26px;*/ font-size: 20px; position: relative; top: 1px; }
.right-top-menu li { margin-left: 15px; }
.navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.topbar .module-dropdown ul { margin-bottom: 0; }
.dasboard-dropdown > a { background: #f2f2f2; border-radius: 30px; text-decoration: none !important; padding-top: 0; padding-bottom: 0; line-height: 27px; height: 27px; padding-right: 25px; }
.dasboard-dropdown > a .fa { font-size: 19px; position: absolute; right: 8px; top: 5px; }
.dasboard-dropdown ul { margin-bottom: 0; list-style: none; padding-left: 0;}
.dasboard-dropdown .dropdown-list { padding: 0; }
.dasboard-dropdown ul li a { text-align: left; display: inline-block; width: 100%; padding: 3px 10px; text-decoration: none; }
.dasboard-dropdown ul li a:hover { background: #f2f2f2; }
.dasboard-dropdown .dropdown-toggle::after { display: none; }
.topbar > .top-header-search { display: block !important; width: 100%; padding-top: 50px; }
.topbar .module-dropdown ul li a { height: auto; line-height: normal; padding: 5px 10px; display: inline-block; width: 100%; }
.topbar .module-dropdown ul li a:hover { background: #eee; text-decoration: none; }
.right-top-menu.navbar-nav { position: absolute; top: 22px; right: 15px; }
.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.navbar-nav .dropdown-menu { position: static; float: none; }
.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.sidebar { min-height: 100vh;/* width: 300px;*/ width: 235px !important; position: absolute; left: -235px; top: 0; z-index: 9;    /* height: 100%; */ bottom: 0; transition: all 0.5s; }
#content-wrapper { background-color: #f4f7fa; width: 100%; overflow-x: hidden; }
.sidebar .logo { padding: 25px; }
#content-wrapper .container-fluid { padding: 15px; }
#content-wrapper .container-fluid .mb-4 { margin-bottom: 1.875rem; }
#content-wrapper #content { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
#wrapper {/*display: -webkit-box; *//*display: -ms-flexbox; display: flex;*/ position: relative; }
.navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 17px 15px; }
.navbar.active h1{display: block; z-index: 9; margin-left: 0;}
.navbar.topbar .dropdown-menu{min-width: 11rem;}
.navbar .dropdown-toggle { color: #fff; }
.navbar .dropdown-toggle::after { display: none; }
.animated--grow-in { -webkit-animation-name: growIn; animation-name: growIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1); animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1); }
.dropdown-menu-right { right: 0; left: auto; }
.dropdown-menu.show { display: block; }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute; white-space: normal; }
.right-top-menu a.dropdown-item .fa { font-size: 16px; top: 1px; position: relative; }
.right-top-menu a.dropdown-item { font-size: 13px; padding-left: 10px; padding-right: 10px; color: #000; }
.account-user-details { display: flex; align-items: center; }
.dropdown-header, .dropdown-item, .text-truncate { white-space: normal; }
.user-profile { background: #262e3e !important;/* width: 70px;*/ height: 36px; border-radius: 50px; padding: 0 13px !important; line-height: 36px; }
.user-profile .fa.fa-angle-down { float: right; line-height: 1.9; }
.left-menu-panel ul { /*margin-left: 8px;*/ padding-left: 9px; list-style: none; }

/*.logo{padding: 25px 35px 25px 25px;}*/
.logo a { color: #fff; font-size: 13px; font-weight: 600; text-transform: capitalize; }
.logo a:hover { text-decoration: none; }
.logo h1{ font-size: 13px; font-weight: 600; margin: 0; color: #fff; display: block;}
.logo h1:before{display: none !important;}
#calendar{overflow: auto;}
.logo a .fa { font-size: 20px; position: absolute; right: -35px; top: 10px; color: #fff;}
.topbar > h2 { color: #fff; display: block; width: 100%; text-align: left; padding-left: 30px; font-weight: 600; padding-right: 130px; }
.left-menu-panel ul li { transition: all 0.5s; border-bottom-left-radius: 30px; border-top-left-radius: 30px; background: transparent; margin-bottom: 2px; }
.left-menu-panel ul li a { color: #fff; align-items: center; display: flex; width: 100%; padding: 15px; max-height: 50px; transition: all 0.5s; }
.left-menu-panel ul li:hover a, .left-menu-panel ul li.active a { color: #000; text-decoration: none; }
.case-menu { position: relative; }
.left-menu-panel ul li a.case-add { display: none; position: absolute; background-color: transparent; border-radius: 0; width: auto; padding: 0; right: 15px; top: 54%; transform: translateY(-50%); color: #00a8ff; font-size: 20px; }
.left-menu-panel ul li a.case-add .fa { font-size: 25px; }
.left-menu-panel ul li:hover, .left-menu-panel ul li.active { background: #f4f7fa; }
.left-menu-panel ul li:hover .case-add { display: block; }
.menu-icon { font-size: 20px; font-weight: normal; }
.number-block .card-body { padding: 20px 20px 10px 20px; }
.number-block .card-body a { text-transform: capitalize; color: #000; font-size: 12px; text-decoration: underline; font-weight: 600; display: block; margin-top: 15px; }
.number-block { background: #fff; -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15); box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15); width: 100%; }
.number-flex{display: flex;}
.number-block h2 { font-size: 13px; font-weight: 600; }
.number-block .fa { font-size: 40px; }
.number-block h3 { font-size: 32px; font-weight: 600; margin-bottom: 0; }
.number-account-block { color: #4c65ff; }
.number-call-block { color: #00a8ff; }
.number-cases-section { color: #e2770f; }
.number-document-section { color: #00a63b; }
.sidebar.active { left: 0 }
.bg-white { background: #fff; }
.account-description { padding-left: 15px; width: calc(100% - 65px); text-align: left; }
.shadow { -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15); box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15); }
.imex-content-table { padding: 20px; border-radius: 5px; text-align: center; }
.user-profile-pic { display: inline-block; width: 50px; height: 50px; background-size: cover; background-position: center center; border-radius: 50%; }
.imex-content-table table { table-layout: fixed; width: 100%; }
.imex-content-table table td:first-child p { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-right: 10px; }
.imex-content-table table td, .imex-content-table table tr { border: 0; padding: 0; vertical-align: top; padding-bottom: 10px; }
.imex-content-table .row { display: inline-block; width: 100%; padding: 15px; margin-bottom: 0; }
.imex-content-table table td p { margin: 0; font-weight: 600; line-height: 14px; font-size: 13px; }
.imex-content-table table td span { color: gray; font-size: 13px; font-weight: 400; }
.imex-content-table table td p.light { font-weight: normal; }
.imex-content-table table td.text-right span { font-size: 10px; position: relative; }
.imex-content-table h2 { font-size: 16px; text-transform: uppercase; margin-bottom: 20px; font-weight: 600; text-align: left; }
.imex-content-table h2 a{font-size: 16px; text-decoration: none;}
.imex-content-table h2 a span{margin-right: 10px; font-size: 20px;}
.imex-content-table a { /*text-align: right;*/ display: block; color: #000; text-decoration: underline; font-size: 12px; font-weight: 600; }
.imex-content-table .table-responsive.custom-scrollbar{overflow: auto; max-height: 200px;}
.recent-activity .rTableRow .rTableCell:first-child{width: 35%;}
.imex-content-table.recent-table table td, .imex-content-table.recent-table table tr { padding-bottom: 15px; }
.paid, .unpaid { background: #00a651; min-width: 55px; height: 24px; border-radius: 10px; text-align: center; display: inline-block; text-transform: capitalize; color: #fff; font-weight: normal !important; line-height: 24px !important; }
.unpaid { background: #f5c400; }
.imex-content-table .free, .imex-content-table .tentative, .imex-content-table .completed, .imex-content-table .cancelled, .imex-content-table .canceled, .imex-content-table .busy, .imex-content-table .out_of_office, .imex-content-table .draft, .imex-content-table .active, .imex-content-table .cancelled, .imex-content-table .expired, .imex-content-table .waiting, .imex-content-table .in_progress, .imex-content-table .on_hold, .imex-content-table .waiting_for_details, .imex-content-table .researching,
.imex-content-table .problem_solved, .imex-content-table .information_provided, .imex-content-table .merged, .imex-content-table .new, .imex-content-table .partially_shipped, .imex-content-table .billed, .imex-content-table .booked_applies_to_services, .imex-content-table .installed_applies_to_services, .imex-content-table .complete, .imex-content-table .partial, .imex-content-table .in_progress, .imex-content-table .no_money, .imex-content-table .invoiced, .imex-content-table .pending, .imex-content-table .partial, .imex-content-table .open, .imex-content-table .won, .imex-content-table .lost, .imex-content-table .revised, .imex-content-table .open, .imex-content-table .made, .imex-content-table .received,
.imex-content-table .dcp_status_1, 
.imex-content-table .dcp_status_2, 
.imex-content-table .dcp_status_3, 
.imex-content-table .dcp_status_4, 
.imex-content-table .dcp_status_5, 
.imex-content-table .dcp_status_6, 
.imex-content-table .dcp_status_1000, 
.imex-content-table .dcp_status_2000,
.imex-content-table .dcp_status_863150000, 
.imex-content-table .dcp_status_863150001, 
.imex-content-table .dcp_status_863150002,
.imex-content-table .dcp_status_863150007
 { color: #fff; font-weight: 500; border-radius: 10px; margin: 0 auto !important; font-size: 11px !important; font-weight: normal !important; width: 165px; text-align: center; height: 30px; line-height: 30px !important; text-transform: capitalize; }
.imex-content-table .free, .imex-content-table .partial, .imex-content-table .invoiced{background: #46f763;}
.imex-content-table .tentative{background:#0e33f0;}
.imex-content-table .completed, .imex-content-table .dcp_status_5, .imex-content-table .dcp_status_1000, .imex-content-table .dcp_status_2000, .imex-content-table .won, .imex-content-table .made, .imex-content-table .complete{background: #089122;}
.imex-content-table .cancelled, .imex-content-table .dcp_status_6, .imex-content-table .expired, .imex-content-table .no_money, .imex-content-table .pending, .imex-content-table .lost, .imex-content-table .canceled{background: #ff0000;}
.imex-content-table .busy, .imex-content-table .dcp_status_3, .imex-content-table .dcp_status_4, .imex-content-table .waiting, .imex-content-table .waiting_for_details, .imex-content-table .new, .imex-content-table .partially_shipped, .imex-content-table .open{background: #c9da07;}
.imex-content-table .out_of_office, .imex-content-table .dcp_status_863150000{background: #81ff68;}
.imex-content-table .draft, .imex-content-table .dcp_status_1, .imex-content-table .dcp_status_863150001, .imex-content-table .in_progress, .imex-content-table .researching, .imex-content-table .billed, .imex-content-table .booked_applies_to_services, .imex-content-table .installed_applies_to_services, .imex-content-table .partial, .imex-content-table .revised, .imex-content-table .received{background: #2336ea80;}
.imex-content-table .active, .imex-content-table .problem_solved, .imex-content-table .information_provided{background: #02c619;}
.imex-content-table .on_hold, .imex-content-table .dcp_status_2, .imex-content-table .merged{background: #f27019;}
.imex-content-table .busy, .imex-content-table .dcp_status_863150002,.imex-content-table .revised {background: #f27019;}
.imex-content-table .out_of_office, .imex-content-table .dcp_status_863150007 {background: #c9da07;}

span.menu-text { font-weight: 600; padding-left: 20px; }
.medium { background: #f5c400; }
div.recent-meetings-table .table-responsive table td p { white-space: normal; }
.imex-content-table table td .fa { font-size: 18px; color: #4c4c4c; }
.imex-content-table table td a { text-align: left; text-decoration: none; }
.imex-content-table table.account-table td:first-child, .imex-content-table table.recent-cell-table td:first-child { width: 70%; }
.left-menu-panel.scrollbar-inner { overflow-x: hidden !important; }
.navbar-nav.sidebar-dark.accordion .custom-scrollbar { overflow:hidden; overflow-y: auto; padding-bottom: 40px;  }
.sidebar.active .logo .fa.fa-bars { right: 15px; }

/*Add case page css start here*/
.add-case-block, .case-attachments-block { padding: 15px; border-radius: 5px; }
.add-case-block input, .add-case-block select { 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: 10px;*/ margin-top: 5px; height: 38px; margin-bottom: 5px;}
.add-case-block label { font-size: 15px; font-weight: 600; /*margin-bottom: 5px;*/ margin-bottom: 0; }
.add-case-block .form-group .fa { font-size: 15px; padding: 0 5px; }
.add-case-block .required { color: #ff0000; position: relative; left: -4px; top: -3px; }
.add-case-block .form-group textarea { display: block; 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: 10px; width: 100%; border: 0; border-radius: 5px; border: 1px solid #ced4da; min-height: 120px; resize: none; }
.add-case-block select { background-image: url(https://www.hercules.com/wp-content/plugins/guillemot-dynamics-portal/assets/ui/images/downwards-pointer.svg); background-size: 13px; cursor: pointer; font-size: 13px; height: unset !important;}
.case-attachments-block .custom-file .fa-paperclip { position: absolute; left: 12px; top: 8px; z-index: 2; font-size: 20px; transform: rotate(90deg); }
.case-attachments-block .custom-file .custom-file-label { padding-left: 33px; line-height: 25px; font-size: 12px; }
.case-attachments-block .custom-file-label::after { content: ""; display: none; }
.case-attachments-input .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; }
.case-attachments-input .custom-file input { cursor: pointer; }
.case-attachments-input { margin-bottom: 10px; }
.case-attachments-input button { 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; }
.add-case-block .case-button-group button{max-width: none; display: inline-block; width: auto; padding: 0 15px;}
.upload-file { font-weight: 300; margin: 0;}
.case-attachments-block h3 { font-weight: 600; font-size: 20px; margin-bottom: 40px; }
.add-case-block h2 { font-size: 30px; font-weight: 600; margin-bottom: 30px; }
.case-attachments-block { height: 100%; }
.add-case-body #content-wrapper { min-height: 100%; }
.case-button-group a, .case-button-group button {  width: auto; height: 36px; font-size: 15px; text-transform: capitalize; font-weight: 600; margin: 0 5px; padding-top: 0; padding-bottom: 0; line-height: 36px; }
.case-button-group { margin-top: 30px; }
.add-case-block { margin-bottom: 25px; }

/*Profile page css start here*/
.block-row { display: block; }
.profile-form, .change-password-block { padding: 15px; border-radius: 5px; }
.profile-image { width: 100px; height: 100px; border-radius: 50%; background-size: cover; background-position: center top; }
.profile-form { margin-bottom: 25px; }
.profile-form label, .change-password-block label { font-weight: 600; font-size: 11px; /*padding-right: 5px;*/ }
.profile-column > a { color: #000; font-size: 11px; text-align: center; display: block; font-weight: 500; margin-top: 7px; text-decoration: underline; }
.profile-body .required { color: #ff0000; position: relative; left: -1px; top: -3px; font-weight: 600; }
.profile-body .form-group .fa { font-size: 12px; padding: 0 5px; position: relative; top: -4px; }
.profile-form input, .change-password-block input { -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); height: 38px; font-size: 14px;}
.profile-form h2, .change-password-block h2 { font-size: 30px; font-weight: 600; margin-bottom: 28px; }
.profile-form .case-button-group { margin-top: 14px; margin-bottom: 5px; }
.change-password-block { height: 100%; }
.profile-column, .profile-image { margin: 0 auto }

/*case listing page css start here*/
.case-listing-block { padding: 9px; border-radius: 5px; }
.dcp_calendar{padding-bottom: 30px !important;}
.dcp_calendar .fc-header td{cursor: default;}
.dcp_calendar.case-listing-block table tr, .dcp_calendar.case-listing-block table tr:hover{background-color: transparent; cursor: default;}
.case-listing-block table th { background: #f2f2f2; border-color: #f2f2f2; font-size: 14px; font-weight: 600; vertical-align: middle; }
.case-listing-block table th a { color: #000; }
.case-listing-block table tr button { background: none; border: 0; font-size: 18px; color: #7f7f7f; cursor: pointer; padding: 0;}
.case-listing-block table tr { border-color: #f2f2f2; background: #fff; transition: all 0.5s; }
.case-listing-block table tr:hover { background: #f2f2f2; box-shadow: inset inset 0px 0px 3px 0px #ccc; -webkit-box-shadow: inset 0px 0px 3px 0px #ccc; -moz-box-shadow: inset inset 0px 0px 3px 0px #ccc; }
.case-listing-block .table-responsive { border-radius: 5px; }
.case-listing-block .table-responsive table { margin-bottom: 0; font-size: 13px; }
.case-listing-block table th .fa { font-size: 20px; color: #000; position: relative; right: -7px; top: 2px; }
.case-listing-block table th .fa.both-sort-icon { top: -10px; }
.case-listing-block table th .fa.fa-arrow-up { position: relative; top: -2px; top: -1px; right: -4px; }
.case-listing-block tr .dropdown-menu { max-width: 112px; box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); left: 13px !important; }
.case-listing-block tr .dropdown-menu .dropdown-item { font-size: 12px; color: #000; font-weight: 600; padding: 5px 10px; }
.case-listing-block tr .dropdown-menu .dropdown-item .fa { margin-right: 5px; font-size: 14px; }
.case-listing-block tr .dropdown-menu:after { content: ""; position: absolute; width: 0; height: 0; margin-left: -0.5em; bottom: -2em; right: 0; box-sizing: border-box; border: 7px solid black; border-color: transparent transparent #ffffff #ffffff; transform-origin: 0 0; transform: rotate(-224deg); box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2); top: 1px; }
.steven-dropdown .dropdown-menu { right: 0; left: auto; width: 203px; position: absolute; left: 0; top: 38px; border: 0; border-radius: 10px; background: #f2f2f2; max-height: 260px; overflow: auto; padding: 0; }
.steven-dropdown .dropdown-menu #accordion { padding: 0 15px; }
div.mb-1 > a { display: block; position: relative; font-weight: 600; }
div.mb-1 > a:after { content: "\f067"; font-family: 'FontAwesome'; position: absolute; left: -20px; font-size: 8px; top: 0; height: 15px; width: 15px; display: inline-block; border: 1px solid #000; text-align: center; border-radius: 3px; line-height: 15px; }
div.mb-1 > a[aria-expanded="true"]:after { content: "\f068"; }
#steven { background: #f2f2f2; border: 0; height: 36px; border-radius: 30px; font-size: 12px; color: #000; font-weight: 600; cursor: pointer; /*padding: 0 15px 0 25px;*/ padding: 0 28px 0 17px; position: relative; 
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; text-align: left; width: 100%; }
#steven:after { content: "\f107"; font-family: FontAwesome; position: absolute; /*left: 10px;*/ right:10px; font-size: 17px; top: 5px; }
#accordion_children span { font-size: 12px; font-weight: 600; padding-left: 5px; display: block; }
#accordion_children { padding: 0.5rem 5px; }
.steven-dropdown {/* margin-right: 10px;*/ margin-bottom: 10px; }
.steven-dropdown a { color: #000; font-size: 12px; font-weight: 500; }
.steven-dropdown a:hover { text-decoration: none; }
.steven-dropdown .card { border: 0; background: transparent; font-size: 12px; padding-left: 20px; }
#collapse-1-1-1 > a, #collapse-2-2-2 > a, #collapse-2-2 > a { position: relative; top: -3px; display: inline-block; }
.casec-dropdown > a { background: #f2f2f2; border-radius: 30px; font-size: 12px; cursor: pointer; color: #000; font-weight: 600; }
.casec-dropdown > a.dropdown-toggle:after { content: ""; display: none; }
.casec-dropdown { margin-right: 10px; }
.casec-dropdown > a.dropdown-toggle .fa { font-size: 17px; font-weight: 600; }
.case-dropdown-main { width: 100%; flex-direction: column; }
.case-dropdown-main > div { flex: 1; flex-direction: column; }
.cases-search .search-input { padding: 8px 15px; background: #f2f2f2; border: 0; border-radius: 20px; font-weight: 600; margin-left: 15px; }
.cases-search .search-box a { font-size: 15px; margin-left: 5px; color: #00a8ff; }
.case-dropdown-main #dcp-clear-tree { width: 100px; font-size: 12px; }
.case-listing-block .custom-scrollbar { overflow: auto !important; max-height: 350px; margin-top: 15px; }
.case-dropdown-main button.btn-primary {/*color: #00a8ff;*/ /*max-width: 130px; width: 100%;*/ margin-top: 10px; /*width: 145px;*/ }
.case-dropdown-main .btn.btn-gray-curve, .case-details-view button.btn-gray-curve { color: #00a8ff !important; }
.case-dropdown-main .btn.btn-gray-curve:hover, .case-details-view button.btn-gray-curve:hover { color: #fff !important; }
.case-dropdown-main button.btn-primary:hover { color: #fff; }
.case-dropdown-main button .fa { margin-right: 5px; }
.casec-dropdown .dropdown-list { padding: 0; }
.casec-dropdown .dropdown-list ul { margin-bottom: 0 }
.casec-dropdown .dropdown-list ul li a { font-size: 12px; color: #000; padding: 3px 10px; text-decoration: none; display: inline-block; width: 100%; font-weight: 600; }
.casec-dropdown .dropdown-list ul li a:hover { text-decoration: none; background: #f2f2f2; border-radius: 30px; }

/*.cases-search{margin-top: 20px;}*/
.cases-search { padding-bottom: 30px; }
.cases-search > .d-flex { flex-direction: row-reverse; }

/*case details page start here*/
.case-details-view { padding: 15px; }
.case-details-view a{color: #000;}
.case-details-view button.btn-primary { color: #fff; /*max-width: 152px;*/ width: 100%; margin-top: 10px; margin-bottom: 10px; }
.case-details-view button.btn-primary:hover { color: #fff; }
.case-details-view button .fa { margin-right: 5px; }
.case-details-description { padding: 15px; margin-top: 30px; border-radius: 5px; margin-bottom: 30px; }
.border-radius-5 { border-radius: 5px; }
.product-case-details label { min-width: 80px; font-size: 14px; font-weight: 600; margin-right: 30px; }
.updates-details { background: #f2f2f2; padding: 20px 10px 5px 10px; }
.updates-details h3 { font-size: 21px; font-weight: 600; padding-left: 15px; margin-bottom: 20px; }
.user-details-1 { background: #fafafa; padding: 10px 15px; margin-bottom: 15px; }
.profile-pic { background: #d5d5d5; width: 25px; height: 25px; border-radius: 50%; font-size: 10px; line-height: 25px; text-align: center; color: #000000; text-transform: uppercase; }
.user-name { padding-left: 10px; font-weight: 600; }
.post-date { display: flex; align-items: center; padding-left: 36px; }
.post-date p { font-size: 10px; margin-bottom: 0; }
.post-date span { font-size: 9px; padding-left: 2px; }
.user-description { margin-top: 10px; }
.attachment-details { margin-top: 4px; display: inline-block; width: 100%; }
.attachment-details a{color: #000;}
.attachment-details .fa { font-size: 16px; font-weight: 500; transform: rotate(48deg); }
.attachment-details p span { border-bottom: 1px solid #c8c8c8; }
.user-bg-gray { background: #e6e6e6; }
.overlay-layer { width: 40px; height: 40px; position: absolute; margin-top: -20px; z-index: 1; font-size: 25px; color: #000; text-align: center; line-height: 40px; cursor: pointer; }
.upload_btn { position: absolute; width: 32px; height: 32px; margin-top: 0; z-index: 10; opacity: 0; cursor: pointer; }
.updates-details .file-field > div { width: 40px; cursor: pointer; position: relative;  transform: rotate(90deg); }
.user-details-1 > .d-flex, .product-case-details .d-flex { flex-direction: column; }
#documentbody{position: relative; top: 35px;}
.file-field{padding-left: 20px;}
.title-case-block h3 { font-size: 18px; text-decoration: underline; }
.title-case-block { margin-top: 15px;}
#responsedata .title-case-block{margin-top: 0;}
#responsedata .case-listing-block{margin-bottom: 30px}
.title-case-block button { background: transparent; border: 0; padding: 0; cursor: pointer; }
.title-case-block .fa { font-size: 18px; margin: 0 0 0 10px !important; padding: 0; }
.title-case-block .fa:hover { color: #00a8ff; }

/*invoice css start here*/
.product-case-details.invoice-details-list label { min-width: 40%; }
.product-case-details.invoice-details-list p { width: 60% }
.case-listing-block.invoice-listing { margin-top: 30px; width: 100% }
.subtotal-block label, .subtotal-block p { font-weight: 600; margin-bottom: 0; text-align: right; }
.subtotal-block p { width: 60%; padding-left: 10px }
.subtotal-block label { min-width: 120px; }
.subtotal-block { float: right; max-width: 310px; width: 100%; margin: 20px 0 12px; }
.subtotal-block .d-flex { margin-bottom: 8px; }
.case-listing-block.invoice-listing table { border-bottom: 1px solid #dee2e6; }
.main-grand-total { background: #f2f2f2; display: inline-block; width: 100%; margin-bottom: 25px; }
.main-grand-total .subtotal-block label, .main-grand-total .subtotal-block p { font-size: 15px; font-weight: 700; }
.product-case-details.invoice-details-list p span { display: block; }

/*Knowledge Base css start here*/
.body-header-serch { margin-top: 0; margin-bottom: 16px; }

/*.body-serch{margin-right: 20px;}*/
.body-serch .form-control { background-color: #e6e6e6 !important; color: #000; }
.form-group input{font-size: 14px !important;}
.body-dropdown .nav-link { background-color: #e6e6e6; border-radius: 50px; }
.body-dropdown .nav-link:after { display: none; }
.body-dropdown { max-width: 360px !important; width: 100% !important; }

/*.body-header-serch .search-btn-topbar a { width: 125px;}*/
.body-header-serch .search-btn-topbar a { width: 85px; }
.knowledge-btn-group .search-btn-topbar a{width: auto;}
.clear-btn .btn-grey-curve:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; }
.clear-btn .btn-grey-curve { background: #f2f2f2; color: #000; font-size: 15px; border-color: #f2f2f2; line-height: 36px; font-weight: 500; padding: 0 20px; border-radius: 50px; height: 36px; }
.body-header-serch .search-btn-topbar { margin-right: 25px; }
.accordion-section .card-body { background-color: #f8f8f8; border-top: 1px solid #cacaca; box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.125); }
.accordion-section .btn-link, .accordion-section .card-header .card-header-right { white-space: normal; font-size: 13px; font-weight: 700; line-height: 20px; padding: 0; text-decoration: none; color: #000; padding-left: 0; }
.accordion-section .card-header .card-header-right { font-weight: 300; width: 100%; margin: 0; text-align: left; justify-content: flex-start !important; }
.accordion-section .card-header { padding: 0 0 0 10px; border: transparent; padding-right: 0; cursor: pointer; position: relative; }
.accordion-section .card-header .card-header-right .fa-key { margin-right: 8px; }
.accordion-section .card { border: 0; margin-top: 10px; border-radius: 6px; overflow: hidden; padding-bottom: 2px; }
.accordion-section .card.collapse.card-body { box-shadow: none; }
.accordion-section { padding-bottom: 20px; }
.pagination-listing li { display: inline-block; margin: 0 5px; }
.pagination-listing li a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #00a8ff; line-height: 40px; text-align: center; color: #000; font-size: 14px; font-weight: 600; display: inline-block; background: #fff; transition: all 0.5s; }
.pagination-listing li a:hover { background: #00a8ff; color: #FFF; }
.pagination-listing li a.disable { border-color: #7b7c7d; cursor: not-allowed; color: #7b7c7d; }
.pagination-listing li a.disable:hover { background: #fff; color: #7b7c7d; }
.pagination-listing li a .fa { font-size: 17px; line-height: 40px; }
.pagination-listing { text-align: center; margin-top: 30px; margin-bottom: 10px;}
.pagination-listing ul { margin: 0 auto; }
.pagination-listing li a.active { border: 0; }
.card-right-arrow { display: inline-block; width: 42px; bottom: 0; position: absolute; top: 0; right: 0; background: #ebebeb; font-size: 26px; line-height: 44px; text-align: center; margin-left: 15px; }
.top-header-search .knowledge-dropdown ul li a { display: inline-block; width: 100%; height: auto !important; line-height: normal !important; padding: 5px 18px; }
.top-header-search .knowledge-dropdown ul li a:hover { background: #f2f2f2; text-decoration: none; border-radius: 30px; }
.top-header-search .knowledge-dropdown ul { margin-bottom: 0; }
.knowledge-dropdown .dropdown-menu { min-width: 100%; padding: 0; }
.body-serch input::placeholder { color: #000; opacity: 1; }
.body-serch input:-ms-input-placeholder { color: #000; }
.body-serch input::-ms-input-placeholder { color: #000; }
.body-header-serch { flex-direction: column; }
.knowledge-dropdown-group { width: 100%; margin-bottom: 10px; flex-direction: column; }
.knowledge-btn-group { width: 100%; }
.card-right-arrow .fa { position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%; }
.accordion-section .card-header > h3 { flex-direction: column; text-align: left; width: 100%; padding: 10px 43px 10px 0; }
.accordion-section .card-header > h3 button span { margin-right: 10px; }
.accordion-section .card-header > h3 button { width: 100%; text-align: left; }
.accordion-section .card-header .card-right-arrow .fa { transform: translateY(-50%) translateX(-50%) rotate(0deg); }
.accordion-section  .card-header.collapsed .card-right-arrow .fa { transform: translateY(-50%) translateX(-50%) rotate(180deg); }

/*signup page css start here*/
.signup-header .login-section .dropdown-menu { width: 180px; }
.signup-header .login-section .dropdown-toggle { padding: 5px 20px 5px 5px; float: left; }
.signup-header .login-section .dropdown { position: relative; right: 20px; margin-bottom: 0; padding: 0 6px; line-height: normal; }

/*14/6/2019*/
.right-part-login .form-group { position: relative; margin-bottom: 25px;}
.collapse.show .dcp_child_c.dcp_leaf_child { position: relative; }
.dcp_leaf_child:before { content: '\f105'; font: normal normal normal 14px/1 FontAwesome; position: absolute; left: -10px; }
#accordion_children .dcp_child_c { margin: 2px 0; }
.dcp_header_contact_name { padding: 0 6px; font-size: 13px;}
.casec-dropdown .dropdown-menu { border-radius: 10px;background: #f2f2f2; border-color: transparent; z-index: 2; }
.knowledge-dropdown-group .dropdown-menu { border-radius: 30px; }
.right-part-login .form-group label.error-line{position: absolute; left: 0; margin: 0; bottom: -18px;}

/*14/6/2019*/

/*15/6/2019*/
.top-header-search .module-dropdown a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; }
.top-header-search .module-dropdown a .fa { position: absolute; right: 6px; top: 0; bottom: 0; }
/*15/6/2019*/


/*18/6/2019*/
.error-line{font-size: 11px !important; font-weight: 400 !important;}
#new_gdpr-error{position: absolute; bottom: -15px; white-space: nowrap;}
.gdpr-text{position: relative;}
#calendar .fc-header tr:hover{background: transparent; box-shadow: none;}
.casec-dropdown{margin-bottom: 8px; position: relative; margin-right: 0;}
#moduleDropdown{position: relative; padding-right: 30px; padding: 7px 25px 7px 13px;} 
#moduleDropdown .fa-angle-down{position: absolute; right: 10px; font-size: 17px; top: 9px; margin-left: 5px;}
#btn-contact-enable-portal:disabled, #btn-contact-portal-action:disabled{cursor: not-allowed;}
#responsedata .cases-search .pull-left{float: none;}
#btn-contact-enable-portal, #btn-contact-portal-action{margin-bottom: 10px;}
.cases-search .alert{padding: 8px; margin-bottom: 10px; display: inline-block;}
#search_name{background: #f2f2f2; border: none; border-radius: 30px; padding: 7px 15px; margin-left: 0; font-size: 12px;}
.search-box{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.search-box a{margin: 0 5px;}
.casec-dropdown > a{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

/*18/6/2019*/

 
/*new dashboard table css start here*/
.rTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}
.rTable p{
	margin-bottom: 0;
	font-size: 13px;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 9px 12px;
    vertical-align: middle;
    font-weight: 400;
    color: #000;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTableRow:nth-child(2n+1){background: rgb(249, 249, 249);}
.rTable p b {font-weight: 600;}
.rTable a{text-decoration: none;}
.rTable span{
	font-size: 13px;
	color: gray;
	font-weight: 400;
}

/*sign up page css start here*/
.login-main-section .signup-section{overflow: inherit; height: 100%;}
.signup-header .login-section .dropdown-menu li {line-height: normal;}
.signup-section .form-group label, .login-main-section .add-case-block label{font-size: 12px; font-weight: 500;}
.login-main-section .add-case-block label{white-space: nowrap;}
.signup-section .form-group input{padding: 0.32rem 0.7rem; margin-bottom: 2px; box-shadow: inset 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.05); font-size: 14px;}
.signup-section .form-group .required{left: 5px;}
.signup-section .form-group input[type="checkbox"]{box-shadow: none;}
.signup-section  #general_form_id .btn{margin: 0;}
.signup-section .login-section{padding: 0; float: left;}
.signup-section .login-section .dropdown-toggle .fa.fa-angle-down{top: 5px;}
.signup-section .form-group label.dpr-text{margin-bottom: 0;}
.right-part-login span.success{background: #baeaba; padding: 5px; margin-bottom: 10px; display: block; border: 1px solid green;}
.right-part-login h2:before{display: none;}
.right-part-login h2{text-align: center; margin-bottom: 0 !important; margin-top: 0;}
.right-part-login h2 img{width: auto; height: auto; float: left; max-width: 200px; max-height: 100px;}


/*26/6/2019*/

#accordionSidebar{/*top:230px;*/ top:16px;}
.crm_fullwidth  .navbar{top:0;}

/*#content-wrapper .navbar{position: static; padding-top: 33px;}*/


/*26/6/2019*/

/*27/6/2019*/

#accordionSidebar li a .menu-text{font-size: 13px;}
.case-listing-block > .d-flex{margin-bottom: 5px;}
.highcharts-root{max-width: 245px; margin: 0 auto; display: block;}
.case-listing-block h2{margin-bottom: 0; font-weight: 500; color: #000; font-size: 32px; padding-top: 0; margin-top: 0; font-family: 'Montserrat', sans-serif !important;}
.crm_fullwidth  #content-wrapper .container-fluid{margin-top: 35px;}
.custom-scrollbar .table th, .custom-scrollbar .table td{padding: 0.75rem !important;}
.dcp_mass_update_btns .btn-massupdate[disabled=""] {background-color: #007bff !important; border-color: #007bff !important;}
.casec-dropdown.show ul{list-style: none !important; padding-left: 4px;}
.casec-dropdown .nav-link.dropdown-toggle:focus{outline: none; background-color: #f2f2f2 !important;}
.casec-dropdown .nav-link.dropdown-toggle:hover{background-color: #f2f2f2 !important;}
.dcp_account_dropdown_option:focus{outline: none;}
.updates-details .required{color: #ff0000;}

#userDropdown{position: static; line-height: 2.5;}
#userDropdown:focus{outline: none;}
#userDropdown .fa-tachometer{top:0;}
#content-wrapper .navbar .logo h1{padding-top: 0;  font-family: 'Montserrat', sans-serif; margin-top: 5px;}
#content-wrapper .navbar .logo h1:before, .case-listing-block h2:before{content: none;}

.crm_fullwidth #content-wrapper .container-fluid{margin-top: 0; height: 100vh;}
#search_name:focus{outline: none;}


 /*27/6/2019*/

/*28/6/2019*/
#masthead{/*position: fixed;*/ top: 0; left: 0; right: 0; z-index: 9; background-color: #fff;}
.crm_fullwidth .navbar{ padding: 23px 25px;}


.topbar > h2:before{content: none;}
.topbar > h2{margin: 0; text-align: left !important; padding: 0 !important; padding-left: 25px !important;}
#content-wrapper .logo a .fa{left: 20px; top: 27px;}
#responsedata h2:before{content: none;}
.top-header-search .knowledge-dropdown ul{list-style: none;}

/*sign-up page css start*/
.entry-title:before{content: none;}
#highcharts-henoda5-0, #highcharts-henoda5-2, #highcharts-henoda5-4{margin: 0 auto;}
.container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h6{margin: 0;}
#chart-content-incident, #chart-content-invoice, #chart-content-quote{display: inline-block;}
#search_solutions_form .btn.btn-blue{padding-top: 0; padding-bottom: 0;}
table td, table th{border:0 !important;}
.dcp_page_login .dcp_lang_dropdown{height: 31px;}
.login-section .dropdown-menu li{line-height: normal;}
.case-listing-block > .d-flex{flex-direction: column;}
.add-case-block #responsedata input[type="checkbox"] { position: relative; top: 2px;}
.add-case-block #responsedata .form-check{margin-bottom: 5px;}
.form-group{margin-bottom: 10px;}
.right-part-login.dcp_reset_pwd_page .form-group{margin-bottom: 15px;}
.right-part-login.dcp_reset_pwd_page .form-control{margin-bottom: 0;}
.knowledge-dropdown-group .dropdown-menu ul li a{overflow: inherit;}
.knowledge-dropdown-group .dropdown-menu{overflow: hidden;}
/*sign-up page css end*/

/*28/6/2019*/


/* responsive css start*/
@media screen and (min-width: 767px){
	.crm_fullwidth #content-wrapper .container-fluid{margin-top: 0;}
	.sidebar{position: relative; top:auto; bottom: auto;}
	.crm_fullwidth #content-wrapper .container-fluid{width: 100%; margin-left: 0;}
	#fullwidth-wrapper .sidebar, .crm_fullwidth .navbar{position: relative; left: auto; right: auto; top:auto;}

	.sidebar{position: relative;}
	#fullwidth-wrapper #wrapper{display: flex;}
	.sidebar .logo{display: flex !important; position: absolute; left: 0; right: 0; top:0; background: #3f4d67; z-index: 9; padding: 32px 0 25px 25px}
	.sidebar .logo h1:before{display: none;}
	.crm_fullwidth{margin-top: 0;}
	
	#fullwidth-wrapper .sidebar{padding-top: 82px;}
	.logo h1{margin-left: 15px;}
	#content-wrapper .container-fluid.active{width: 100% !important; margin-left: 0 !important;}
	.sidebar.active h1{display: none;}
	.site-header.featured-image{margin-bottom: 0 !important;}
	.add-case-body #wrapper{height: auto !important;}
	/*sticky navbar css start*/
}


@media screen and (min-width: 768px){
	.sidebar.active {
   		width: 95px !important;
	}
	.logo a .fa{left: 0 !important;}
	#accordionSidebar{top:230px;}

	#content-wrapper .container-fluid.active{ width: calc(100% - 250px); margin-left: 250px; }
	#content-wrapper .logo a .fa{top:4px;}
	.navbar .logo h1{margin-left: 21px;}
	.crm_fullwidth #content-wrapper .container-fluid{height: unset;}
	.case-dropdown-main{margin-top: 10px;}
	#fullwidth-wrapper .login-main-section{height: 100%;}
	.dcp_page_login .login-main-section{height: 100vh !important;}
	.profile-body #wrapper{height: 100% !important;}
	.signup-header .login-section .dropdown{top: 15px !important;}
        .dcp_child_contact{margin-right: 10px !important;}
}
@media screen and (min-width: 991px){
	.case-listing-block {
	    padding: 25px 15px 0 15px !important;
	}
	.case-dropdown-main button.btn-primary{margin-left: 5px !important;}
}

@media screen and (min-width: 1200px){
	.case-listing-block {
	    padding: 25px 25px 10px 25px !important;
	}
	.case-dropdown-main button.btn-primary{margin-left: 15px !important;}

}


@media screen and (max-width: 767px){
	.logo a .fa{top: 24px;}
	#userDropdown{position: relative; top: -6px;}
	.topbar > h2{padding-left: 40px !important;}
	#accordionSidebar{top:0;}
	.sidebar .logo{padding: 23px 15px}
	.dropdown.dasboard-dropdown{margin-bottom:10px;}
        .dcp_ca_class{margin-top: 10px;}
}



/*responsive css end*/

/*design changes start here on 5-2-2020*/
#fullwidth-wrapper .login-main-section {
	height: auto !important;
    min-height: auto !important;
}
#fullwidth-wrapper .login-main-section .signup-section {
    background: transparent;
    max-width: 100%;
    /*height: 100vh;*/
    position: relative;
    z-index: 1;
    padding-top: 115px;
}
#fullwidth-wrapper .login-main-section .signup-section .container , #fullwidth-wrapper .login-main-section .signup-section .container #wrapper{
    height: 100%;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block {
   	margin-top: 50px;
    /*width: 100%;*/
    /*max-width: 460px;*/
    margin-bottom: 50px;
}
 #fullwidth-wrapper .login-main-section .signup-section #wrapper .col-md-12.mb-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content {
    margin: 0;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .signup-header .entry-title {
    margin-bottom: 12px;
        margin-right: 60px;
        margin-top: 0;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .signup-header .pull-right {
    margin-top: 6px;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .scp-dtl-panel .panel-title .panel_name {
    margin: 0;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 600;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container #bcp-verify-email-form .scp-dtl-panel .col-lg-6 {
    padding: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 {
    padding: 0;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 .case-button-group {
    margin-top: 16px;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 .case-button-group .btn-primary {
    margin-left: 0;
}
body:not(.custom-background-image):before {
    top: 0;
    z-index: unset;
}
body:not(.custom-background-image):after {
    bottom: 0;
    z-index: unset;
    height: 0;
}
.site-header .site-header-main .main-navigation .menu-menu-en-container ul li a {
    padding: 11px 8px 12px !important;
}
.site-header .site-header-main .site-banner-center{
    height: 100%;
}
.site-header .site-header-main .site-banner-center .header-image {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.site-header .site-header-main .site-banner-center .header-widget {
    padding-top: 15px;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_polylang #lang_choice_polylang-5 {
    -webkit-appearance: auto; -moz-appearance: auto; appearance: auto;
    cursor: pointer;
    border-bottom: 1px solid #b0b0b0;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select {
    -webkit-appearance: auto; -moz-appearance: auto; appearance: auto;
    cursor: pointer;
    border-bottom: 1px solid #b0b0b0;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice {
    margin-top: 0px;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_search #widget_search_open .fa-search {
    font-size: 20px;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_search #widget_search_open {
    width: 30px;
}
#cookie_agreement {
	z-index: 2;
}
.site-footer .company-info ul {
    margin: 0;
}
.site-footer .company-info ul li#followus span.icon::before {
	font-size: 3em;
}
.site-footer .company-info ul li#followus span.icon {
    top: 10px;
    position: relative;
    width: 13px;
    height: 40px;
    display: initial;
}
.site-footer .company-info ul li#followus span.icon::before {
    position: absolute;
    top: 11px;
    left: -2px;
}
.site-footer .company-info ul li#followus span .fa-play {
    position: absolute;
    display: block;
}
.site-footer .company-info ul li#contactus span.icon::before {
    font-size: 3.2em;
    margin-top: -17px;
}
.site-footer .company-info ul li#contactus span.icon {
	    position: relative;
}
.site-footer .company-info ul li#contactus span.icon i.fa {
    margin-left: -11.5em;
    bottom: -8px;
}
#legal span.icon:before {
	font-size: 2em;
    margin-left: -8px;
    margin-top: -8px;
}
li#legal span.icon {
    position: relative;
}
#legal span.icon i {
	left: -3px;
}
.site-header-main .site-branding .site-description {
	top: 40px;
	    /*height: 100%;*/
	    width: auto;
}
.site-header .site-header-main .main-navigation .menu-menu-en-container ul li .sub-menu li a {
    margin-left: 0;
    width: 100%;
    padding: 12px 10px;
}
.site-header .site-header-main .main-navigation .menu-menu-en-container ul li .sub-menu {
    width: 100%;
}
.site-header .site-header-main .main-navigation .menu-menu-en-container ul li .sub-menu:after, .site-header .site-header-main .main-navigation .menu-menu-en-container ul li .sub-menu:before {
    border: 0;
    position: relative;
}
.dcp_page_login .login-main-section .login-section .right-part-login h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
}
.dcp_page_login .login-main-section .login-section .right-part-login .dcp_lang_dropdown .dropdown-toggle {
    height: auto;
    border: 0;
    border-top: 1px solid #737887;
}
.login-section .right-part-login .btn-blue.btn-primary {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
#fullwidth-wrapper .login-main-section .signup-section .container #bcp-verify-email-form .scp-dtl-panel .align-items-center label {
    margin-bottom: 7px;
}
.dcp_page_login .login-main-section .login-section .right-part-login .dcp_lang_dropdown .dropdown-menu li a {
    padding: 5px 13px;
}
.dcp_page_login .login-main-section .login-section .right-part-login {
	float: none;
}
#followus h3 {
    margin-bottom: 20px;
}
#contactus h3 {
	margin-bottom: 30px;
}
#legal h3 {
    margin-bottom: 25px;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select {
	margin-top: 4px;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block {
    margin-top: 60px !important;
    background-color: transparent !important;
    box-shadow: none;
    padding: 0px;
    padding-left: 15px;
}
#fullwidth-wrapper .login-main-section {
	background-image: none !important;
}
#fullwidth-wrapper .login-main-section .signup-section {
	background: #fff !important;
}
.personal_info_details {
    width: 100%;
}
.personal_info_details .panel-title .panel_name {
    background-color: #ff0000;
    color: #fff;
    /*font-weight: 400 !important;*/
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    font-size: 15px;
    padding: 8px 10px 9px;
    width: -webkit-fit-content;    width: -moz-fit-content;    width: fit-content;
}
.personal_info_details .panel-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid red !important;
}
.personal_info_details .col-lg-12 {
    margin-bottom: 20px;
}
.personal_info_details .form-group input , .personal_info_details  .form-group select{
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: inset 0px 0px 4.75px 0.25px rgb(0 0 0 / 5%);
}
.login-main-section .signup-header .login_btn {
	background-color: #000;
	border-radius: 0;
	font-weight: 400 !important;
}
.personal_info_details .personal_info {
    display: block;
    width: 100%;
}
.personal_info_details .personal_info .col-lg-6 {
    padding-right: 13px;
    padding-left: 0;
    max-width: 49.9%;
}
.personal_info_details.address_details {
    width: 100%;
}
.personal_info_details.address_details .panel-title {
	width: 100%;
	margin-top: 20px;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .personal_info_details.address_details .gdpr-cust-input {
    width: 100%;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .personal_info_details.address_details .cust_btn .case-button-group .btn{
	background-color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;
}
.personal_info_details.address_details .case-button-group .cust_btn .btn:focus {
	outline: none;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .scp-singup-container.scp-form-two-col {
    padding: 0;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .personal_info_details.address_details {
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-left: 0;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .scp-singup-container.scp-form-two-col #bcp-verify-email-form .Information.scp-dtl-panel {
    margin: 0;
}
.personal_info_details.address_details .form-check {
    margin-top: 10px;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
p.contact-invit {
    text-align: center;
    margin: 0.5em 2.5em;
}
.dcp_page_login {
    background-color: #fff;
}
.dcp_page_login .login-main-section {
    background-color: #fff;
}
.login-main-section:after {
	background-color: #fff !important;
}
#fullwidth-wrapper .login-main-section .login-section {
    top: auto;
    transform: none;
    margin-top: 90px;
}
.login-section .container {
    max-width: 1140px !important;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block {
    padding: 0;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .panel-title {
    width: 100%;
    max-width: 100%;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .panel-title .panel_name {
    margin-left: 0;
    margin-bottom: 0;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .panel-title + .panel_text {
    color: #000;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    font-family: Verdana,Arial,sans-serif;
}
.add-case-block label {
	font-family: Verdana,Arial,sans-serif;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .col-lg-6.col-md-12:nth-child(odd) {
	padding-right: 30px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .col-lg-6.col-md-12:nth-child(even) {
    padding-left: 30px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .form-group label {
    color: #000;
    margin-bottom: 2px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .form-group {
	    margin-bottom: 22px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .col-lg-6 {
    padding-right: 0;
    max-width: 75%;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .panel-title .panel_name {
    font-weight: 600;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .cust_btn .case-button-group {
    margin-top: 10px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .cust_btn .case-button-group .btn-primary {
    margin-left: 0;
    background-color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    margin-right: 0;
}
#fullwidth-wrapper .login-main-section .login-section .login_page {
    margin-bottom: 100px;
}
#fullwidth-wrapper .login-main-section .login-section {
	padding-top:100px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .entry-content {
    margin: 0;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .signin-header .entry-title {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block {
    padding: 0;
    margin: 0 55px;
}
#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page .forgot_page .panel_text {
    color: #000;
}
#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page .forgot_page .personal_info .col-lg-12 {
    padding: 0;
    margin-bottom: 0px;
}
#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page .forgot_page .personal_info .col-lg-12 .form-group label {
    color: #000;
    margin-bottom: 2px;
}
#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page .forgot_page .personal_info .case-button-group {
    margin-top: 20px;
}
#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page .forgot_page .personal_info .case-button-group .btn-primary {
    margin-left: 0;
    background-color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    margin-right: 0;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .cust_btn .case-button-group .forgot-psw {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 0;
    line-height: normal;
    display: block;
    height: auto;
    left: 180px;
    right: auto;
    box-shadow: none;
    font-weight: normal;
}

.forgot-psw:after {
	display: none;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .cust_btn .case-button-group .forgot-psw:hover {
	color: red;
}
.site-header .site-header-main .site-banner-center {
	position: relative;
}
.scp-signin-widget {
    float: right;
    position: absolute;
    right: 60px;
    top: 30px;
}
.scp-signin-widget a {
    font-size: 13px;
    color: #fff;
}
.scp-signin-widget a:before {
	content: "\f2c0";
    font-family: 'FontAwesome';
    color: #FFFFFF;
    font-size: 14px;
    padding: 0em;
        padding-right: 10px;
}
.site-header .site-header-main .site-banner-center .header-widget {
	padding-right: 100px;
}
.header-widget aside.widget_search {
	width: 420px;
    left: calc(50% - 310px);
}
#fullwidth-wrapper .login-main-section {
	text-align: left;
}
#fullwidth-wrapper .login-main-section .login-section {
	width: 100%;
}
#fullwidth-wrapper .login-main-section .login-section .add-case-block {
	margin-left: 30px;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown:before {
	display: none;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown:after {
	display: none;
}
.scp-signin-widget .right-top-menu .dropdown {
    margin-left: 0;
    width: 100%;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown {
	display: flex;
    align-items: center;
    width: 100%;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdownLafter {
	display: none;
}

.site-header .site-header-main .site-banner-center .header-widget .scp-signin-widget.scp-logged-in-user-widget .right-top-menu .dropdown-menu.show .dropdown-item:before {
    display:none;
}
.site-header .site-header-main .site-banner-center .header-widget .scp-signin-widget.scp-logged-in-user-widget .right-top-menu .dropdown-menu.show .dropdown-item {
    text-align: left;
    padding: 2px 5px;
}
.site-header .site-header-main .site-banner-center .header-widget .scp-signin-widget.scp-logged-in-user-widget .right-top-menu .dropdown-menu.show {
    z-index: 999;
    padding: 5px 0;
}
.site-header-menu {
	z-index: -1;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown:hover, .scp-signin-widget .right-top-menu .dropdown #userDropdown:focus {
	border-color: red;
    color: #fff;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown{
	border:1px solid #fff;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown {
	    height: 30px;
	    line-height: 30px;
}
#fullwidth-wrapper .sidebar {
    padding-top: 0 !important;
    background-color: #f4f7fa;
    border: 0 !important;
    border-color: #f4f7fa;
    border-radius: 0;
    z-index: 1 !important;
}
.navbar-nav.sidebar-dark.accordion .custom-scrollbar {
	border:0;
	padding-bottom: 0 !important;
	margin-top: 50px !important;
}
.sidebar .logo {
	    background: #000000 !important;
	    padding: 25px !important;
	    padding-left: 15px !important;
}
.navbar-nav.sidebar-dark.accordion .custom-scrollbar {
	margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
}
.left-menu-panel ul {
	margin-left: 0;
	padding-left: 0 !important;
}
.left-menu-panel ul li a.case-add {
	    color: #000000 !important;
}
.left-menu-panel ul li{
	margin-bottom: 0 !important;
}
#content-wrapper {
	padding-top: 65px;
}
#fullwidth-wrapper .sidebar {
	margin-top: 25px;
}
.left-menu-panel ul {
	   /* padding-top: 70px !important;*/
}
/*.left-menu-panel ul li {
	background-color: #fff !important;
}*/
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}
#content-wrapper {
    padding-top: 115px !important;
}
#contactus span.link {
	width: calc(100% - 3em);
}
#contactus .link a {
    color: #fff;
}
#legal span.link a {
    font-size: 1em;
    font-style: normal;
    color: #fff;
}
.header-widget aside.widget_search input.search-field.open {
    width: 350px;
}
.header-widget aside.widget_search {
    width: 390px;
    left: calc(50% - 250px);
}
.main-navigation a {
	font-size: 16px;
}
body, button, input, select, textarea, table, h1, h2, h3, h4, h5, h6 {
	    font-family: Arial,sans-serif !important; 
}
.login-main-section .add-case-block label {
    white-space: nowrap;
    line-height: normal;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 .case-button-group .btn-primary {
	height: auto;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 .case-button-group .btn-primary  label {
	cursor: pointer;
}
.case-button-group button {
	font-family: Arial,sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.4px;
}
/*.company-info li h3 , #followus, #followus span, #followus span a{
	font-size: 16px;
}
*/
.logo h1 {
	font-size: 16px !important;
}
.error-line , .error{
    color: red !important;
    display: block;
    margin: 0 !important;
    padding: 3px;
    background-color: #ffc8d2;
    margin-top: 6px !important;
    border: 1px solid;
}
.error {
	color: red !important;
}


/*new css on 12-2-2020*/
.btn-blue, .btn-gray , .case-button-group button{
	background: #000000;
	border-radius: 0;
}	
.btn-gray {
	background-color: #b7b7b7 !important;
}
.btn-primary:hover {
	    background-color: #000000;
	    border-color: #000;
}
.add-case-body form label {
	font-size: 12px !important;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 2px;
    line-height: normal;
}
.profile-form label, .change-password-block label {
	font-size: 12px !important;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 2px !important;
    line-height: normal;
    font-family: Verdana,Arial,sans-serif;
}
.crm_fullwidth .panel-title .panel_name, .crm_standalone .panel-title .panel_name {
	margin-left: 0 !important;
}
.add-case-block .cust_title_add {
    margin-left: -15px;
    margin-bottom: 20px;
}
#general_form_id #sucmsg {
    margin-left: -15px;
}
.header-with-profile .profile-picture-div img {
    width: 100px;
    margin-right: 12px;
    margin-left: 10px;
}
.header-with-profile .profile_name {
    font-size: 20px;
}
.profile-form {
	padding-top: 10px;
}
.change-password-block.change_pass_cust {
    padding: 25px 0;
    /*margin-top: 150px;*/
    margin-left: -20px;
}
#change_pwd_form {
    margin-top: 150px;
}
#change_pwd_form #pwd-sucmsg {
    margin-left: -20px !important;
}
.change-password-block.change_pass_cust h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid red !important;
}
.change-password-block.change_pass_cust h2 .name_label {
	background-color: #ff0000;
    color: #fff;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    font-size: 15px;
    padding: 8px 10px 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
}
.profile-form input, .change-password-block input {
	border-radius: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: inset 0px 0px 4.75px 0.25px rgb(0 0 0 / 5%) !important;
    height: 38px !important;
    font-size: 14px !important;
    color: #757575;
    padding: 0.375em 0.4375em;
}
#followus h3 , #contactus h3, #legal h3 {
	font-size: 16px;
}
.site-info {
    margin-bottom: 0 !important;
    max-width: 70%;
    margin: 0 auto !important;
    margin-top: 3.5em !important;
}
.add-case-block #responsedata input[type="checkbox"] {
	height: auto !important;
}
.imex-content-table h2 {
	margin-bottom: 20px !important;
}
#responsedata .case-listing-block .cases-search .table-responsive.custom-scrollbar .table tbody {
	border: 1px solid #f2f2f2;
}
.case-listing-block table tr:hover {
	-webkit-box-shadow: inset 0px 0px 0px 0px #ccc;
    -moz-box-shadow: inset inset 0px 0px 0px 0px #ccc;
    box-shadow: inset inset 0px 0px 0px 0px #ccc;
}
.search-box .search-btn , .search-box a{
    color: #000;
}
.case-dropdown-main .btn.btn-gray-curve, .case-details-view button.btn-gray-curve {
    color: #000000 !important;
}
.title-case-block .fa:hover {
    color: red !important;
}
.btn-blue-curve, .btn-gray-curve {
	background: #000000 !important;
	border-color: #000 !important;
	font-weight: 400 !important;
}
.file-field {
	align-items: flex-end;
}
.case-details-description .product-case-details.invoice-details-list .row.text-left.panel.Details.scp-dtl-panel {
    margin: 0;
}
.case-details-view button.btn-primary {
    color: #fff !important;
}
.updates-details {
    background: #f2f2f2;
    padding: 20px 15px 20px 15px !important;
}
.case-details-description .updates-details h3 {
    padding-left: 0;
}
.case-details-description .updates-details input.form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
}
#followus span.link a , #legal span.link h3{
    font-size: 16px;
}
#fullwidth-wrapper .sidebar {
	background-color: #fff;
}
.navbar-nav.sidebar-dark.accordion .custom-scrollbar {
	border-radius: 0;
}
.case_attachment_form .col-lg-8 {
    padding-left: 0;
}
.email_card_body .MsoNormalTable {
    margin-bottom: 0;
}

@media screen and (min-width: 992px){
	.site-header .site-header-main .site-banner-center .header-widget .widget_polylang {
		position: absolute;
	    right: 100px;
	    top: 15px;
	}
	.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice {
		position: absolute;
	    right: 100px;
	    top: 38px;
	}
	.site-header .site-header-main .site-banner-center .header-widget .scp-signin-widget.scp-logged-in-user-widget {
		position: absolute;
	    right: 30px;
	    top: 10px;
	}
	.header-image {
		width: 300px;
	}
	.site-branding {
		position: absolute;
	    left: 330px;
	    height: 100%;
	    width: auto;
	}
}
@media screen and (min-width: 1400px){
	.site-branding {
		left: 360px;
	}
}
@media screen and (min-width: 768px){
	.dcp_page_login .login-main-section .login-section .right-part-login {
	    padding: 35px 30px !important;
	}
	.personal_info_details .personal_info.scp-personal-info-two-row {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.personal_info_details .personal_info.scp-personal-info-two-row .col-lg-6 {
	    padding-left: 15px;
	    padding-right: 15px;
	    max-width: 50%;
	    flex: 0 0 50%;
	}
	.personal_info_details .personal_info.scp-personal-info-two-row .col-lg-6:nth-child(odd) {
	    padding-left: 0;
	}
	.personal_info_details .personal_info.scp-personal-info-two-row .col-lg-6:nth-child(even) {
	    padding-right: 0;
	}
	#fullwidth-wrapper .sidebar {
	    padding-top: 75px !important;
	}
	
}
@media screen and (max-width: 1200px){
	.site-branding {
	    margin: 0 !important;
	    width: 780px;
	    position: absolute;
	    left: 0;
	}
	.header-widget aside.widget_search {
	    left: calc(50% - 330px);
	}
	.site-header .site-header-main .site-banner-center .header-widget {
	    padding-right: 120px;
	}
	.scp-signin-widget {
		right: 50px !important;
	}

	/*new css on 12-2-2020*/
	.change-password-block.change_pass_cust {
	    padding: 0 25px;
	    margin-top: 0;
	    margin-left: 0;
	    margin-bottom: 40px;
	}
	#change_pwd_form {
		margin-top: 0;
	}
	#change_pwd_form #pwd-sucmsg {
	    margin-left: 20px !important;
	}
}
@media screen and (max-width: 1025px){
	.site-banner-center {
	    width: auto;
	    margin: 0px auto;
	    padding: 0 25px;
	}
	.company-info {
	    width: auto;
	    margin: 0 auto;
	}
	footer .site-info {
		max-width: 100%;
	}
}
@media screen and (max-width: 992px){
	.site-header .site-header-main .site-banner-center .header-image {
		margin-left: 0 !important;
	    top: 0 !important;
	    width: auto;
	    clear: both;
	    margin-right: 0 !important;
	    float: left;
	}
	.site-header .site-header-main .site-banner-center .header-image a {
	    text-align: center;
	}
	#masthead {
		display: block;
	}
	.site-header #menu-toggle {
	    position: relative !important;
	    top: 0vh !important;
	    left: 0vw !important;
	    padding: 0;
	}
	.site-header .site-header-main .site-banner-center {
		width: auto !important;
    	padding: 0 22px;
	}
	.site-branding {
		top: 2.5em;
		left: 0px;
	}
	.header-widget aside.widget_polylang {
		left: 25px;
    	top: 8.2em;
	}
	.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice {
		left: 25px;
    	top: 10em;
	}
	.header-widget aside.widget_search {
		/*width: auto !important;*/
	    right: 25px;
	    top: 5.3em !important;
	        left: auto;
	}
	.site-banner {
		height: 13.5em !important;
	}
	.header-widget aside.widget_search input.search-field.open {
		transition: width 300ms ease-out;
	}
	.site-header-menu {
		top: 13em !important;
	}
	.login-section {
	    display: block;
	    vertical-align: middle;
	}
	/*#fullwidth-wrapper .login-main-section {
		min-height: 80vh !important;
	}*/
	.site-header-menu .main-navigation li {
		margin-left: 0%;
	}
	.site-header .site-header-main .main-navigation .menu-menu-en-container ul li a {
	    padding: 5px 25px 6px !important;
	}
	.company-info {
		margin-top: 30px;
	}
	footer .site-info {
	    padding: 0;
	    text-align: center;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	#contactus h3 {
	    margin-bottom: 15px;
	}
	#legal h3 {
	    margin-bottom: 15px;
	}
	#followus h3 {
	    margin-bottom: 15px;
	}
	#followus span.icon i {
	    position: absolute;
	    margin-left: -6em !important;
	}
	.site-footer .company-info ul li#followus span.icon::before {
		    left: 16px !important;
	}
	#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .col-lg-6.col-md-12:nth-child(odd) {
	    padding-right: 0;
	}
	#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .col-lg-6.col-md-12:nth-child(even) {
	    padding-left: 15px;
	    margin-top: 40px;
	    padding-right: 0;
	}
	#fullwidth-wrapper .login-main-section .login-section .login_page {
	    margin-bottom: 50px;
	}
	#fullwidth-wrapper .login-main-section .login-section {
		 padding-top: 70px;
	}
	.scp-signin-widget {
	    right: 90px !important;
	    top: 34px;
	}
	.scp-signin-widget.scp-logged-in-user-widget {
		right: 90px !important;
    	top: 24px;
	}
	#menu-menu-en .dropdown-toggle::after {
	    top: 0.65em;
	    left: 90px;
	    color: #FFF;
	    position: absolute;
	}
	.site-header .site-header-main .main-navigation .menu-menu-en-container ul li .sub-menu li {
	    width: 100%;
	    background: transparent;
	}
	#menu-menu-en .dropdown-toggle.toggled-on:after {
		content: "";
	}
	.logo h1 {
	    font-size: 11px;
	}
	#fullwidth-wrapper .sidebar {
	    padding-top: 50px !important;
	}
	.logo h1 {
	    font-size: 11px !important;
	}
	#content-wrapper {
	    padding-top: 75px !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){
	.scp-signin-widget.scp-logged-in-user-widget {
	    right: 70px !important;
	    top: 10px !important;
	}
	.header-widget aside.widget_search {
	    width: 420px !important;
	    right: 30px;
	    top: 5em !important;
	}
}
@media screen and (max-width: 767px){
	#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .personal_info_details .personal_info .cust_btn .case-button-group .forgot-psw {
		    left: auto;
    		right: 0;
    		    top: 30px;
	}
	.left-menu-panel ul {
		padding-top: 0 !important;
	}
	.site-branding {
		top: 4.5em;
		left: 0px;
	}
	.header-widget aside.widget_search {
		width: auto !important;
	    right: 25px;
	    top: 4.3em !important;
	}
	.site-header-menu .main-navigation li {
		margin-left: 0%;
	}
	#legal span.icon i {
		    margin-left: -6.99em;
	}
	#fullwidth-wrapper .login-main-section .signup-section .add-case-block {
		padding: 0;
	}
	#fullwidth-wrapper .login-main-section .signup-section .add-case-block .signup-header .entry-title {
		margin-right: 20px !important;
		margin-top: 0 !important;
		text-align: left !important;
		font-size: 22px;
    	margin-bottom: 10px !important;
	}
	#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content {
		margin-top: 20px !important;
	}
	#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 .case-button-group {
	    margin-top: 0;
	}
	#fullwidth-wrapper .login-main-section .signup-section {
		    padding-top: 60px !important;
	}
	.personal_info_details .panel-title .panel_name {
		/*width: 100%;*/
		font-size: 13px;
    	padding: 7px 8px 6px;
	}
	.personal_info_details .personal_info .col-lg-6 {
	    padding-right: 0;
	    padding-left: 0;
	    max-width: 100%;
	}
	#fullwidth-wrapper .login-main-section .signup-section #wrapper .col-md-12.mb-12 {
		padding: 0;
	}
	#fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .col-lg-6.col-md-12:nth-child(odd) , #fullwidth-wrapper .login-main-section .login-section .add-case-block .scp-login-page .scp-dtl-panel.login_page .col-lg-6.col-md-12:nth-child(even){
		padding-left: 0;
	}
	#fullwidth-wrapper .login-main-section .login-section .login_page {
	    margin-bottom: 40px;
	}
	#fullwidth-wrapper .login-main-section .login-section {
		 padding-top: 40px;
	}
	#fullwidth-wrapper .login-main-section .login-section .add-case-block {
	    padding: 0;
	    margin: 0 20px;
	}
	#fullwidth-wrapper .login-main-section .login-section .add-case-block .signin-header .entry-title {
		margin-left: -16px;
	}
	#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page {
	    margin-left: -15px;
	}
	#fullwidth-wrapper .login-main-section .login-section .add-case-block .signin-header .entry-title {
		font-size: 26px;
	}
	.site-branding {
		width: 100%;
	}
	#fullwidth-wrapper .login-main-section .signup-section #wrapper .col-md-12.mb-12 {
		-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	    justify-content: center !important;
	}
	.toggled-on .main-navigation {
		width: auto;
	}
	.main-navigation ul {
	    margin-right: 0;
	}
	.ui-accordion .ui-accordion-header{
    	position: initial !important;
	}
	.left-menu-panel .logo .fa.fa-bars {
	    color: #000 !important;
	    top: 20px !important;
	}
	.ui-icon-triangle-1-e {
		display: none !important;
	}
	.sidebar.active .logo .fa.fa-bars {
	    right: -25px !important;
	}
	#fullwidth-wrapper .sidebar {
		margin-top: 0;
	}
	.left-menu-panel ul li {
		background-color: #fff !important;
		border-radius: 0 !important;
	}
	#fullwidth-wrapper .sidebar {
	    padding-top: 0px !important;
	}
	.logo h1 {
	    font-size: 15px !important;
	}
	.scp-signin-widget {
	    right: 70px !important;
	    top: 24px;
	}
	.scp-signin-widget.scp-logged-in-user-widget {
	    right: 70px !important;
	    top: 24px;
	}

	/*new css on 12-2-2020*/
	.change-password-block.change_pass_cust {
	    padding: 0 15px !important;
	}
	.profile-form .personal_info_details.address_details {
	    margin: 0;
	}
	.profile-form, .change-password-block {
	    padding: 0 !important;
	    border-radius: 0 !important;
	}
	.header-with-profile .profile-picture-div img {
		margin-left: 0;
	}
	.add_cust_form .personal_info_details.address_details {
	    margin: 0;
	}
	.add-case-block .cust_title_add {
	    margin-left: 0;
	}
	#general_form_id #sucmsg {
	    margin-left: 0;
	}
}
@media screen and (max-width: 376px){
	.login-section .right-part-login {
	    min-width: auto !important;
	}
	.dcp_page_login .login-main-section .login-section .right-part-login h3 {
	    font-size: 22px;
	}
	#fullwidth-wrapper .login-main-section .signup-section .add-case-block .signup-header .entry-title {
		font-size: 20px;
	}
}

	
.left-menu-panel ul li:hover, .left-menu-panel ul li.active {
    background: #f4f7fa !important;
}
.case-details-description .updates-details h3 {
    padding-left: 0;
    margin-bottom: 20px;
}
.updates-details {
    padding: 20px 20px 20px 20px !important;
}
.product-case-details.invoice-details-list label {
    letter-spacing: 0.2px;
}
.product-case-details.invoice-details-list p {
    width: 60%;
    letter-spacing: 0.2px;
}
#documentbody , .overlay-layer{
    cursor: pointer;
}
p.contact-invit {
        margin: 0.5em 3.7em;
}

.login-main-section .add-case-block label {
    white-space: break-spaces !important;
}

.forgot_page .col-lg-12 .row .personal_info_details.register_cust .row .col-lg-12 {
    margin-bottom: 0;
}

#fullwidth-wrapper .login-main-section .login-section .scp-forgot-page .forgot_page .panel_text {
    font-size: 14px;
    font-family: Verdana,Arial,sans-serif;
}
#contactus_form .rgpd_contact_notice .scp-contact-us-login {
	    text-decoration: underline !important;
	    padding-left: 0px;
    color: #0056b3;
}
.contact-page header.entry-header {
    padding-top: 40px;
    margin: 0;
}
.contact-page select#sel_pays {
    cursor: pointer;
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 14px !important;
    font-family: Verdana,Arial,sans-serif !important;
}
.contact-page header.entry-header h1 {
	 margin: 0;
	 margin-bottom: 20px;
}
#products-library-search .search-bar #products-library-input-search {
    height: 41px;
}
#contactus span.link {
    width: calc(100% - 4em);
}
.contact-page select#sel_pays:focus {
	outline: none;
}
article.contact-page .entry-title {
    margin: 0;
}
.contact-page select#sel_pays {
    cursor: pointer;
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 14px !important;
    font-family: Verdana,Arial,sans-serif !important;
}
.contact-page select#sel_pays:focus {
	outline: none;
}
#accordion .ui-state-default, #accordion .ui-state-hover {
	    line-height: 20px !important;
}
.sheet-special .ui-accordion-header-icon, #accordion .ui-accordion-header-icon {
	display: block !important;
}
.contact-page header.entry-header {
    padding-top: 40px;
    margin: 0;
}
.contact-page header.entry-header h1 {
	 margin: 0;
}
#contactus span.link {
    width: calc(100% - 3.7em) !important;
}
p.contact-invit {
    text-align: left !important;
}

@media screen and (max-width: 992px){
	#responsedata .case-listing-block .cases-search .custom-scrollbar .table thead tr th {
		width: 122px;
	}
}
.case-listing-block h2 {
	    margin-bottom: 12px !important;
}
.site-main .list-products ul.products li a h4 {
    text-align: center;
    color: #000;
    font-style: italic;
    font-size: 13px;
    font-weight: 700;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select , .site-header .site-header-main .site-banner-center .header-widget .widget_polylang #lang_choice_polylang-5{
	    border-bottom: 0;
}
.error, .error-line {
	margin-bottom: 15px !important;
}
/*#fullwidth-wrapper .login-main-section .signup-section .add-case-block .entry-content #bcp-contact-container .row.text-left .col-md-12 {
	margin-top: 15px;
}*/
.error, .error-line {
	    margin-bottom: 12px !important;
}
span.success {
	    margin-bottom: 15px !important;
    display: inline-block;
}
#fullwidth-wrapper .login-main-section .signup-section .add-case-block .personal_info_details.address_details .gdpr-cust-input {
	margin-bottom: 26px;
}
#new_gdpr-error {
	    bottom: -34px!important;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_polylang #lang_choice_polylang-5 , .site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select{
	border-bottom: 0 !important;
}

@supports (-moz-appearance:none) {
    .site-footer .company-info ul li#followus span.icon::before {
    	top: 19px !important;
    }
    .site-footer .company-info ul li#contactus span.icon::before {
    	margin-top: -15px !important;
    }
    #legal span.icon::before {
    	margin-top: -10px !important;
    }

}

.right-top-menu .user-profile {
	background: red !important;
	border-radius: 0 !important;
    padding: 0 6px !important;
    transition: all 0.4s;
    border-color: red !important;
}
.scp-signin-widget .right-top-menu .dropdown #userDropdown .fa-angle-down {
	font-size: 15px !important;
}
.right-top-menu .fa.fa-tachometer {
    font-size: 16px !important;
    position: relative;
    top: -2px !important;
}
.documents-listing-block .modal-content .btn-success {
    border-color: #000 !important;
    background: #000 !important;
}
.documents-listing-block .modal-content .btn-success:hover {
    color: #fff;
}
.documents-listing-block .modal-content .btn-success:focus {
	    box-shadow: none !important;
}
.right-top-menu .dcp_header_contact_name {
    padding: 0 0 0 6px !important;
    font-size: 13px !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 65px !important;
}
.right-top-menu .scp-signin-widget .right-top-menu .dropdown #userDropdown {
    height: 26px !important;
    line-height: 26px !important;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select, .site-header .site-header-main .site-banner-center .header-widget .widget_polylang #lang_choice_polylang-5 {
	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    cursor: pointer;
    border-bottom: 0!important;
    color: #fff!important;
    background: transparent!important;
    margin-left: 6px !important;
    line-height: normal !important;
    font-size: 16px;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice {
    margin-top: 3px !important;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select option, .site-header .site-header-main .site-banner-center .header-widget .widget_polylang #lang_choice_polylang-5 option {
    color: #fff;
    background-color: #000;
}
.site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice #platform_choice_select:focus, .site-header .site-header-main .site-banner-center .header-widget .widget_polylang #lang_choice_polylang-5:focus {
    outline: none;
}
.site-main .list-products ul.products li a h4 {
    text-align: center;
    color: #000;
    font-style: italic;
    font-size: 13px;
    font-weight: 700;
}




/*new client CR points css start on 22-3-2021*/
.bcp-status-content .status-display-table .table tr {
    border-color: 1px solid #f2f2f2;
    background: #fff;
    transition: all 0.5s;
}
.bcp-status-content .status-display-table .table thead tr th {
    padding: 0.75rem !important;
    background: #f2f2f2;
    border-color: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}
.bcp-status-content .status-display-table .table {
    border-radius: 5px;
    font-size: 13px;
    font-family: Arial,sans-serif !important;
}
/*.case-details-view .scp-status-and-action .bcp-status-content {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}*/
.case-details-view .scp-status-and-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 65%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
     -webkit-box-pack: end;    -ms-flex-pack: end;    justify-content: flex-end;
}
.case-details-view .scp-status-and-action .bcp-status-content {
    /*max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;*/
            padding-right: 20px;
}
.case-details-view .scp-status-and-action .bcp-status-content .status-display-table {
    max-width: 440px;
    /*width: 100%;*/
    margin: 0 0 0 auto;
}
.case-details-view .scp-status-and-action a button {
        width: 120px;
}
.case-details-view .scp-status-and-action a {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}
.case-details-view .scp-status-and-action a button {
    margin-top: 0;
}
.case-details-view .scp-status-and-action a button .fa-plus {
    margin: 0 !important;
    margin-right: 10px !important;
    font-size: 14px;
}
.case-details-view .d-flex.justify-content-between .scp_top_title {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
}
.case-details-view .d-flex.justify-content-between .scp_top_title h3 {
    font-size: 18px;
    text-decoration: underline;
    margin-top: 5px;
}
.bcp-status-content .status-display-table .table thead tr th .fa {
    position: relative;
    top: -10px;
    right: -5px;
}
.case-details-view .scp-status-and-action .table-responsive.custom-scrollbar {
    overflow-y: hidden;
}
.case-details-view:after {
    content: "";
    display: table;
    clear: both;
}
.case-details-view .scp-status-and-action .bcp-edit-btn a {
    max-width: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
}
.case-details-view .scp-status-and-action .bcp-edit-btn {
    width: 60px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 10px;
}
.scp-status-and-action:after {
    content: "";
    display: table;
    clear: both;
}
.bcp_add_btn:after {
    content: "";
    display: table;
    clear: both;
}
.case-attachments-block.bcp_attachment_block .att_title {
    margin-bottom: 0;
    background-color: #ff0000;
    color: #fff;
     font-weight: 400 !important; 
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    font-size: 15px;
    padding: 8px 10px 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.case-attachments-block.bcp_attachment_block {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.case-attachments-block.bcp_attachment_block .panel-title {
    margin-bottom: 20px;
}
.case-attachments-block.bcp_attachment_block .case-attachments-input {
    margin-bottom: 18px;
}
.case-attachments-block.bcp_attachment_block .case-attachments-input .custom-file {
   -webkit-box-shadow: none; box-shadow: none;
}
.case-attachments-block.bcp_attachment_block .case-attachments-input .custom-file .custom-file-input {
    margin: 0;
}
.case-attachments-block.bcp_attachment_block .case-attachments-input .custom-file .custom-file-label {
    border: 1px solid #e6e6e6 !important;
    border-radius: 0;
    box-shadow: inset 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.05);
}
.case-attachments-block.bcp_attachment_block .case-attachments-input button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6 !important;
    background-color: #b7b7b7;
    border-radius: 0;
}
.case-attachments-block.bcp_attachment_block .case-attachments-input button .fa {
    color: #fff;
}
.case_attachment_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.bcp_email_card {
    margin-bottom: 30px;
}
.bcp_email_card .card {
    padding: 25px;
}
.email_card_body {
    padding: 15px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}
.email_card_body .profile-pic {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    background-color: #c1c1c1;
}
/*.email_card_body .user-description {
    padding-left: 40px;
}*/
.email_card_body .user-description p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.email_card_body .card_user_bottom {
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 0px;
     -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
}
.user-description-text:after {
    content: "";
    display: table;
    clear: both;
}
.email_card_body:after {
    content: "";
    clear: both;
    display: table;
}
.user-description-text .email_attechment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-description-text .email_attechment .attach_demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
    	-ms-flex-wrap: wrap;
        flex-wrap: wrap;

}
.user-description-text .email_attechment .attach_demo .outer_line {
    margin: 0 10px;
    padding: 5px 8px;
    border: 1px solid #969696;
    line-height: normal;
    cursor: pointer;
    margin-bottom: 20px;
}
.user-description-text {
    border-top: 1px solid #c1c1c1;
    /*padding-top: 30px;*/
    margin-top: 30px;
    display: none;
    margin-left: 40px;
}
.email_card_body .card_user_bottom .card_left p {
    background-color: #c1c1c1;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.2px;
}
.email_card_body .card_right .email_date p, .email_card_body .card_right .email_date span {
    font-size: 12px;
    line-height: 16px;
}
.email_card_body .card_right .email_date p {
	padding-right: 3px;
}
.email_card_body .card_arrow {
    margin-left: 15px;
    padding-right: 6px;
    position: relative;
    margin-top: -2px;
    cursor: pointer;
}
.email_card_body .card_arrow .arrow {
    border: solid #7d7d7d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    position: relative;
    -webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.email_card_body.card_expand .user-description p {
    /*height: 100%;*/
    -webkit-box-orient: horizontal;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.card_right.d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.card_scroll {
    height: auto;
    overflow-y: auto;
    padding-right: 5px;
    max-height: 480px;
}
.email_card_body.card_expand .card_arrow .arrow {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    bottom: -5px;
    -webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.email_card_body .card_user {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.email_card_body .card_user .email_header .email_profile {
    margin-bottom: 10px;
}
.email_card_body .card_user .email_header .email_info_card {
    padding-left: 40px;
    /*padding-bottom: 20px;*/
}
.email_card_body .card_user .email_header .email_info_card p {
    margin-bottom: 0px;
    font-weight: bold;
}
.email_card_body .card_user .email_header .email_info_card p span {
    font-weight: normal;
}
.user-description-text .email_attechment {
    /*margin-left: 40px;*/
    /*padding-bottom: 20px;*/
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-top: 20px;
    /*border-top: 1px solid #c1c1c1;*/
}
.pagination-listing li a {
	    border: 1px solid #000000 !important;
}
.pagination-listing li a:hover {
    background: #000000 !important;
    color: #FFF !important;
}
.email_card_body.card_expand .user-description p span {
    display: block;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: Arial,sans-serif !important;
}
.email_card_body .card_user .email_header .email_profile .user-name {
	width: calc(100% - 30px);
}
.user-description-text .user-description {
	padding-left: 0;
}

@media screen and (max-width: 1250px){
	.case-details-view .d-flex.justify-content-between .scp_top_title {
	    max-width: 20%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	}
	.case-details-view .scp-status-and-action {
	    max-width: 80%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	}
	.case-details-view .scp-status-and-action .bcp-status-content {
	   /* max-width: 70%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 70%;
	            flex: 0 0 70%;*/
	            padding-right: 20px;
	}
	.bcp-status-content .status-display-table .table thead tr th {
		font-size: 13px;
	}
	.personal_info_details .case_attachment_form .personal_info .col-lg-6 {
	    max-width: 100%;
	    padding-right: 0;
	}
	.case_attachment_form .col-lg-4.col-md-12 {
	    padding: 0;
	}
}
@media screen and (max-width: 1025px){
	.user-description-text .email_attechment .attach_demo {
		word-break: break-all;
    	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
}
@media screen and (max-width: 992px){
	.case-details-view .d-flex {
	    display: block !important;
	}
	.case-details-view .d-flex.justify-content-between .scp_top_title {
	    max-width: 100%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	}
	.case-details-view .scp-status-and-action {
	    max-width: 100%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
	        margin-top: 20px;
	}
	.case-details-view .scp-status-and-action {
	    display: block;
	}
	.case-details-view .scp-status-and-action .bcp-status-content {
		padding-right: 0;
		/*margin-bottom: 20px;*/
	}
	.bcp-status-content .status-display-table .table thead tr th {
		padding: 0.5rem !important;
		    font-size: 13px;
	}
	.case-details-view .scp-status-and-action .bcp-status-content tr td, .case-details-view .scp-status-and-action .bcp-status-content tr th {
	    padding: 0.5rem !important;
	}
	.bcp-status-content .status-display-table .table thead tr th .fa {
	    position: relative;
	    top: -10px;
	    right: 0px;
	}
	.case-details-view .scp-status-and-action .bcp-edit-btn a {
	    margin: 0 10px;
	}
	.case-details-view .scp-status-and-action .bcp-edit-btn {
	    /*width: 100%;*/
	    margin-left: 10px;
	    display: -webkit-box !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}
	.case-details-view .scp-status-and-action .bcp_add_btn {
	    float: left;
	}
	.case-details-view .scp-status-and-action .bcp-edit-btn {
		float: right;
    	margin-top: 5px;
	}
	.case-details-view .scp-status-and-action .bcp-status-content .status-display-table {
	    max-width: 100%;
	}
	.case_attachment_form {
		display: block;
	}
	.case_attachment_form .col-lg-4.col-md-12 {
	    padding-left: 0;
	}
	.personal_info_details .case_attachment_form .personal_info .col-lg-6 {
	    max-width: 100%;
	    padding-right: 0;
	}
}
@media screen and (max-width: 767px){
	
}

.bcp_email_card .panel-title .panel_name {
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.case-attachments-block.bcp_attachment_block .case-attachments-input .custom-file .custom-file-label {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.personal_info_details .form-group input, .personal_info_details .form-group select , textarea{
	color: #000 !important;
    font-family: Arial,sans-serif !important;
    font-size: 13px !important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
}
.case-details-description .updates-details input.form-control {
	color: #000 !important; 
}