@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: #fff; 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
 { 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 .won, .imex-content-table .made, .imex-content-table .complete{background: #089122;}
.imex-content-table .cancelled, .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 .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{background: #81ff68;}
.imex-content-table .draft, .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 .merged{background: #f27019;}

.imex-content-table .busy, .imex-content-table .revised {background: #f27019;}
.imex-content-table .out_of_office {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: #fff !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: 100%;
    min-height: 100vh;
}
#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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#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: 20px;
        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 0 12px;
}
.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: 4px;
}
.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: -5px;
    position: relative;
    width: 13px;
    height: auto;
    display: initial;
}
.site-footer .company-info ul li#followus span.icon::before {
    position: absolute;
    top: 8px;
    left: 30px;
}
.site-footer .company-info ul li#followus span .fa-play {
    position: absolute;
    display: inline;
}
.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;
}
.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;
}

#contactus a {
    color: #fff;
}
.site-footer .company-info ul li#contactus span.icon i.fa {
    bottom: -5px;
    margin-left: -6.7em;
}
.site-footer .company-info ul li#contactus span.icon::before {
    font-size: 3.2em;
    /*margin-top: -0.5em;*/
    top: 0;
    margin-top: 0;
}
.site-footer .company-info ul li#followus .icon .fa-play {
    top: 17px;
    margin-top: 0;
}
.site-footer .company-info ul li#contactus {
    position: relative;
}
.site-footer .company-info ul li#contactus .icon .fa-ellipsis-h {
    top: 12px;
    margin-top: 0;
    bottom: 0 !important;
    margin-left: 0 !important;
}
.site-footer .company-info ul li#followus {
    position: relative;
}
#legal a {
    color: #fff;
    font-style: normal;
}
#legal span.icon:before {
    font-size: 2em;
    margin-left: -3.66em;
    margin-top: -3px;
}
.site-info {
    margin-bottom: 0 !important;
}
@media screen and (min-width: 768px){
	.dcp_page_login .login-main-section .login-section .right-part-login {
	    padding: 35px 30px !important;
	}
}
@media screen and (max-width: 992px){
	#followus {
	    height: auto;
	}
	#contactus {
	    height: auto;
	}
	#legal {
		height: auto;
	}
	#legal {
	    margin-top: 55px;
	}
}
@media screen and (max-width: 767px){
	#legal {
	    margin-top: 35px;
	}
	#contactus h3 {
	    margin-top: 3em;
	}
}

@supports (-moz-appearance:none) {
    @media screen and (min-width: 1500px) and (max-width: 1700px){
        #followus span.icon i {
            margin-top: -1px;
        }
        .site-footer .company-info ul li#contactus span.icon i.fa {
            bottom: -5px !important;
        }
    }
}

@media screen and (min-width: 710px) and (max-width: 767px){
    .site-banner {
        height: 12em !important;
    }
    .header-widget aside.widget_polylang {
        top: 7.2em;
    }
    .site-header .site-header-main .site-banner-center .header-widget .widget_platform_choice {
        top: 9em;
    }
#content-wrapper {
    padding-top: 40px;
}
#fullwidth-wrapper .sidebar {
    margin-top: 0px;
}
.site-content {
    margin-top: 12em;
}
}

	
1:19 PM




#spdoc-gridview ul li .grid-checkbox input::before {
    display: none;
}
#spdoc-gridview ul li .grid-checkbox input:checked::before {
    position: absolute;
    top: -1px;
    content: "" !important;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 11px;
    width: 6px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    left: 3px;
}

#spdoc-gridview ul li .grid-checkbox .fa-check:before {
    content: "" !important;
}
#spdoc-gridview ul li .grid-checkbox input:checked::before {
    height: 11px;
    width: 5px;
    left: 4px;
}


.custom-scrollbar .table tbody td {
    word-wrap: break-word;
}