/* FONT PATH
 ===========================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700,800);
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
         url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*body{
    background: #fff;

}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after,
body::before{display: none;height: 0;}
*/

body.page-template-page-crm-fullwidth {
    background: #fff;
}
body.admin-bar.page-template-page-crm-fullwidth:not(.custom-background-image):before,
body.admin-bar.page-template-page-crm-fullwidth:not(.custom-background-image):after,
body.admin-bar.page-template-page-crm-fullwidth::before,
body.admin-bar.page-template-page-crm-standalone:not(.custom-background-image):before,
body.admin-bar.page-template-page-crm-standalone:not(.custom-background-image):after,
body.admin-bar.page-template-page-crm-standalone::before,
body.page-template-page-crm-standalone::before,
body:not(.custom-background-image)::after {
    display: none;
    height: 0;
}
a,
input,
select,
textarea {
    outline: 0 !important;
    font-family: "Open Sans", sans-serif;
    box-shadow: inherit;
}
/*a,
a:hover,
a:focus,
a:active {
    box-shadow: none !important;
    border-bottom: 0 !important;
}*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-down:before {
    content: "\f107";
}

input[readonly='readonly'],
textarea[readonly='readonly'],
input[disabled='disabled'],
input[disabled=''],
textarea[disabled='disabled'],
textarea[disabled=''],
select[readonly='readonly'],
select[disabled='disabled'],
select[disabled=''] {
    background: #eeeeee !important;
}

/*.scp-active-menu .fa-angle-right:before {content: "\f107";}*/
/*scp-form
===========================*/

.scp-form ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.scp-form li {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}
.scp-form li label {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    padding-bottom: 3px;
}
.scp-form li span {
    width: 100%;
    display: inline-block;
}
.scp-form li .input-text {
    width: 100%;
}
.scp-form li.scp-send span {
    display: inline-block;
    width: 100%;
}
/*.scp-form li.scp-send span input{background: #f06455;width: 100%;border-radius: 5px;border-bottom: 3px solid rgb(216, 90, 76);text-transform: uppercase;color: #ececec;font-size: 20px;font-weight: 400;}*/

.scp-form .desc input {
    background: #f06455;
    width: 100%;
    border-radius: 5px;
    /*border-bottom: 3px solid rgb(216, 90, 76);*/

    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    padding: 14px 40px;
    border-radius: 0;
}
.scp-form li.scp-send .forgot-pass {
    display: inline-block;
    margin-left: 10px;
}
.scp-form li.last {
    padding-bottom: 0;
}
.scp-form .input-text {
    border: 1px solid #cfcfcf;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    order-radius: 4px;
}
.scp-form input[type="file"] {
    border: 0;
    padding: 0;
    line-height: normal;
    height: auto;
    font-size: 13px;
}
.scp-form textarea.input-text {
    height: 150px;
    line-height: normal;
}
.scp-form-two-col li {
    margin-right: 3%;
    width: 48.2%;
}
.scp-form-two-col li.last {
    margin-right: 0;
    padding-bottom: 15px;
}
.scp-form-list-view {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px;
    width: 100%;
}
.scp-form-list-view ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.scp-form-list-view li {
    border-top: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    padding: 10px 0;
    vertical-align: top;
    width: 48%;
}
.scp-form-list-view li:first-child,
.scp-form-list-view li:first-child + li {
    border-top: medium none;
}
.scp-form-list-view li label {
    width: 25%;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
}
.scp-form-list-view li span {
    width: 65%;
    display: inline-block;
}
.scp-tab-content .success,
.entry-content .success,
.scp-login-form.scp-form .success {
    background: #cfffc6;
    border-left: 5px solid #6db05f;
    color: #4c933e;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto;
    display: inline-block;
}
/*.success.login-success {
    margin-bottom: 0 !important;
}*/
.scp-login-form .error,
.scp-tab-content .error,
.entry-content .error {
    background: #ffc6c6;
    border-left: 5px solid #a53c3c;
    color: #a53c3c;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    margin: 10px auto;
    width: 100%;
}
.scp-login-form .error,
.scp-login-form .success {
    margin-top: 15px;
}
.profile.userinfo {
    float: left;
    width: 100%;
}

.profile.userinfo #signup_form .scp-form-actions .desc input {
    background: #f06455;
}
.profile.userinfo .welcome-msg {
    float: right;
}
.profile.userinfo .welcome-msg > span {
    float: left;
    color: #f06455;
    font-weight: bold;
    line-height: 40px;
    padding: 0 5px;
}
/*.profile.userinfo .welcome-msg .top-btn {float: right;}*/

.userinfo {
    float: right;
    font-size: 17px;
    margin: 0;
}
.userinfo .go-to-managepage {
    padding: 10px 0;
}
.userinfo .welcome-msg {
    padding-left: 10px;
}
.userinfo > span,
.userinfo .top-btn {
    float: left;
    margin: 0 5px;
    padding: 8px;
}
.userinfo .top-btn {
    background: #f06455;
    padding: 8px 14px;
    border-radius: 2px;
}
.userinfo .top-btn.last {
    margin-right: -2px;
}
.userinfo .top-btn > span,
.userinfo .top-btn a{
    color: #fff;
    text-decoration: none;
}
.userinfo > span > a {
    color: #f06455;
    font-size: 20px;
    text-decoration: none;
}
.scp-login-form .login-title,
.scp-forgotpas-form .login-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.scp-login-form .login-title img {
    position: absolute;
    top: -82px;
    left: 33%;
    border-radius: 50%;
}
.scp-login-form .login-title h3,
.scp-forgotpas-form .login-title h3 {
    font-size: 30px;
    color: #3d3d3d;
    text-transform: capitalize;
    font-weight: 400;
    padding: 45px 0 27px;
    line-height: 24px;
    margin: 0;
}
.scp-forgotpas-form .login-title h3 {
    font-size: 25px;
}
.crm_standalone .scp-login-form.scp-form .login-title .scp-logo,
.crm_fullwidth .scp-login-form.scp-form .login-title .scp-logo {
    position: absolute;
    top: -100px;
    left: 33%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    /*border: 1px solid #000;*/
    vertical-align: middle;
}
.crm_fullwidth .scp-login-form.scp-form .login-title .scp-logo{
    top: -80px;
}

.crm_standalone .scp-login-form.scp-form .login-title .scp-logo img,
.crm_fullwidth .scp-login-form.scp-form .login-title .scp-logo img {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* menu array css in fullwidth */
.scp-fullwidth-menu:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding: 0px 8px 0 4px;
    font-size: 20px;
    vertical-align: middle;
    color: #444444;
}
.scp-fullwidth-menu.menu-active:after {
    content: "\f106";
    font-family: 'FontAwesome';
    padding: 0px 8px 0 4px;
    font-size: 20px;
    vertical-align: middle;
    color: #444444;
} 

/*scp-login-form (2/8/2016)===========================*/

.scp-login-form,
.scp-forgotpas-form {
    width: 332px;
    margin: 100px auto;
    padding: 86px 29px 36px;
    border: 1px solid #dbdbdb;
    max-width: 100%;
    border-radius: 5px;
    background: #f0f0f0;
    box-sizing: border-box;
}
.scp-login-form h3,
.scp-forgotpas-form h3 {
    margin: 0;
    padding: 0 0 25px 0;
}
.scp-forgotpas-form li {
    width: 100%;
}
.scp-login-form.scp-form .scp-send.last span {
    width: 100%;
}
.scp-login-form.scp-form .scp-send.last span>input,
.scp-forgotpas-form.scp-form .scp-send.last span>input {
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    border-bottom: 4px solid #73b6b0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.scp-login-form.scp-form .scp-send.last span.right {
    text-align: center;
}
.scp-login-form.scp-form .scp-send.last span.right a {
    color: #118ede;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0 0;
    display: block;
    line-height: 24px;
    border-bottom: 0;
    text-decoration: none;
    box-shadow: none;
}
.scp-login-form.scp-form .scp-send.last span>input:active {
    border-top: 0;
}
.scp-forgotpas-form input {
    text-align: center;
}
/*scp-login-form===========================*/

.scp-tab {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.scp-tab li {
    display: inline-block;
    position: relative;
}
.scp-tab li a {
    padding: 5px 15px;
    display: block;
    background: #eee;
    color: #666;
    border: 1px solid #ddd;
    border-bottom: none;
}
.scp-tab li.active:after,
.scp-tab li:hover:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eee;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.scp-tab-content {
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    display: inline-block;
    padding: 25px;
}
.scp-tab-content h3 {
    margin: 0;
    padding: 0 0 20px 0;
}
.scp-tab-content table {
    margin: 0;
    padding: 0;
}
.scp-login-form ul li .input-text {
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    text-align: left;
}
/*.scp-login-form ul li span > input::-webkit-input-placeholder{color: #fff !important;background: #000 !important;}
.scp-login-form ul li span > input:-moz-placeholder{color: #fff !important;background: #000 !important;}
.scp-login-form ul li span > input::-moz-placeholder{color: #fff !important;background: #000 !important;}
.scp-login-form ul li span > input:-ms-input-placeholder{color: #fff !important;background: #000 !important;}*/
/* pagination
===========================*/

.scp-entry-header .pagination {
    float: none;
    width: 50%;
    padding: 0px;
    margin: 10px auto 0px;
    text-align: center;
    box-shadow: none;
    border-top: 0;
}
.scp-entry-header .pagination li {
    list-style: outside none none;
    padding: 0 0 0 0px;
    display: inline-block;
}
.scp-entry-header .pagination li a {
    margin: 5px;
    display: inline-block;
}
.scp-entry-header .pagination li.page_info {
    float: left;
}
.scp-entry-header .pagination .current {
    color: #fff !important;
    background: #b7b7b7 !important;
}
.scp-entry-header .pagination li a {
    background: #fff;
    display: block;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    color: #3d3d3d;
    text-decoration: none;
}
.scp-entry-header .pagination a {
    border-bottom: 0;
}
.scp-entry-header .pagination li.page-prev a,
.scp-entry-header .pagination li.page-next a {
    font-size: 25px;
    display: block;
    padding: 5px 12px 12px;
    line-height: 15px;
    background: #f0f0f0;
}
.scp-send .right {
    float: right;
}
.scp-both-sort,
.scp-asc-sort,
.scp-desc-sort {
    background-image: url("../images/sort_both.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block !important;
    width: 100%;
}
.scp-asc-sort {
    background-image: url("../images/sort_asc.png");
}
.scp-desc-sort {
    background-image: url("../images/sort_desc.png");
}
.main-col a {
    color: #000000;
    padding-right: 20px;
}

.download-link {
    background: none !important;
    border: medium none !important;
    color: #b93207 !important;
    padding: 0 !important;
}
.all-notes {
    /*float: left;*/ /* removed by akshay */
    margin: 16px 0;
    width: 100%;
}
.all-notes > h3 {
    padding: 0;
}
.all-notes > ul {
    border: 1px solid #ddd;
    padding: 5px 15px;
    float: left;
    width: 100%;
}
.all-notes > ul > li {
    list-style: none;
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.all-notes > ul li.last {
    border-bottom: none;
}
.all-notes li .name {
    font-size: 15px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.all-notes li .description {
    padding-left: 0%;
    float: left;
    width: 100%;
    font-size: 14px;
}
.all-notes li .asttachment {
    float: left;
    width: 100%;
    padding-left: 0%;
    font-size: 13px;
}
.all-notes li .asttachment span {
    float: left;
    font-weight: bold;
    margin-right: 3px;
}
/********** custom changes **************
=======================================*/
/* general */

.no-padding {
    padding: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.width-auto {
    width: auto !important;
}
.scp-col-1,
.scp-col-2,
.scp-col-3,
.scp-col-4,
.scp-col-5,
.scp-col-6,
.scp-col-7,
.scp-col-8,
.scp-col-9,
.scp-col-10,
.scp-col-11 {
    float: left;
}
.scp-col-1,
.scp-col-2,
.scp-col-3,
.scp-col-4,
.scp-col-5,
.scp-col-6,
.scp-col-7,
.scp-col-8,
.scp-col-9,
.scp-col-10,
.scp-col-11,
.scp-col-12 {
    min-height: 1px;
    /*padding-left: 5px;*/

    padding-right: 10px;
    position: relative;
}
.scp-col-6 {
    width: 49.5%;
    word-break: break-word;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.scp-col-3 {
    width: 25%;
}
.scp-col-4 {
    width: 33.3333%;
}
.scp-col-2 {
    width: 16.6667%;
}
.scp-col-7 {
    width: 58.3333%;
}
.scp-col-9 {
    width: 75%;
}
.scp-col-10 {
    width: 83.3333%;
}
.clearfix {
    clear: both;
}
.scp-form-container {
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto
}
.scp-col-full {
    width: 100%;
    float: left;
    clear: both;
}
.scp-form-group {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.scp-form-group.required > label:not(.error-line):not(.radio-label)::after {
    color: #e02222;
    content: "*";
    padding-left: 2px;
}
.scp-form label {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
.scp-form label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    /* width: 40%;*/
}
.scp-form .data-view {
    display: inline-block;
}
.scp-form textarea.scp-form-control,
textarea.decline-reson {
    height: 6em;
    height: 70px;
    min-height: 70px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
}
.scp-form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.scp-form-control {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.scp-form-actions {
    background-color: none;
    border-top: 0px solid #e5e5e5;
    margin: 0 0 30px 0;
    padding: 10px 6px; overflow: hidden;
    padding-left: 0;
    clear: both;
}
.scp-form .scp-form-actions > span .action-form-btn {
    /*background: #f06455;*/

    border-bottom: 0;
    color: #fff;
    font-size: 20px;
    padding: 7px 40px;
}
.page .entry-content.entry-wrapper {
    border: 0px solid #f0f0f0;
}
.page .entry-content
/*.page .entry-header*/

{
    /*max-width: 977px !important; */

    width: 100%;
/*    clear: both;*/
    margin: 0 auto;
    -moz-hyphens: none;
    box-sizing: border-box;
    max-width: 100%;
}
.page .entry-header {
    margin: 15px auto;
}
/*.entry-header .entry-title{font-size: 40px;color:#f06455;margin-bottom: 0;}*/

.scp-entry-header {
    float: left;
    width: 77%;
    margin-left: 1%;
    border: 0px solid #e5e5e5;
    margin-top: 0px;
    padding: 0px;
}
.scp-entry-header h3 {
    margin: 0px;
    padding: 15px 0;
    /*color: #fff;*/

    font-size: 20px;
    position: relative;
    /*background:#000*/
}
.scp-entry-header h3 > span {
    padding-right: 10px;
}
.scp-entry-header #responsedata > a {
    float: right;
    margin: 10px 10px 0;
    padding: 3px 14px;
    background: #f0f0f0;
    color: #f06455;
    text-decoration: none;
    border-radius: 2px;
}
.scp-entry-header #responsedata > a > span {
    padding: 0 3px;
}
.scp-entry-header tbody th a {
    box-sizing: border-box;
}
.scp-leftpanel {
    float: left;
    width: 22%;
    margin-top: 0px;
    box-sizing: border-box;
}
.dashboard-box {
    text-align: center;
    letter-spacing: -0.31em;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-top: 1px solid #f0f0f0 !important;
}
.dashboard-box .module-box {
    width: 22.75%;
    min-height: 173px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin-top: 54px;
    padding: 35px 0px 12px;
    line-height: 40px;
    margin-right: 3%;
    /*background: #f0f0f0;*/

    color: #3d3d3d;
    cursor: pointer;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.page .entry-content.entry-wrapper > .main-title {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-top: 54px;
}
.dashboard-box .main-title span,
.dashboard-box .main-title h2 {
    color: #f06455;
}
.dashboard-box .main-title span {
    font-size: 50px;
}
.dashboard-box .main-title h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
}
.dashboard-box .module-box.last {
    margin-right: 0;
}
.dashboard-box .module-box span.module-icon {
    font-size: 70px;
}
.dashboard-box .module-box h4 {
    margin: 0 0 2px;
    /*padding: 0 10px;*/
}
.dashboard-box .module-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    padding: 0 10px;
}
.dashboard-box .module-box span.fa-arrow-right {
    margin-top: 20px;
    font-size: 20px;
}
.dashboard-box .module-box a {
    color: #3d3d3d;
    text-decoration: none;
}
/*.scp-form-title { border-bottom: 1px solid #e5e5e5; margin-bottom: 10px; padding:10px;}

.scp-form-title h3{margin: 0;}*/
/*colors options*/

.scp-entry-header {
    border-color: #ccc;
}
.scp-sidemenu {
    background-color: #cacaca;
    color: #fff;
    border-color: #ccc;
}
.scp-active-menu {
    background-color: #0865a3;
    color: #fff;
}
.scp-active-submenu {
    background-color: #5aa1df;
    color: #fff;
}
.scp-form-title {
    color: #1e73be;
}
/*input.scp-button{background-color: #1e73be; border-color: #155892; color: #fff;}
button.scp-button, input.scp-button[type="submit"], input.scp-button[type="button"], input.scp-button[type="reset"]{ background: none; background-color: #f06455; border-bottom: 3px solid #b93207; color: #fff; }
button.scp-button:hover, button.scp-button:focus, input.scp-button[type="submit"]:hover, input.scp-button[type="button"]:hover, input.scp-button[type="reset"]:hover, input.scp-button[type="submit"]:focus, input.scp-button[type="button"]:focus, input.scp-button[type="reset"]:focus{background: #f06455;}*/
/*.actionform_search{position: absolute;width: 40%;display: inline-block;right: 14px;border-bottom: 1px solid #000;top: 19px;}*/

.actionform_search .search-input {
    width: auto;
    border: 0;
    background: none;
    font-size: 15px;
    padding: 5px 5px 2px 10px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 33px;
}
.actionform_search input.scp-button {
    padding: 0px 10px;
    background: none;
    border: 0;
    position: absolute;
    top: -2px;
    right: 5px;
}
/*.actionform_search .fa.fa-search,
.actionform_search .fa.fa-remove{position: absolute;right: 5px;top: -1px;cursor: pointer;color: #fff;}
.actionform_search .fa.fa-search{right: 28px;}*/

.scp-form-container .panel,
.scp-form .panel {
    float: none;
    width: 100%;
    padding-bottom: 10px;
    /*border: 1px solid #ccc;margin-top: 10px;*/
}
.scp-form-container .panel .panel-title,
.scp-form .panel .panel-title {
    background: none;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 0 10px;
    color: #f06455;
}
.scp-page-action-title {
    background: none;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 0 10px;
    color: #5c5c5c;
    border-bottom: 1px solid #b4b4b4;
    font-size: 17px;
}
input[type=text]::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}
.fc-event-title {
    font-size: 13px;
}
.scp-entry-header .scp-dtl-panel {
    margin-top: 0px;
    border: 1px solid #ccc;
}
.scp-entry-header .scp-dtl-panel .panel-title {
    background: #efefef;
}
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label {
    padding-bottom: 5px;
}
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > label,
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span {
    width: 36%;
    vertical-align: top;
    line-height: normal;
    margin-bottom: 10px;
    word-break: break-word;
    font-size: 14px;
}
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span {
    width: 62%;
    font-size: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label {
        width: 100% !important;
    }
}
/* Login Page */
/*only for 2014 theme*/

.entry-header.scp-tf-entry-header,
.entry-content.scp-tf-entry-content {
    max-width: 977px !important;
    width: 96%;
}
.entry-content.scp-tf-entry-content .scp-entry-header {
    width: 73%;
}
.entry-content.scp-tf-entry-content .scp-col-6 {
    width: 48%;
}
/* Side Menu*/

.scp-leftpanel ul,
.entry-content li > ul {
    padding: 0;
    margin: 0;
}
.scp-sidemenu {
    background-color: #d3d3d3;
}
.scp-sidemenu li {
    list-style: none;
}
.scp-sidemenu > li > a {
    display: block;
    margin: 0;
    padding: 18px 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #dfdfdf;
    color: #3d3d3d;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    background: #f0f0f0;
}
.entry-content .scp-sidemenu > li > a span.menu-text {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    line-height: 22px;
}
.entry-content .scp-sidemenu > li > a > .arrow {
    line-height: 10px;
    right: 15px;
    position: absolute;
    top: 20px;
    display: inline-block;
}
/*.scp-sidemenu > li:hover > a,
.scp-sidemenu li > ul > li:hover > a,
.scp-sidemenu li > a.scp-active-menu{background: #f06455;color: #fff;border-bottom: 1px solid #f0f0f0 !important;text-decoration: none;}*/
/*.scp-sidemenu li > ul > li > a{padding: 13px 0px 13px 66px;background: #f0f0f0; border-bottom:1px solid #dfdfdf;color: #3d3d3d;display: block;
font-weight: 300;}
.scp-sidemenu li > ul > li > a.scp-active-submenu{background: #f06455;color: #fff;border-color: #f0f0f0;text-decoration: none;}*/

.entry-content span#toggle {
    display: none;
}
.entry-content .scp-sidemenu > li > a.dashboard span.menu-text {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    line-height: 22px;
}
.side-icon-wrapper:before {
    content: "\f009";
}
.scp-sidemenu > li > a .side-icon-wrapper {
    font-size: 24px;
    width: 38px;
    /*background: #80cbc4*/
}
.scp-sidemenu li ul li a .side-icon-wrapper {
    font-size: 17px;
    width: 32px;
}
.scp-sidemenu li ul.inner_ul li.active {
    background-color: #7b9cae;
    color: #ffffff;
}
.side-icon-wrapper.important_resources:before {
    content: "\f0e4";
}
.side-icon-wrapper.Accounts:before {
    content: "\f007";
}
.side-icon-wrapper.Calls:before {
    content: "\f095";
}
.side-icon-wrapper.Cases:before {
    content: "\f0c5";
}
.side-icon-wrapper.Meetings:before {
    content: "\f0b1";
}
.side-icon-wrapper.Notes:before {
    content: "\f044";
}
.side-icon-wrapper.Tasks:before {
    content: "\f0ae";
}
.side-icon-wrapper.p_Payment_transaction:before {
    content: "\f155";
}
.side-icon-wrapper.AOS_Quotes:before,
.side-icon-wrapper.Quotes:before {
    content: "\f016";
}
.side-icon-wrapper.Opportunities:before {
    content: "\f006";
}
.side-icon-wrapper.Leads:before {
    content: "\f024";
}
.side-icon-wrapper.AOS_Invoices:before,
.side-icon-wrapper.Invoices:before {
    content: "\f022";
}
.side-icon-wrapper.Documents:before {
    content: "\f114";
}
.side-icon-wrapper.AOS_Contracts:before,
.side-icon-wrapper.Contracts:before {
    content: "\f0f6";
}
.side-icon-wrapper.AOK_KnowledgeBase:before,
.side-icon-wrapper.Knowledge_Base:before,
.side-icon-wrapper.KBContents:before{
    content: "\f059";
}
.side-icon-wrapper.fa-plus:before {
    content: "\f067";
}
.side-icon-wrapper.fa-list:before {
    content: "\f03a";
}
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-calendar:before {
    content: "\f073";
}
.side-icon-wrapper.AOS_Products:before,
.side-icon-wrapper.ProductTemplates:before{
    content: "\f1b3";
}
.side-icon-wrapper.bc_proposal:before {
    content: "\f15c";
}
.side-icon-wrapper.Bugs:before {
    content: "\f188";
}
.side-icon-wrapper.Calender:before {
    content: "\f073";
}

.scp-sidemenu > li > a.dashboard {
    padding: 15px 20px;
}
.scp-sidemenu > li > a.dashboard .side-icon-wrapper {
    font-size: 24px;
    width: 35px;
}
/*.scp-sidemenu > li > a span.fa-calendar{width: 42px;}*/

.arrow:before {
    content: "\f105";
    padding-right: 2px;
    font-size: 20px;
}
.scp-sidemenu > li > a > .arrow {
    float: right;
    line-height: 32px;
    padding-top: 0px;
}
.crm_standalone .scp-sidemenu > li > a.scp-active-menu > .fa.arrow:before {
    content: "\f107";
    padding-right: 0;
    font-size: 20px;
}
.badge {
    background-color: #e02222;
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}
.badge.badge-roundless {
    border-radius: 0 !important;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item:first-child {
    border-radius: 4px;/*
    border-top-right-radius: 4px;*/
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-item label{
    display: inline-block;
    font-weight: 300;
    margin: 0 10px;
}
.list-group-item label:first-child{
    margin-left: 0;
}
/**/
/* form table */

.scp-table {
    border: none;
    margin-bottom: 0;
    table-layout: auto;
}
.scp-table-responsive {
    border: 0px solid #dddddd;
    padding: 3px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 97%;
    margin: 10px auto;
}
.scp-table-bordered > thead > tr > th,
.scp-table-bordered > tbody > tr > th,
.scp-table-bordered > tfoot > tr > th,
.scp-table-bordered > thead > tr > td,
.scp-table-bordered > tbody > tr > td,
.scp-table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.scp-table-responsive th {
    background: #f06455;
}
.scp-table-responsive tr.main-col > th,
.scp-table-responsive tr.main-col > th > a {
    color: #fff;
}
.scp-table-responsive tr.main-col > th {
    border-right: 1px solid #f4897e;
}
.scp-table-responsive tr.main-col > th > a,
.entry-content .scp-table-responsive tr > td > a {
    text-decoration: none;
    display: inherit;
    vertical-align: middle;
    padding: 5px 20px 5px 5px;
    border: none;
    text-transform: none;
}
.entry-content .scp-table-responsive tr.main-col > th > a {
    padding: 5px 20px 5px 5px;
    text-align: left;
}
.scp-table thead > tr > th,
.scp-table tbody > tr > th,
.scp-table tfoot > tr > th,
.scp-table thead > tr > td,
.scp-table tbody > tr > td,
.scp-table tfoot > tr > td {
    border-top: 1px solid #dddddd;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: top;
    font-size: 15px;
}
.scp-table-scrollable > .table > thead > tr > th,
.scp-table-scrollable > .scp-table > tbody > tr > th,
.scp-table-scrollable > .scp-table > tfoot > tr > th,
.scp-table-scrollable > .table > thead > tr > td,
.scp-table-scrollable > .table > tbody > tr > td,
.scp-table-scrollable > .table > tfoot > tr > td {
    white-space: nowrap;
}
.scp-table-responsive tbody > tr > th.th-edit {
    width: 48px;
}
.scp-table-responsive tbody > tr > th.th-delete {
    width: 58px;
}
.scp-table-responsive tbody > tr > td.action {
    text-align: center;
}
.scp-table-responsive tbody > tr > td.action a {
    display: inline-block;
    width: auto;
}
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-trash-o:before,
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-pencil:before,
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-eye:before,
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-money:before,
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-download:before{
    padding: 0px;
    font-size: 17px;
}
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-eye:before,
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-download:before {
    font-size: 18px;
}
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-trash-o:before {
    color: red;
}
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-pencil:before,
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-money:before {
    color: green;
}
.scp-table-responsive tbody > tr > td.action > a > .fa.fa-eye:before {
    color: #33bbff;
}
.scp-table-responsive tbody > tr > td.action > a {
    padding: 0 10px 0 0;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    color: #fff;
    font-weight: 100;
}
.tbl-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    table-layout: auto;
}
.tbl-responsive table {
    white-space: nowrap;
    table-layout: inherit;
}
.tbl-responsive th {
    background: #f0f0f0;
}
.tbl-responsive .group-quotes-wrapper th {
    background: none;
    padding-left: 10px !important;
}
/*.tbl-responsive .group-quotes-wrapper{color: #f06455;}*/

.tbl-responsive .group-quotes-wrapper td {
    font-weight: bold;
    border-top: 0;
}
.tbl-responsive .panelContainer {
    margin: 0 10px 20px 0 !important;
    border: 1px solid #ededed;
}
.tbl-responsive .panelContainer .inlineEdit.first {
    padding: 0 !important;
    text-transform: capitalize;
}
.tbl-responsive .panelContainer .inlineEdit.first td {
    font-weight: normal !important;
    font-size: 15px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0 2px !important;
    line-height: 30px;
}
.tbl-responsive .panelContainer .inlineEdit.first table {
    border: 0 !important;
    margin-bottom: 0;
}
.tbl-responsive .panelContainer td {
    padding: 5px 10px !important;
    font-weight: bold !important;
    border-width: 0 0 1px 0 !important;
    font-size: 15px;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
.tbl-responsive .panelContainer th {
    border-width: 0 0 1px 0 !important;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 2px !important;
    line-height: 30px;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
.tbl-responsive .panelContainer .inlineEdit {
    font-weight: normal !important;
}
/*datepicker*/

body .ui-widget.ui-datepicker {
    width: 300px;
    padding: 20px;
    display: none;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.2);
    z-index: 99 !important;
    /*top: 158px !important;*/
}
body .ui-widget.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: no-repeat;
    border: none;
    font-size: 14px;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev,
body .ui-widget.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 50px;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    cursor: pointer;
    background: none;
    border: none;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev {
    text-align: left;
}
body .ui-widget.ui-datepicker .ui-datepicker-next {
    text-align: right;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev span,
body .ui-widget.ui-datepicker .ui-datepicker-next span {
    background: none !important;
    text-indent: inherit;
    width: auto;
    height: auto;
    font-weight: normal;
    margin: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
}
body .ui-widget.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
body .ui-widget.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
body .ui-widget.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
body .ui-widget.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
body .ui-widget.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
body .ui-widget.ui-datepicker select.ui-datepicker-month,
body .ui-widget.ui-datepicker select.ui-datepicker-year {
    width: auto;
}
body .ui-widget.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    border: none;
}
body .ui-widget.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 12px;
    font-weight: 600;
}
body .ui-widget.ui-datepicker td {
    border: 0;
    padding: 1px;
}
body .ui-widget.ui-datepicker td span,
body .ui-widget.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    background: #EFEFEF;
    border: none;
    font-size: 12px;
}
body .ui-widget.ui-datepicker td.ui-datepicker-today span,
body .ui-widget.ui-datepicker td.ui-datepicker-today a {
    background: #999;
    color: #fff;
}
body .ui-widget.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
body .ui-widget.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    border-radius: 3px;
    background: #ddd;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}
body .ui-widget.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    background: #ddd;
    padding: 10px 20px;
    font-size: 14px;
    color: #999;
}
/* RTL support */

body .ui-widget.ui-datepicker-rtl {
    direction: rtl;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
body .ui-widget.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

body .ui-widget.ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/

    display: block;
    /*sorry for IE5*/

    position: absolute;
    /*must have*/

    z-index: -1;
    /*must have*/

    filter: mask();
    /*must have*/

    top: -4px;
    /*must have*/

    left: -4px;
    /*must have*/

    width: 200px;
    /*must have*/

    height: 200px;
    /*must have*/
}
.ui-timepicker-div dl {
    margin: 0;
    padding: 0;
}
.ui-timepicker-div .ui_tpicker_time_label {
    font-size: 14px;
}
.ui-timepicker-div .ui_tpicker_time {
    font-size: 12px;
}
.ui-timepicker-div .ui_tpicker_hour_label,
.ui-timepicker-div .ui_tpicker_minute_label {
    font-size: 14px;
    padding: 0 0 5px;
    margin-top: 5px;
}
.ui-timepicker-div .ui-corner-all,
.ui-timepicker-div .ui-corner-bottom,
.ui-timepicker-div .ui-corner-right,
.ui-timepicker-div .ui-corner-br {
    border-radius: 0;
}
.ui-timepicker-div .ui-slider-horizontal {
    height: 10px;
    background: none
}
.ui-timepicker-div .ui-slider .ui-slider-handle {
    background: #ddd;
    width: 10px;
    height: 20px;
    border: 1px solid #ccc;
}
.scp-notification-settings-panel .scp_dashboard_pref_subpanel .scp-table td input[type="checkbox"]{
    position: absolute;
    left:0; 
}
.scp-notification-settings-panel .scp_dashboard_pref_subpanel table td label{padding-left: 20px;}
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .scp-tab-content {
        padding: 10px
    }
    .scp-form-list-view li {
        width: 100%;
    }
    .scp-form-list-view li:first-child + li {
        border-top: 1px solid #ddd;
    }
    .scp-form-two-col li {
        margin-right: 0;
        width: 100%;
    }
    .scp-tab li a {
        padding: 5px 10px;
        font-size: 13px;
    }
    .scp-login-form,
    .scp-forgotpas-form {
        max-width: 100%;
        box-sizing: border-box
    }
    .scp-form label {
        width: 100%;
    }
    .userinfo .top-btn a {
        font-size: 15px;
    }
    .userinfo .top-btn {
        padding: 8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
    /*.scp-leftpanel { float: left; padding-left: 2%; width: 20%; }*/
}
@media only screen and (max-width: 991px) {
    .scp-leftpanel {
        float: none;
        width: 100%;
        /* padding: 0 2%;*/
    }
    .scp-entry-header {
        float: none;
        margin: 20px auto;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .actionform_search {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 10px;
        top: 0;
    }
    .crm_standalone.fullwidth-fourteen-theme .entry-content span#toggle,
    .crm_standalone.fullwidth-fifteen-theme .entry-content span#toggle,
    .crm_standalone.fullwidth-sixteen-theme .entry-content span#toggle,
    .crm_standalone .entry-content span#toggle {
        background: #ccc none repeat scroll 0 0;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        padding: 10px 2%;
        width: 100%;
        font-weight: bold;
        margin-top: 10px;
        box-sizing: border-box;
    }
    /*.crm_standalone.fullwidth-fifteen-theme .entry-content span#toggle,
    .crm_standalone.fullwidth-sixteen-theme .entry-content span#toggle,
    .crm_standalone .entry-content span#toggle{
        width: 96%;
    }*/

    span#toggle.toggle-icon-wrapper > span.fa.arrow,
    span#toggle > span.fa.arrow {
        float: right;
        padding-right: 0px;
    }
    span#toggle.toggle-icon-wrapper > span.fa.arrow:before,
    span#toggle > span.fa.arrow:before {
        font-size: 30px;
        line-height: 22px;
        padding-right: 0;
    }
    span#toggle.toggle-icon-wrapper > span.fa.arrow:before {
        content: "\f106";
    }
    span#toggle > span.fa.arrow:before {
        content: "\f107";
        padding-top: 5px;
    }
    /*.page .entry-header .entry-title {
        font-size: 28px;
    }*/


}
@media only screen and (max-width: 991px) {

    .dashboard-box .module-box {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

}
@media only screen and (max-width: 480px) {
    .scp-notification-settings-panel table td .scp-col-3{display: flex;}
    .scp-col-6 {
        width: 100%;
        padding: 0 15px;
    }
    .scp-col-3 {
        width: 100%;
    }
    .scp-col-4 {
        width: 100%;
    }
    .scp-col-2 {
        width: 50%;
    }
    .scp-col-7 {
        width: 100%;
    }
    .scp-col-9 {
        width: 100%;
    }
    .scp-col-10 {
        width: 100%;
    }
    .no-padding-right {
        padding-right: 5px !important;
    }
    .no-padding-left {
        padding-left: 5px !important;
        margin-bottom: 10px;
    }
    .article-fifteen-theme .fc-button,
    .article-sixteen-theme .fc-button {
        padding: 0 0.3em;
    }
    .fc-header-center {
        display: none;
    }
    #calendar .fc-header {
        border-left: 0;
        width: 100%;
        table-layout: inherit;
        white-space: normal;
    }
    .fc-header-left,
    .fc-header-right {
        width: 50% !important;
        box-sizing: border-box;
        white-space: normal !important;
        text-align: center;
    }
}
.fc td,
.fc th {
    vertical-align: top;
}
.fc-event-vert.fc-event-end {
    color: #fff;
}
.fc-header-left {
    margin-bottom: 0px;
    padding-top: 10px;
}
.error_signup {
    color: #c0392b;
    display: none;
    font-size: 14px;
}
/*css validation for jquery validtor*/

.scp-login-form .error-line,
.scp-tab-content .error-line,
.entry-content .error-line,
.scp-form-two-col .error-line,
.error-line {
    background: #ffc6c6;
    border-left: 5px solid #a53c3c;
    color: #a53c3c;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
}
.scp-form .input-text.error-line {
    background: #FFC6C6 none repeat scroll 0% 0%;
}
.error-msg {
    padding: 5px;
    margin: 10px auto;
}
label.error-line {
    background: none !important;
    border-left: none!important;
    color: #a53c3c !important;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    font-weight: lighter;
    padding-bottom: 3px;
}
/* 2-3-16 */

@media only screen and (width: 1024px) {
    .article-fifteen-theme .scp-sidemenu .label i,
    .article-sixteen-theme .scp-sidemenu .label i {
        display: none;
    }
    .article-fifteen-theme .scp-sidemenu .label > span,
    .article-sixteen-theme .scp-sidemenu .label > span {
        font-size: 12px;
    }
    .scp-leftpanel{
        width: 31%;
    }
}
.entry-wrapper {
    float: left;
    padding: 0 !important;
}
.scp-sidemenu > li > a.dashboard .menu-text {
    line-height: 30px !important;
}
.scp-sidemenu > li > a.dashboard .side-icon-wrapper {
    font-size: 20px !important;
    width: 22px !important;
}
.scp-sidemenu > li > a .side-icon-wrapper {
    font-size: 20px;
    width: 24px;
}
.entry-content .scp-sidemenu > li > a > .arrow {
    right: 10px;
}
.scp-sidemenu > li > a.dashboard,
.scp-sidemenu > li > a {
    padding: 15px 12px;
}
/*.scp-sidemenu li > ul > li > a {
    padding: 13px 0px 13px 42px !important;
}*/

.crm_standalone.fullwidth-fifteen-theme .hentry.article-fifteen-theme {
    margin: 0;
    max-width: 100%;
}
.article-fifteen-theme .entry-content h3 {
    margin-top: 0px;
}
.article-sixteen-theme .scp-entry-header h3 {
    margin-top: 0px;
}
#signup_form input[type="text"],
#signup_form input[type="email"],
#signup_form input[type="tel"],
#signup_form textarea {
    width: 100%;
}

#signup_form .scp-profile-photo-input{display: inline-block;/*width: 100%;*/vertical-align: top;}

#signup_form .scp-profile-photo-input input,
#signup_form .scp-profile-photo-input span{display: inline-block;width: auto;vertical-align: top;position: relative;}
#signup_form .scp-profile-photo-input span span{position: absolute;top: -6px;right: -7px;background: #fff;height: 20px;width: 20px;line-height: 14px;text-align: center;border-radius: 50%;border: 1px solid #efefef;cursor: pointer;}
#signup_form .scp-form-actions .desc input {width: auto;padding: 14px 15px;}

.scp-calander-popup-for-all .ui-dialog .ui-dialog-titlebar-close{margin: -12px 0 0 0;padding: 0px;height: 25px;outline: none;line-height: 25px;top: 16px;right: 0;width: 25px;border-radius: 0;background: #fff;border: 1px solid #e1e1e1;}

.scp-calander-popup-for-all .ui-dialog .ui-dialog-titlebar-close:after{position: absolute;content: "X";top: 0;left: 0;right:0;bottom:0;line-height: 22px;margin: auto;color: #666;}

.scp-calander-popup-for-all .ui-corner-all{border:1px solid #e1e1e1;overflow: visible;border-radius: 0;}

.scp-calander-popup-for-all .ui-dialog-title,
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content{font-family:"Open Sans", sans-serif;}

.scp-calander-popup-for-all .ui-dialog-titlebar.ui-widget-header{background: #fff;border-radius: 0;border: 0;border-bottom: 1px solid #e1e1e1;padding-left: 10px;padding-bottom: 0;font-weight: 600;color: #4dd0e1;}

.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content{font-size: 15px;padding-left: 10px;padding-bottom: 2px;height: 100% !important;}

.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar > *{ display: inline-block;width: 100%;margin: 5px 0;outline: none;height: 30px;border-radius: 0;line-height: 30px;font-family: "Open Sans", sans-serif;}

.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar .date,
.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar .module_list{width: 47%;}

.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar .module_list{border-color: #e1e1e1;}


.scp-calander-popup-for-all .ui-dialog-content.ui-widget-content #add_module_calendar a{background: #4dd0e1;padding: 6px 11px;color: #fff;width: auto;font-size: 13px;font-weight: 800;line-height: 17px;font-family:"Open Sans", sans-serif;height: 29px; text-decoration: none;}

.scp-calander-popup-for-all

#signup_form .scp-button {
    width: auto;
}
#signup_form .scp-send input {
    width: auto;
}
#signup_form .scp-send .desc input:active {
    border-top: 0;
}
.page .entry-header .entry-title {
    clear: both;
    float: left;
}
.entry-header.forget-title,
.entry-header.login-title {
    text-align: center;
    visibility: hidden;
}
.entry-header.forget-title {
    visibility: visible;
}
.entry-header.forget-title > h1,
.entry-header.login-title h1 {
    float: none !important;
}
.article-fifteen-theme .entry-title {
    margin: 0 !important;
}
.article-fifteen-theme .scp-col-full {
    font-size: 16px;
}
#signup_form .scp-form-group > label {
    width: 100%;
}
.article-fifteen-theme .fc-header-center,
.article-sixteen-theme .fc-header-center {
    display: none;
}
.article-fifteen-theme .fc-header-title > h2,
.article-sixteen-theme.fc-header-title > h2 {
    margin: 0 20px;
}
.article-fifteen-theme .fc-header-left,
.article-sixteen-theme .fc-header-left {
    float: left;
    text-align: left;
    width: auto;
    padding: 20px 0;
    box-sizing: border-box;
    border: none;
}
.article-fifteen-theme .fc-header-right,
.article-sixteen-theme .fc-header-right {
    float: right;
    padding: 20px 0;
    text-align: right;
    width: auto;
    border: none;
}
.article-fifteen-theme .fc-header-left h2,
.article-sixteen-theme .fc-header-left h2 {
    margin-bottom: 0;
}
#calendar .fc-header {
    margin-bottom: 0;
}
/*.fc-view-month div, .fc-header .fc-button{z-index:0 !important;}*/
/*--------------theme 2015--------*/

.page.article-fifteen-theme .entry-header a {
    border-bottom: 0;
}
.page.article-fifteen-theme .entry-header .userinfo > span,
.page.article-fifteen-theme .entry-header .userinfo .top-btn {
    padding: 8px;
}
.scp-sidemenu > li > a.dashboard .side-icon-wrapper {
    font-size: 24px;
    width: 34px;
}
/*.article-fifteen-theme .entry-content.dashboard-box .module-box{padding: 15px 0px 0px;margin-top: 34px; }
.article-fifteen-theme .entry-content.dashboard-box .module-box span.module-icon{font-size: 30px;}
.article-fifteen-theme .entry-content.dashboard-box .module-box h4{font-size: 18px;}
.article-fifteen-theme .entry-content.dashboard-box .module-box p{font-size: 12px;}
.article-fifteen-theme .entry-content.dashboard-box .module-box span.fa-arrow-right{margin-top: 0;font-size: 16px;}*/

.page.article-fifteen-theme .entry-content .scp-sidemenu > li > a {
    border-bottom: 1px solid #dfdfdf;
}
.page.article-fifteen-theme .entry-content .scp-sidemenu > li > a .side-icon-wrapper {
    font-size: 18px;
    width: 23px;
}
.page.article-fifteen-theme .entry-content .scp-sidemenu > li > a {
    padding: 15px 7px;
}
.page.article-fifteen-theme .entry-content .scp-sidemenu > li > a span.menu-text {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    line-height: 15px;
    font-size: 16px;
}
.page.article-fifteen-theme .entry-content .scp-sidemenu > li > a > .arrow {
    line-height: 10px;
    right: 5px;
    position: absolute;
    top: 28px;
    display: inline-block;
}
.page.article-fifteen-theme .entry-content .scp-sidemenu li > ul > li > a {
    padding: 5px 0px 5px 37px;
    font-size: 15px;
}
.page.article-fifteen-theme .entry-content .scp-sidemenu li ul li a .side-icon-wrapper {
    font-size: 12px;
    width: 20px;
}
.article-fifteen-theme .entry-content h3 {
    font-size: 20px;
    padding: 12px 10px 10px;
    margin-bottom: 0;
}
.article-fifteen-theme .entry-content h3 .actionform_search {
    top: 7px;
    right: 11px;
}
.article-fifteen-theme .entry-content h3 .actionform_search .fa.fa-search {
    top: 7px;
}
.article-fifteen-theme .entry-content h3 .actionform_search .search-input {
    width: 87%;
}
.article-fifteen-theme .entry-content a {
    border-bottom: 0;
}
.article-fifteen-theme .entry-content .scp-entry-header #responsedata > a {
    padding: 0 8px;
}
.article-fifteen-theme .entry-content .scp-table-responsive tr.main-col > th,
.article-fifteen-theme .entry-content .scp-table-responsive tr > td > a,
.article-fifteen-theme .entry-content .scp-table-responsive tr > td,
.article-fifteen-theme .entry-content .scp-table-responsive tr.main-col > th > a {
    padding: 7px 5px;
}
.article-fifteen-theme .entry-content .scp-table-responsive tr.main-col > th > a {
    padding: 5px 20px 5px 5px;
}
.article-fifteen-theme .entry-content .scp-table-responsive tr > td > a,
.article-fifteen-theme .entry-content .scp-table-responsive tr > td {
    padding: 5px;
}
.article-fifteen-theme .entry-content .scp-entry-header #responsedata .scp-form-container .panel-title {
    margin-bottom: 0;
}
.article-fifteen-theme .entry-content .scp-entry-header #responsedata .scp-form-container .scp-form-group label {
    font-size: 12px;
}
.article-fifteen-theme .entry-content .scp-entry-header #responsedata .scp-form .scp-form-actions > span .action-form-btn {
    padding: 6px 25px;
}
.article-fifteen-theme .pagination {
    box-shadow: none;
}
/*---------------theme- 2016--------------*/

.article-sixteen-theme .entry-content.dashboard-box .module-box {
    padding: 20px 0px 0px;
    margin-top: 34px;
}
.article-sixteen-theme .entry-content.dashboard-box .module-box span.module-icon {
    font-size: 30px;
}
.article-sixteen-theme .entry-content.dashboard-box .module-box h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.article-sixteen-theme .entry-content.dashboard-box .module-box p {
    font-size: 12px;
}
.article-sixteen-theme .entry-content.dashboard-box .module-box span.fa-arrow-right {
    margin-top: 20px;
    font-size: 16px;
}
.page.article-sixteen-theme .entry-header .entry-title {
    font-weight: 400;
    line-height: 37px;
}
.page.article-sixteen-theme .entry-header a,
.page.article-sixteen-theme .entry-content a {
    box-shadow: none;
}
.page.article-sixteen-theme .entry-header .userinfo > span,
.page.article-sixteen-theme .entry-header .userinfo .top-btn {
    font-size: 15px;
    padding: 5px 8px;
}
.page.article-sixteen-theme .entry-header .userinfo > span > a {
    font-size: 15px;
}
.article-sixteen-theme .scp-entry-header h3 {
    margin: 0;
    padding: 20px 15px 19px;
    font-size: 20px;
}
.article-sixteen-theme .scp-entry-header h3 > span {
    font-size: 24px;
}
.article-sixteen-theme .entry-content h3 .actionform_search {
    top: 25px;
    right: 11px;
}
.page.article-sixteen-theme .entry-content .scp-sidemenu > li > a {
    padding: 15px 7px;
}
.article-sixteen-theme .scp-sidemenu > li > a .side-icon-wrapper {
    font-size: 20px;
    width: 22px;
}
.article-sixteen-theme .scp-sidemenu > li > a > .arrow {
    padding-top: 7px;
}
.article-sixteen-theme .scp-sidemenu > li > ul {
    margin-left: 0;
}
.article-sixteen-theme .scp-sidemenu li > ul > li > a {
    padding: 13px 0px 13px 48px;
}
.article-sixteen-theme .entry-content h3 .actionform_search .search-input {
    width: 87%;
    background: none !important;
    color: #fff !important;
    font-weight: 400;
}
.article-sixteen-theme .entry-content .scp-table-responsive tr > td > a,
.article-sixteen-theme .entry-content .scp-table-responsive tr > td {
    color: #3d3d3d;
}
.article-sixteen-theme .entry-content .scp-form .scp-form-actions > span .action-form-btn {
    padding: 10px 40px;
}
.article-sixteen-theme .pagination {
    border-top: 0;
}
.article-sixteen-theme .pagination:before,
.article-sixteen-theme .pagination:after {
    background-color: none;
    height: 0;
}
.article-sixteen-theme .entry-content .scp-table-responsive tr.main-col > th > a {
    padding: 5px 20px 5px 5px;
}
.scp-table-responsive tr.main-col > th > a.general-link-btn,
.entry-content .scp-table-responsive tr > td > a.general-link-btn,
a.general-link-btn {
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    width: 113px;
    display: inline-block;
    text-decoration: none !important;
    /*color: #fff !important;*/

    font-weight: 800;
    text-transform: uppercase;
}
.scp-table-responsive tr.main-col > th > a.general-link-btn,
.entry-content .scp-table-responsive tr > td > a.general-link-btn i,
a.general-link-btn i {
    /*color: #fff;*/
}
.general-link-btn {
    background: #f0f0f0;
    border-radius: 2px;
    /*color: #f06455 !important;*/

    font-size: 12px;
    line-height: 18px;
    padding: 6px 7px 5px 7px;
    width: 102px;
    display: inline-block;
    text-decoration: none !important;
}
/*.general-link-btn i{color: #f06455;  padding: 0 5px;}*/

.scp-knowledgebase-wrapper .head-part {
    width: 100%;
    display: inline-block;
    background: #949494;
    padding: 5px 10px;
    vertical-align: middle;
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
}
.scp-knowledgebase-wrapper .head-part input {
    display: inline-block;
    width: auto;
}
.scp-knowledgebase-wrapper .head-part .search-input-six,
.scp-knowledgebase-wrapper .head-part .search-input-seven {
    padding: 5px 0 6px;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 50%;
    height: 31px;
    /*margin-right: 1%;*/
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}
.scp-knowledgebase-wrapper .head-part .search-input-seven {
    width: 100%;
}
.scp-knowledgebase-wrapper .head-part select * {
    background: #fff;
    color: #000;
    padding: 2px;
    border: 0;
}
.scp-knowledgebase-wrapper .head-part .action-btns {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: auto;
    float: right;
    line-height: 30px;
    position: absolute;
    right: 5px;
}
.scp-knowledgebase-wrapper .head-part span i:before {
    color: #fff;
    font-size: 15px;
    padding: 0 5px;
}
/*.scp-knowledgebase-wrapper .head-part input[type="submit"]{
    padding: 8px;
    background: #efefef;
    color: #f06455;
    font-weight: 400;
}*/

.scp-knowledgebase-wrapper .head-part .select-style {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    width: 44%;
    /*border-radius: 3px;*/

    overflow: hidden;
    background: url("../images/knb_sort-desc.png") no-repeat 96% 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.scp-knowledgebase-wrapper .head-part .select-style select {
    /*padding: 5px 0 0;*/

    width: 100%;
    padding-right: 35px;
    border: none;
    color: #fff;
    box-shadow: none;
    background: none;
    height: 30px;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
.scp-knowledgebase-wrapper .head-part .select-style select:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
.scp-knowledgebase-wrapper .head-part input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
    font-family: 'Open Sans', sans-serif;
}
.scp-knowledgebase-wrapper .head-part input[type="text"]:-moz-placeholder {
    color: #fff;
    opacity: 1 !important;
    font-family: 'Open Sans', sans-serif;
}
.scp-knowledgebase-wrapper .head-part input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1 !important;
    font-family: 'Open Sans', sans-serif;
}
.scp-knowledgebase-wrapper .head-part input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;
    font-family: 'Open Sans', sans-serif;
}
textarea::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
}
textarea:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
}
textarea::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
}
textarea:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
}
.select-style select:focus {
    outline: none;
    padding-left: 0;
}
.scp-knowledgebase-wrapper .detail-part {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}
.scp-knowledgebase-wrapper .detail-part .question {
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
    padding: 5px 0;
    cursor: pointer;
}
.scp-knowledgebase-wrapper .detail-part .question h4 {
    text-transform: capitalize;
    font-size: 14px;
    float: left;
    margin: 0;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.scp-knowledgebase-wrapper .detail-part .question h4 i.fa.fa-plus {
    padding: 4px 6px;
    margin-right: 10px;
    background: #949494;
    color: #fff;
}
.scp-knowledgebase-wrapper .detail-part .question h4 i.fa.fa-plus:before {
    content: "\f067";
    font-size: 12px;
}
.scp-knowledgebase-wrapper .detail-part .question.active h4 i.fa.fa-plus:before {
    content: "\f068";
    font-size: 12px;
}
.scp-knowledgebase-wrapper .detail-part .question p {
    font-size: 13px;
    float: right;
    margin: 0;
}
.scp-knowledgebase-wrapper .detail-part .question p i {
    padding-right: 5px;
}
.scp-knowledgebase-wrapper .detail-part .answer {
    padding: 10px 0 0;
    border-top: 1px solid #efefef;
    overflow-y: auto;
    max-height: 400px;
}
.scp-knowledgebase-wrapper .detail-part .answer .scp-dtl-panel {
    margin-top: 15px;
}
.scp-knowledgebase-wrapper .detail-part .answer .scp-dtl-panel .panel-title {
    margin-bottom: 8px;
}
.scp-knowledgebase-wrapper .detail-part .answer p {
    font-size: 13px;
    color: #3d3d3d;
}
.scp-knowledgebase-wrapper .detail-part .answer p a{
    /*float: right;*/
    color: #2c2c2c;
    font-weight: 600;
}
.scp-knowledgebase-wrapper .detail-part .answer a {
    width: auto;
}
/*.scp-knowledgebase-wrapper .detail-part .answer p a{
    color: #f06455;
}*/

.kb-attachment {
    color: #3d3d3d;
}
.kb-attachment i {
    padding: 0 5px;
    color: #f06455;
}
.all-notes {
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.all-notes ul.scp-data-scroll {
    max-height: 500px;
    overflow-y: auto;
    border: 0;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.all-notes ul.scp-data-scroll li .caseUpdate {
    padding: 10px 0;
}
.scp-case-list span.scp-case-author {
    float: right;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}
.scp-case-list span.scp-case-date {
    float: left;
    font-size: 13px;
}
.all-notes .scp-case-form {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
.all-notes .scp-case-form textarea {
    width: 50%;
    min-height: 70px;
    max-height: 150px;
    min-width: 50%;
    max-width: 100%;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    padding: 5px;
}
.all-notes .scp-case-form input[type="button"] {
    border-bottom: 0;
}
.deletebtn {
    margin-left: 0px !important;
}
/*--------------------for new design (2/8/2016)------------------------*/
/*---------login-page--------*/

.crm_standalone .entry-content a,
.crm_fullwidth .entry-content a {
    /*color: #efefef;*/
}
.crm_fullwidth a.kb-attachment,
.crm_standalone a.kb-attachment{
    color: #3d3d3d;
    line-height: 25px;
    font-size: 13px;
}
.crm_fullwidth a.kb-attachment i,
.crm_standalone a.kb-attachment i {
    color: #3d3d3d;
    padding-left: 0;
}
/*.crm_fullwidth a.kb-attachment i:hover,
.crm_standalone a.kb-attachment i:hover,
.crm_fullwidth a.kb-attachment:hover,
.crm_standalone a.kb-attachment:hover{border-bottom: 1px solid #3d3d3d !important;}*/

.crm_standalone .scp-form-container .scp-form-group.required,
.crm_fullwidth .scp-form-container .scp-form-group.required,
.crm_standalone,
.crm_fullwidth {
    font-family: 'Open Sans', sans-serif;
    /*background: #fff;*/
}
.page-template-page-crm-standalone,
.page-template-page-crm-fullwidth {
    background: #fff;
}
.scp-download-btn {
    background: none !important;
    text-decoration: underline;
}
.scp-download-btn i {} .crm_standalone .scp-login-form.scp-form .scp-send.last span.right a,
.crm_fullwidth .scp-login-form.scp-form .scp-send.last span.right a,
.crm_standalone .scp-forgotpas-form.scp-form .scp-send.last span.right a,
.crm_fullwidth .scp-forgotpas-form.scp-form .scp-send.last span.right a {
    color: #118ede;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0 0;
    display: block;
    line-height: 15px;
    border-bottom: 0;
    text-decoration: none;
    box-shadow: none;
}
.scp-login-form.scp-form .input-text::-webkit-input-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-login-form.scp-form .input-text:-moz-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-login-form.scp-form .input-text::-moz-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-login-form.scp-form .input-text:-ms-input-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-forgotpas-form.scp-form .input-text::-webkit-input-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-forgotpas-form.scp-form .input-text:-moz-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-forgotpas-form.scp-form .input-text::-moz-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.scp-forgotpas-form.scp-form .input-text:-ms-input-placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    font-size: 15px;
}
.crm_standalone .scp-login-form.scp-form .login-title .scp-login-heading,
.crm_fullwidth .scp-login-form.scp-form .login-title .scp-login-heading,
.crm_standalone .scp-forgotpas-form.scp-form .login-title .scp-login-heading,
.crm_fullwidth .scp-forgotpas-form.scp-form .login-title .scp-login-heading {
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    padding-top: 25px;
    padding-bottom: 0;
    line-height: 35px;
}
.crm_standalone .scp-forgotpas-form.scp-form .login-title .scp-login-heading,
.crm_fullwidth .scp-forgotpas-form.scp-form .login-title .scp-login-heading {
    padding: 0;
}
.crm_standalone .scp-login-form,
.crm_standalone .scp-forgotpas-form {
    padding: 42px 29px 22px;
}
.crm_standalone .scp-login-form .login-title .scp-login-heading {
    padding-bottom: 0;
    padding-top: 25px;
}
.crm_fullwidth .scp-login-form,
.crm_fullwidth .scp-forgotpas-form {
    padding: 22px 29px 36px;
}
/*.crm_standalone .scp-login-form.scp-form form,
.crm_fullwidth .scp-login-form.scp-form form {
    padding-top: 20px;
}*/
.crm_standalone .scp-login-form.scp-form .scp-send.last span.right,
.crm_fullwidth .scp-login-form.scp-form .scp-send.last span.right {
    padding-top: 12px;
}
/*---------------dashboard design-------------*/

.crm_fullwidth {
    width: 100%;
    display: inline-block;
    min-height: 500px;
}
.crm_standalone header,
.crm_fullwidth header {
    width: 100%;
    display: inline-block;
    background: #f0f0f0;
    max-width: 100%;
    vertical-align: middle;
    z-index: 6;
    position: relative;
    margin: 0;
}
/*.crm_fullwidth header .container{
    padding-left: 10px;
}*/

.crm_standalone header .container > a,
.crm_fullwidth header .container > a {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    cursor: initial;
}
.crm_fullwidth header .container > a h1 {
    /*width: 50%;
    background: #fff;
    border: 1px solid #c0c0c0;
    padding: 8px 15px;
    font-size: 16px;*/
    width: auto;
    font-weight: 300;
    cursor: pointer;
}
.crm_fullwidth header .container > a h1:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.crm_standalone header .container h1,
.crm_fullwidth header .container h1 {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #444444;
    padding: 15px 0;
    vertical-align: middle;
    position: relative;
}
.crm_standalone header .container .userinfo,
.crm_fullwidth header .container .userinfo {
    float: none;
    font-size: 17px;
    margin: 0;
    display: inline-block;
    text-align: right;
    width: 49%;
    position: relative;
    vertical-align: middle;
    padding: 15px 0 12px;
}
.crm_standalone header .container .userinfo .menu_part {
    float: right;
    margin: 0 25px;
}
.crm_standalone header .container .userinfo a,
.crm_fullwidth header .container .userinfo a {
    color: #444;
}
.crm_standalone header .container .userinfo a.scp-menu-dashboard:after,
.crm_standalone header .container .userinfo a.scp-menu-profile:after,
.crm_standalone header .container .userinfo a.scp-menu-manage:after,
.crm_fullwidth header .container .userinfo a.scp-menu-dashboard:after,
.crm_fullwidth header .container .userinfo a.scp-menu-manage:after,
.crm_fullwidth header .container .userinfo a.scp-menu-profile:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding: 0px 8px 0 4px;
    font-size: 20px;
    vertical-align: middle;
    color: #444444;
}
.crm_standalone header .container > a h1.scp-menu-modules:after,
.crm_fullwidth header .container > a h1.scp-menu-modules:after {
    position: absolute;
    right: 4px;
    vertical-align: middle;
    top: 0px;
    font-weight: 300;
    font-size: 26px;
}
/*.crm_standalone header .container > a.scp-menu-modules.menu-active h1:after,
.crm_fullwidth header .container > a.scp-menu-modules.menu-active h1:after{
    top: -3px;
}*/

.crm_standalone header .container .userinfo a.scp-menu-dashboard.menu-active:after,
.crm_standalone header .container .userinfo a.scp-menu-profile.menu-active:after,
.crm_standalone header .container .userinfo a.scp-menu-manage.menu-active:after,
.crm_fullwidth header .container .userinfo a.scp-menu-dashboard.menu-active:after,
.crm_fullwidth header .container .userinfo a.scp-menu-manage.menu-active:after,
.crm_fullwidth header .container .userinfo a.scp-menu-profile.menu-active:after {
    content: "\f106";
}
.crm_standalone header .container .userinfo ul.scp-open-manage-menu,
.crm_fullwidth header .container .userinfo ul.scp-open-manage-menu {
    display: none;
    margin: 0;
    position: absolute;
    width: 170px;
    text-align: left;
    right: 0px;
    top: 57px;
    background: #fff;
    z-index: 99;
    padding: 0;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.12);
}
.crm_fullwidth header .container .userinfo ul.scp-open-dashboard-menu,
.crm_fullwidth header .container .userinfo ul.scp-open-profile-menu {
    width: 171px;
}
.crm_standalone header .container .userinfo ul.scp-open-manage-menu li,
.crm_fullwidth header .container .userinfo ul.scp-open-manage-menu li {
    position: relative;
    width: 100%;
    float: left;
    list-style: none;
}
.crm_standalone header .container .userinfo ul.scp-open-manage-menu li a,
.crm_fullwidth header .container .userinfo ul.scp-open-manage-menu li a {
    display: inline-block;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #858585;
    width: 100%;
}
.crm_standalone header .container .userinfo ul.scp-open-manage-menu li a:before,
.crm_fullwidth header .container .userinfo ul.scp-open-manage-menu li a:before {
    font-family: 'FontAwesome';
    padding-right: 8px
}
.crm_standalone .container,
.crm_standalone .scp-page-list-view .container {
    width: 100%;
    max-width: 100%;
}
article {
    display: inline-block;
}
.crm_standalone header .container,
.crm_fullwidth .container,
.crm_standalone .sign-up-container {
    width: 1250px;
    max-width: 100%;
    display: block;
    margin: 0 auto !important;
}
/*.crm_fullwidth .container{
    width: 100%;
    display: inline-block;
}*/

.crm_standalone .page .entry-content,
.crm_standalone .page .entry-header,
.crm_fullwidth .page .entry-content,
.crm_fullwidth .page .entry-header {
    max-width: 100% !important;
}
.entry-content {
    max-width: 100%;
}
.dashboard-container {
    width: 1100px;
    display: block;
    margin: 0px auto 20px;
    float: none;
    border-top: 0;
}
.crm_standalone .container .dashboard-box,
.crm_fullwidth .container .dashboard-box {
    margin-top: 10px;
    border-top: 0 !important;
    display: inline-block;
    margin-bottom: 40px !important;
}
.crm_standalone .container .dashboard-box a,
.crm_fullwidth .container .dashboard-box a {
    box-shadow: none;
    border: none;
}
.crm_standalone .container .dashboard-box .module-box,
.crm_fullwidth .container .dashboard-box .module-box {
    width: 14%;
    margin-right: 7%;
    text-align: center;
    min-height: initial;
    color: #fff;
    border-radius: 5px;
    padding: 0;
}
.module-box,
.scp-default-background,
.activity-tab-heading,
.scp-Accounts,
.scp-default-bg-btn,
.scp-KBContents,
.scp-default-background,
.scp-AOS_Invoices,
.scp-AOS_Quotes {
    background: #80cbc4;
    border: 1px solid #80cbc4;
}

.scp-AOS_Contracts {
    background: #34b2b2;
    border: 1px solid #34b2b2;
}
.scp-AOS_Invoices{
    background: #9898ff;;
    border: 1px solid #9898ff;;
}
.scp-AOK_KnowledgeBase {
    background: #477f6c;
    border: 1px solid #477f6c;
}
.scp-AOS_Quotes {
    background: #ff4d4d;
    border: 1px solid #ff4d4d;
}
.scp-bc_proposal {
    background: #e08ff4;
    border: 1px solid #e08ff4;
}
.scp-AOS_Products,
.scp-ProductTemplates {
    background: #becb80;
    border: 1px solid #becb80;
}

input[type="submit"].scp-AOS_Contracts{
    background: #34b2b2 !important;
}
input[type="submit"].scp-AOS_Invoices{
    background: #9898ff !important;
}
input[type="submit"].scp-AOK_KnowledgeBase {
    background: #477f6c !important;
}
input[type="submit"].scp-AOS_Quotes{
    background: #ff4d4d !important;
}
input[type="submit"].scp-Accounts {
    background: #80cbc4 !important;
    border: 1px solid #80cbc4 !important;
}
.scp-Leads {
    background: #64b5f6;
    border: 1px solid #64b5f6;
}
input[type="submit"].scp-Leads {
    background: #64b5f6 !important;
}
.scp-Cases {
    background: #f48fb1;
    border: 1px solid #f48fb1;
}
input[type="submit"].scp-Cases,
.scp-Cases-update {
    background: #f48fb1 !important;
}
.scp-Opportunities {
    background: #c69c6d;
    border: 1px solid #c69c6d;
}
input[type="submit"].scp-Opportunities {
    background: #c69c6d !important;
}
.scp-Documents {
    background: #ffb74d;
    border: 1px solid #ffb74d;
}
input[type="submit"].scp-Documents {
    background: #ffb74d !important;
}
.scp-Calls {
    background: #9fa8da;
    border: 1px solid #9fa8da;
}
input[type="submit"].scp-Calls {
    background: #9fa8da !important;
}
.scp-Meetings {
    background: #ff8a65;
    border: 1px solid #ff8a65;
}
input[type="submit"].scp-Meetings {
    background: #ff8a65 !important;
}
.scp-Tasks {
    background: #ce93d8;
    border: 1px solid #ce93d8;
}
input[type="submit"].scp-Tasks {
    background: #ce93d8 !important;
}
.scp-Notes {
    background: #81c784;
    border: 1px solid #81c784;
}
input[type="submit"].scp-Notes {
    background: #81c784 !important;
}
.scp-Calendar {
    background: #4dd0e1;
    border: 1px solid #4dd0e1;
}
input[type="submit"].scp-Calendar {
    background: #4dd0e1 !important;
}
.scp-Quotes/*,
.scp-AOS_Quotes*/{
    background: #ff4d4d;
    border: 1px solid #e35e8b;
}
input[type="submit"].scp-Quotes/*,
input[type="submit"].scp-AOS_Quotes*/{
    background: #ff4d4d !important;
}
.crm_standalone .container .dashboard-box .module-box.last,
.activity-tab.last,
.crm_fullwidth .container .dashboard-box .module-box.last {
    margin-right: 0;
}
.crm_standalone .container .dashboard-box .module-box span.module-icon,
.crm_fullwidth .container .dashboard-box .module-box span.module-icon {
    font-size: 70px;
    padding: 40px 10px;
}
.crm_standalone .container .dashboard-box .module-box h4,
.crm_fullwidth .container .dashboard-box .module-box h4 {
    color: #666;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 5px;
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}
.scp_recent_activities {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
/*
.activity-tab {
    width: 49%;
    display: inline-block;
    margin-right: 1.5%;
    margin-bottom: 15px;
}
*/
.activity-tab .activity-tab-heading {
    width: 100%;
    padding: 10px;
    /*background: #f48fb1;*/

    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: Open Sans;
    /*border-top: 1px solid #f48fb1;
    border-left: 1px solid #f48fb1;
    border-right: 1px solid #f48fb1;*/

    margin: 0;
}
.activity-tab .activity-tab-heading::before {
    padding-right: 10px;
    font-family: 'FontAwesome';
}
.activity-tab .scp-recent-data {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e7e7e7;
/*    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;*/
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    text-align: left;
}
.activity-tab .scp-recent-data:last-child {
    border-bottom: none;
}
.activity-tab .scp-recent-details {
    width: 100%;
    float: left;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    position: relative;
    /*padding-bottom: 38px;*/
}
.activity-tab .scp-recent-data .scp-activity-date {
    float: right;
    font-weight: 300;
}
.activity-tab .scp-recent-data.scp-view-notification {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
}
.activity-tab .scp-recent-data:nth-last-child(2) {
 margin-bottom: 38px;
}
.activity-tab .scp-recent-data.scp-view-notification a {
    text-decoration: underline;
}
/*.activity-tab .scp-recent-data.scp-view-notification.scp-Cases-font a,
.scp-Cases-font{
    color: #f48fb1;
}*/
/*.activity-tab .scp-recent-data.scp-view-notification,*/

.scp-default-font,
a.scp-default-font,
.scp-default-font a,
.scp-Account-font a,
.scp-Accounts-font,
.scp-KBContents-font a,
.scp-KBContents-font,
.crm_fullwidth a.kb-attachment.scp-Accounts-font i,
.crm_standalone a.kb-attachment.scp-Accounts-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Account-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Account-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-default-font,
.crm_fullwidth .entry-content a.scp-Account-font,
.crm_standalone .entry-content a.scp-Account-font {
    color: #80cbc4;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Calls-font a,
.scp-Calls-font,
.crm_fullwidth a.kb-attachment.scp-Calls-font i,
.crm_standalone a.kb-attachment.scp-Calls-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Calls-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Calls-font,
.crm_fullwidth .entry-content a.scp-Calls-font,
.crm_standalone .entry-content a.scp-Calls-font {
    color: #9fa8da;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Cases-font a,
.scp-Cases-font,
.crm_fullwidth a.kb-attachment.scp-Cases-font i,
.crm_standalone a.kb-attachment.scp-Cases-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Cases-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Cases-font .crm_fullwidth .entry-content a.scp-Cases-font,
.crm_standalone .entry-content a.scp-Cases-font {
    color: #f48fb1;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Documents-font a,
.scp-Documents-font,
.crm_fullwidth a.kb-attachment.scp-Documents-font i,
.crm_standalone a.kb-attachment.scp-Documents-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Documents-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Documents-font,
.crm_fullwidth .entry-content a.scp-Documents-font,
.crm_standalone .entry-content a.scp-Documents-font {
    color: #ffb74d;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Leads-font a,
.scp-Leads-font,
.crm_fullwidth a.kb-attachment.scp-Leads-font i,
.crm_standalone a.kb-attachment.scp-Leads-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Leads-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Leads-font,
.crm_fullwidth .entry-content a.scp-Leads-font,
.crm_standalone .entry-content a.scp-Leads-font {
    color: #64b5f6;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Meetings-font a,
.scp-Meetings-font,
.crm_fullwidth a.kb-attachment.scp-Meetings-font i,
.crm_standalone a.kb-attachment.scp-Meetings-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Meetings-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Meetings-font,
.crm_fullwidth .entry-content a.scp-Meetings-font,
.crm_standalone .entry-content a.scp-Meetings-font {
    color: #ff8a65;
}
.scp-Opportunities-font a,
.scp-Opportunities-font,
.crm_fullwidth a.kb-attachment.scp-Opportunities-font i,
.crm_standalone a.kb-attachment.scp-Opportunities-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Opportunities-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Opportunities-font,
.crm_fullwidth .entry-content a.scp-Opportunities-font,
.crm_standalone .entry-content a.scp-Opportunities-font {
    color: #c69c6d;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Notes-font a,
.scp-Notes-font,
.crm_fullwidth a.kb-attachment.scp-Notes-font i,
.crm_standalone a.kb-attachment.scp-Notes-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Notes-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Notes-font,
.crm_fullwidth .entry-content a.scp-Notes-font,
.crm_standalone .entry-content a.scp-Notes-font {
    color: #81c784;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Tasks-font a,
.scp-Tasks-font,
.crm_fullwidth a.kb-attachment.scp-Tasks-font i,
.crm_standalone a.kb-attachment.scp-Tasks-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Tasks-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Tasks-font,
.crm_fullwidth .entry-content a.scp-Tasks-font,
.crm_standalone .entry-content a.scp-Tasks-font {
    color: #ce93d8;
}
/*.activity-tab .scp-recent-data.scp-view-notification*/

.scp-Calendar-font a,
.scp-Calendar-font,
.crm_fullwidth a.kb-attachment.scp-Calendar-font i,
.crm_standalone a.kb-attachment.scp-Calendar-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Calendar-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Calendar-font,
.crm_fullwidth .entry-content a.scp-Calendar-font,
.crm_standalone .entry-content a.scp-Calendar-font {
    color: #4dd0e1;
}


.scp-AOS_Quotes-font a,
.scp-AOS_Quotes-font,
.crm_fullwidth a.kb-attachment.scp-AOS_Quotes-font i,
.crm_standalone a.kb-attachment.scp-AOS_Quotes-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Quotes-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Quotes-font,
.crm_fullwidth .entry-content a.scp-AOS_Quotes-font,
.crm_standalone .entry-content a.scp-AOS_Quotes-font {
    color: #ff4d4d;
}

.scp-Quotes-font a,
.scp-Quotes-font,
.crm_fullwidth a.kb-attachment.scp-Quotes-font i,
.crm_standalone a.kb-attachment.scp-Quotes-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-Quotes-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-Quotes-font,
.crm_fullwidth .entry-content a.scp-Quotes-font,
.crm_standalone .entry-content a.scp-Quotes-font {
    color: #ff4d4d;
}

.scp-AOK_KnowledgeBase-font a,
.scp-AOK_KnowledgeBase-font,
.crm_fullwidth a.kb-attachment.scp-AOK_KnowledgeBase-font i,
.crm_standalone a.kb-attachment.scp-AOK_KnowledgeBase-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-AOK_KnowledgeBase-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-AOK_KnowledgeBase-font,
.crm_fullwidth .entry-content a.scp-AOK_KnowledgeBase-font,
.crm_standalone .entry-content a.scp-AOK_KnowledgeBase-font {
    color: #477f6c;
}

.scp-AOS_Invoices-font a,
.scp-AOS_Invoices-font,
.crm_fullwidth a.kb-attachment.scp-AOS_Invoices-font i,
.crm_standalone a.kb-attachment.scp-AOS_Invoices-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Invoices-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Invoices-font,
.crm_fullwidth .entry-content a.scp-AOS_Invoices-font,
.crm_standalone .entry-content a.scp-AOS_Invoices-font {
    color: #9898ff;
}

.scp-Notification-font a,
.scp-Notification-font {
    color: #bf1313;
}


.scp-AOS_Contracts-font a,
.scp-AOS_Contracts-font,
.crm_fullwidth a.kb-attachment.scp-AOS_Contracts-font i,
.crm_standalone a.kb-attachment.scp-AOS_Contracts-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Contracts-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Contracts-font,
.crm_fullwidth .entry-content a.scp-AOS_Contracts-font,
.crm_standalone .entry-content a.scp-AOS_Contracts-font {
    color: #34b2b2;
}

.scp-bc_proposal-font a,
.scp-bc_proposal-font,
.crm_fullwidth a.scp-bc_proposal-font i,
.crm_standalone a.scp-bc_proposal-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-bc_proposal-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-bc_proposal-font,
.crm_fullwidth .entry-content a.scp-bc_proposal-font,
.crm_standalone .entry-content a.scp-bc_proposal-font {
    color: #e08ff4;
}

.scp-AOS_Products-font a,
.scp-AOS_Products-font,
.crm_fullwidth a.scp-AOS_Products-font i,
.crm_standalone a.scp-AOS_Products-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Products-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-AOS_Products-font,
.crm_fullwidth .entry-content a.scp-AOS_Products-font,
.crm_standalone .entry-content a.scp-AOS_Products-font,
.scp-ProductTemplates-font a,
.scp-ProductTemplates-font,
.crm_fullwidth a.scp-ProductTemplates-font i,
.crm_standalone a.scp-ProductTemplates-font i,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a.scp-ProductTemplates-font,
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a.scp-ProductTemplates-font,
.crm_fullwidth .entry-content a.scp-ProductTemplates-font,
.crm_standalone .entry-content a.scp-ProductTemplates-font {
    color: #becb80;
}

/*----------------inner-pages(list-view)---------------*/

.scp-sidemenu.scp-open-modules-menu {
    display: none;
    position: absolute;
    z-index: 99;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.12);
    width: 73%;
    left: -2px;
    top: 62px;
}
.crm_fullwidth header .scp-leftpanel {
    position: relative;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li {
    position: relative;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid transparent;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 16px;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a.scp-active-menu {
    border-bottom: 1px solid transparent !important;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a .side-icon-wrapper {
    color: #fff;
    font-weight: 300;
    /*background: #80cbc4;*/

    padding: 4px;
    border-radius: 3px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow {
    line-height: 32px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow:before {
    color: #6e6e6e;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li:hover > a > .arrow {
    margin-right: -5px;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul {
    display: none;
    position: absolute;
    left: 100%;
    width: 182px;
    top: 0px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li {} .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a {
    padding: 10px 20px;
    border-top: 0;
    border-bottom: 0;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li:hover a,
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a:hover,
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a.scp-active-submenu {
    border-top: 0;
    border-bottom: 0 !important;
}
.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li:hover > ul.inner_ul {
    display: block;
}
.crm_fullwidth .container .scp-page-list-view {
    width: 100%;
    margin: 0 0 20px 0;
}
.crm_standalone .container .scp-page-list-view .scp-action-header,
.crm_fullwidth .container .scp-page-list-view .scp-action-header {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    position: relative;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left {
    width: 64%;
    display: inline-block;
}
.crm_standalone .container .scp-page-list-view .scp-action-header h3,
.crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
    background: none;
    /*color: #444;*/

    padding: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header h3:before,
.crm_fullwidth .container .scp-page-list-view .scp-action-header h3:before {
    font-family: 'FontAwesome';
    font-weight: 300;
    padding-right: 10px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a,
.scp-dtl-deletebtn,
.scp-dtl-editbtn,
.scp-dtl-viewbtn,
.scp-dtl-acceptbtn,
.scp-dtl-declinebtn,
.sign_up_header .userinfo a {
    padding: 6px 11px;
    /*background: #c69c6d;*/
    color: #fff !important;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 800;
    border: none;
    font-family: "Open Sans", sans-serif;
}
.sign_up_header .userinfo a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 11px;
    font-weight: 600;
}
.sign_up_header .userinfo a:before {
    font-family: 'fontawesome';
}
.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus {
    padding-right: 10px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
    border: 0;
    /*position: inherit;

    width: 31%;
    display: inline-block;
    vertical-align: top;*/

    float: right;
    position: relative;
    padding-right: 100px;
    right: 0;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search a,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search a {
    box-shadow: none;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
    border: 1px solid #b7b7b7;
    /*width: 79%;
    background: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    padding: 0;*/

    position: relative;
    padding-right: 110px;
    width: 100%;
    height: 35px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
    background: #fff;
    width: 100%;
    border-radius: 0;
    padding: 4px 5px 4px 10px;
    color: #666666;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box a {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    height: 34px;
    line-height: 30px;
    text-align: center;
}
.crm_standalone.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
    padding: 5px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    text-align: center;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .fa-remove,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .fa-remove,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
    background: #b7b7b7;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 27px;
}
.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn,
.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .fa-remove,
.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
    line-height: 29px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .fa-remove,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
    line-height: 29px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
    padding: 6px 12px;
    display: inline-block;
    vertical-align: middle;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
    padding: 7px 12px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
    padding-right: 0;
    padding-left: 0;
    line-height: 19px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn .fa-search:before,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove:before,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn .fa-search:before,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove:before {
    padding-right: 5px;
}
.actionform_search .search-input::-webkit-input-placeholder {
    color: #666666;
    opacity: 1 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: "Open Sans", sans-serif
}
.actionform_search .search-input:-moz-placeholder {
    color: #666666;
    opacity: 1 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: "Open Sans", sans-serif
}
.actionform_search .search-input::-moz-placeholder {
    color: #666666;
    opacity: 1 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: "Open Sans", sans-serif
}
.actionform_search .search-input:-ms-input-placeholder {
    color: #666666;
    opacity: 1 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: "Open Sans", sans-serif
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn{
    line-height: 29px;
}


/*.actionform_search .fa.fa-search, .actionform_search .fa.fa-remove{
    position: inherit;
}*/

.crm_fullwidth .container .scp-page-list-view .scp-page-action-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(240, 240, 240);
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive {
    width: 100%;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive table,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table {
    border-collapse: collapse;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive table a,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table a {
    box-shadow: none;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive table td a,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive table td a {
    color: #2b2b2b;
    text-decoration: underline;
    max-width: 320px;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive th,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive th {
    background: #949494;
    border-right: 1px solid #ededed;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive tr:nth-child(even),
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive tr:nth-child(even) {
    background: #fff;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive tr:nth-child(odd),
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive tr:nth-child(odd) {
    background: #f8f8f8;
}
.crm_standalone .container .scp-page-list-view .scp-table-responsive .action-th,
.crm_fullwidth .container .scp-page-list-view .scp-table-responsive .action-th {
    width: 95px;
    width: 110px;
}
.scp-special-checkbox {
    width: auto;
    height: 15px;
}
/*.crm_standalone .page .entry-content.entry-wrapper{
    border:0;
}*/
/*-------------------------------header & menu for (stantalone)----------------------------*/

.toggled-on .crm_standalone .container .scp-page-list-view {
    width: 100%;
    padding-left: 45px;
}
.toggled-on .crm_standalone .scp-leftpanel {
    width: 45px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #292929;
    z-index: 9999;
}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a {text-align: center;}
.toggled-on .crm_standalone .scp-leftpanel .scp-menu-profile-sec .entry-title {display: none;}
.toggled-on .entry-content .scp-sidemenu > li > a span.menu-text {display: none;}
.toggled-on .crm_standalone .entry-content .scp-sidemenu > li > a > .arrow {display: none;}
.toggled-on .crm_standalone .scp-leftpanel::after {width: 45px;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li a {line-height: 0;}
.toggled-on .crm_standalone .scp-leftpanel .scp-menu-profile-sec .fa-bars {float: none;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li {position: relative;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li > .inner_ul {position: absolute;left: 100%;top: 0;width: 200px;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li ul li a {padding: 18px 0;padding-left: 15px;padding-bottom: 19px;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li:hover a {border-bottom: 0 !important;}

.crm_standalone .menu-show .scp-leftpanel .scp-sidemenu {
    cursor: pointer;
}
/*.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu::after,*/

.toggled-on .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
    width: 28%;
}
.toggled-on .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
    width: 100%;
}

.crm_standalone .scp-leftpanel::after {
    display: none;
}
.crm_standalone .panelContainer {
    line-height: 1.6;
}
.crm_standalone a {
    text-decoration: none;
    box-shadow: inherit;
    border-bottom: 0;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
    width: 32%;
}
/*.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box{
    width: 82%;
}*/

.crm_standalone .page .entry-content,
.crm_standalone .page .entry-header {
    margin: 0;
}
/*.crm_standalone .page .entry-header{
    margin-left: -16px;
    margin-right: -16px;
}*/

.crm_standalone .container .scp-page-list-view {
    width: 85%;
    display: inline-block;
    margin: 0;
    margin-top: 0;
    /*
    border-width: 15px;
    border-style: solid;
    border-color: #eef0f1;*/
    /*border-top:0;
    border: 1% solid #eef0f1;*/
}
.crm_standalone header .container a.scp-manage-page-header-sec {
    padding: 15px 20px;
    background: #ffffff;
    /*border-bottom: 15px solid #eef0f1;*/

    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.crm_standalone header .container a h1 {
    width: auto;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.crm_standalone .scp-page-list-view header .scp-bar-toggle {
    font-family: 'fontawesome';
    font-weight: lighter;
    color: #fff;
    background: #707070;
    padding: 8px 10px;
    display: inline-block;
    /*width: 3%;*/

    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.crm_standalone .scp-page-list-view header .scp-bar-toggle:hover {
    cursor: pointer;
}
.crm_standalone .scp-leftpanel {
    width: 15%;
    position: relative;
    z-index: 1;
}
.crm_standalone .scp-leftpanel::after
/*,
.crm_standalone .scp-leftpanel .scp-sidemenu::after */

{
    display: block;
    width: 15%;
    content: " ";
    background: #0f2537;
    float: left;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.scp-sidemenu > li > a .side-icon-wrapper {
    font-size: 17px;
    width: 20px;
    vertical-align: middle;
}
.crm_standalone .scp-leftpanel .scp-sidemenu > li a {
    background: #0f2537;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    padding: 17px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #444444;
}
.crm_standalone .entry-content .scp-sidemenu > li > a > .arrow {
    line-height: 15px;
}
.crm_standalone .scp-leftpanel .scp-sidemenu > li ul li a {
    background: #373737;
    display: block;
    padding: 10px 0;
    padding-left: 45px;
}
.crm_standalone .scp-leftpanel .scp-sidemenu li ul li a .side-icon-wrapper {
    font-size: 14px;
}
.crm_standalone .scp-leftpanel .scp-sidemenu > li a.scp-active-menu,
.crm_standalone .scp-leftpanel .scp-sidemenu > li ul li a.scp-active-submenu {
    background: #0f2537a8;
    color: #fff;
}
.crm_standalone .scp-default-bg {
    background: #292929 !important;
    border: 0 !important;
}
.crm_standalone .scp-page-list-view .scp-standalone-content {
    border-width: 15px;
    border-style: solid;
    border-color: #eef0f1;
    padding: 15px;
    min-height: 792px;
    /* max-height: 100%;*/

    background: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.crm_standalone .scp-wrapper-bg {
    background: #eef0f1;
}
.scp-menu-profile-sec {
    position: relative;
    padding: 10px 15px;
    background: #0f2537;
    border-bottom: 1px solid #545454;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a {
    width: auto;
    padding: 0;
    color: #8a8a8a;
    background: none;
    border-bottom: 0;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a.scp-profile-edit {
    position: absolute;
    right: 22px;
    top: 19px;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a.scp-profile-logout:before,
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a.scp-profile-dashboard:before {
    content: " ";
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a.scp-profile-dashboard {
    border-right: 1px solid currentColor;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec .scp-user-img {
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec .scp-user-img.wp_user_profile_pic{
    border: none;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec .username a {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec ul {
    position: absolute;
    bottom: 10px;
    left: 67px;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec ul li {
    float: right;
    padding: 8px 0;
}
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec ul li a {
    padding: 0 8px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.crm_standalone .hentry,
.crm_fullwidth .hentry {
    padding: 0;
    margin: 0px
}
/*---------------------inner-pages(list view for standalone)--------------------*/

.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left {
    width: 50%;
    display: inline-block;
}
.crm_standalone .container .scp-page-list-view .scp-standalone-content h3 {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
/*------------------inner - pages (add-view-pages)--------------------*/

.scp-page-list-view .scp-form-title h3 {
    /*color: #444444;*/

    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 49%;
    display: inline-block;
    padding: 0px;
    vertical-align: bottom;
}
.crm_standalone .scp-standalone-content .scp-form .scp-form-actions > span .action-form-btn,
.crm_fullwidth .scp-standalone-content .scp-form .scp-form-actions > span .action-form-btn {
    font-size: 17px;
    padding: 14px 0;
    width: 120px;
    line-height: 18px;
    border: 0 !important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.crm_fullwidth select{font-size: 14px;}
.crm_standalone .scp-standalone-content .scp-form select,
.crm_fullwidth .scp-standalone-content .scp-form select {
    padding-left: 5px;
    
}
.scp-form-title {
    /* border-bottom: 1px solid #d6d6d6 !important; */
    /*position: relative;*/
    display: inline-block;
    /*height: 51px;*/
    width: 100%;
    padding: 10px 0;
    padding-top: 0;
}
.scp-form-title .scp-dtl-editbtn {} .crm_fullwidth .scp-dtl-panel,
.crm_standalone .scp-dtl-panel {
    border: 0;
    display: inline-block;
}
.crm_fullwidth .panel-title,
.crm_fullwidth .scp-dtl-panel .panel-title,
.crm_standalone .scp-dtl-panel .panel-title,
.crm_standalone .panel-title .panel_name {
    background: none;
    color: #5c5c5c !important;
    /*756b6b */

    border-bottom: 1px solid #b4b4b4;
}
.crm_standalone .panel-title .panel_name {
    border-bottom: 0;
}
.scp-form .input-text {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 35px;
    background: none;
    line-height: 37px;
}
.fc button .fc-icon{
    top: 0;
}
.scp-form label {
    color: #444444;
    font-size: 13px;
}
.scp-form-actions input[type="button"] {
    background: #cccccc !important;
    border: 1px solid #cccccc !important;
}
.blockUI.blockOverlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.action-th {
    width: 90px;
}
.scp-table tbody > tr > td {
    padding-left: 10px;
    font-size: 14px;
    max-width: 320px;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
}
/*-----------------edit-view-pages--------------------*/

.scp-move-action-btn {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}
.scp-form-title .scp-dtl-deletebtn,
.scp-form-title .scp-dtl-editbtn,
.scp-form-title .scp-dtl-viewbtn,
.scp-form-title .scp-dtl-acceptbtn,
.scp-form-title .scp-dtl-declinebtn{
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;*/

    right: 0;
    bottom: 9px;
    border: none;
    margin-top: 3px;
}
/*.scp-form-title .scp-dtl-editbtn{
    right: 90px;
}*/

.scp-form-title .scp-dtl-deletebtn span,
.scp-form-title .scp-dtl-editbtn span,
.scp-form-title .scp-dtl-viewbtn span,
.scp-form-title .scp-dtl-acceptbtn span,
.scp-form-title .scp-dtl-declinebtn span {
    display: inline-block;
    vertical-align: middle;
}
.scp-form-title .scp-dtl-deletebtn span.fa.fa-trash-o,
.scp-form-title .scp-dtl-editbtn span.fa.fa-pencil,
.scp-form-title .scp-dtl-viewbtn span.fa.fa-list {
    padding-right: 8px;
}

.scp-form-title .scp-dtl-acceptbtn{
    background: #008000;
}
.scp-form-title .scp-dtl-declinebtn {
    background: #ff2e2e;
}

/*------------------for common color ------------------*/

.crm_standalone .scp-login-form.scp-form .scp-send.last span>input,
.crm_fullwidth .scp-login-form.scp-form .scp-send.last span>input {
    background: #80cbc4;
}
.crm_standalone .scp-login-form.scp-form .scp-send.last span.right a,
.crm_fullwidth .scp-login-form.scp-form .scp-send.last span.right a {
    color: #73b6b0;
}
/*.activity-tab .activity-tab-heading,
.crm_standalone .container .dashboard-box .module-box{
    border: 1px solid #80cbc4;
}
*/
/*-----------for background color----------*/
/*,
.crm_standalone .container .dashboard-box .module-box,
.activity-tab .activity-tab-heading,
.crm_standalone .container .dashboard-box .module-box.scp-Account,
.crm_standalone .container .dashboard-box .module-box.scp-Leads,
.crm_standalone .container .dashboard-box .module-box.scp-Cases,
.crm_standalone .container .dashboard-box .module-box.scp-Opportunities,
.crm_standalone .container .dashboard-box .module-box.scp-Documents,
.crm_standalone .container .dashboard-box .module-box.scp-Calls,
.crm_standalone .container .dashboard-box .module-box.scp-Meetings,
.crm_standalone .container .dashboard-box .module-box.scp-Tasks,
.crm_standalone .container .dashboard-box .module-box.scp-Notes,
.crm_standalone .container .dashboard-box .module-box.scp-Quotes,
.crm_standalone .container .dashboard-box .module-box.scp-
Calendar,*/
/*----genral css for calender----*/
/*
.crm_fullwidth .container .fc-header-left,
.crm_standalone .container .fc-header-left {
    width: 30px;
    vertical-align: middle;
}
.crm_fullwidth .container .fc-header-center,
.crm_standalone .container .fc-header-center {
    display: none;
}
.crm_fullwidth .container .fc-header-right,
.crm_standalone .container .fc-header-right {
    width: 140px;
    vertical-align: middle;
    padding: 10px 0;
}
.crm_fullwidth .container .fc-header-right > span,
.crm_standalone .container .fc-header-right > span {
    margin-bottom: 0;
}
.scp-standalone-content .portlet.box.blue.calendar .fc-border-separate tr th.fc-day-header {
    font-size: 15px;
}
.crm_standalone .container .fc-header-right .fc-button,
.crm_fullwidth .container .fc-header-right .fc-button {
    font-size: 14px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate thead tr.fc-first th {
    width: 14.29%;
}*/
/*------------------------------for 2014 theme----------------------------*/

.crm_fullwidth.fullwidth-fourteen-theme {
    width: 80%;
    margin-left: 19%;
}
.crm_fullwidth.fullwidth-fourteen-theme .site-header {
    z-index: 5;
}
.crm_standalone.fullwidth-fourteen-theme header .container .userinfo ul,
.crm_fullwidth.fullwidth-fourteen-theme header .container .userinfo ul {
    top: 60px;
}
.site-footer,
.crm_fullwidth .container .fc-header .fc-state-active,
.crm_standalone .container .fc-header .ui-state-active {
    z-index: 2;
}
.scp-form input[type="file"] {
    width: auto;
    display: block;
}
.scp-information {
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.crm_fullwidth.fullwidth-fourteen-theme header {
    z-index: 3;
}
.crm_fullwidth header .scp-leftpanel,
.crm_fullwidth.fullwidth-fourteen-theme .scp-sidemenu.scp-open-modules-menu {
    z-index: 1;
}
.crm_fullwidth.fullwidth-fourteen-theme .container .dashboard-box .module-box {
    width: 16%;
    margin-right: 3%;
}
.crm_fullwidth.fullwidth-fourteen-theme .scp-form .scp-col-6,
.crm_fullwidth.fullwidth-fourteen-theme .activity-tab > *,
.crm_standalone .scp-knowledgebase-wrapper > *,
.crm_standalone.fullwidth-fourteen-theme .scp-form .scp-col-6,
.crm_standalone.fullwidth-fourteen-theme .activity-tab > *,
.crm_standalone .scp-knowledgebase-wrapper > * {
    box-sizing: border-box;
}
.scp-knowledgebase-wrapper .detail-part .answer p {
    margin: 0;
}
.fc-header-right {
    padding: 10px 0px;
}
.fc-header-right .fc-button {
    margin-bottom: 5px;
}
.fc-header-left {
    vertical-align: top;
    padding-top: 5px;
}
/*.scp-col-6 {
    width: 50%;
}*/

.scp-section-heading h3 {
    padding-left: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}
.crm_fullwidth.fullwidth-fourteen-theme a {
    text-decoration: none;
}
.crm_fullwidth.fullwidth-fourteen-theme .container {
    width: 100%;
}
.crm_fullwidth.fullwidth-fourteen-theme header .container > a h1 {
    padding-left: 15px;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
    width: 50%;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
    width: 80%;
    padding: 0;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
    width: 76%;
    padding: 5px 5px 4px 10px;
}
.crm_fullwidth.fullwidth-fourteen-theme .dashboard-container {
    width: 100%;
}
.crm_fullwidth.fullwidth-fourteen-theme header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a .side-icon-wrapper {
    width: 17px;
}
.crm_fullwidth.fullwidth-fourteen-theme .scp-sidemenu.scp-open-modules-menu {
    width: 94%;
    left: 15px;
    top: 59px;
}
.crm_fullwidth.fullwidth-fourteen-theme header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow {
    line-height: 21px;
}
.fc-header-left,
.fc-header-center,
.fc-header-right {
    border-left: 0;
    border-right: 0;
}
#calendar .fc-header {
    border-left: 0;
}
.site-footer {
    z-index: 2;
}
.crm_standalone.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a,
.crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
    padding: 7px 12px;
}
.crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
    line-height: 23px;
}
.crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
    line-height: 16px;
}
/*----------------------for 2015-----------------------------*/

.crm_fullwidth.fullwidth-fifteen-theme header,
.crm_fullwidth.fullwidth-fifteen-theme .container {
    width: 100%;
    padding: 0 10px;
    box-shadow: none;
    /*margin-left: 10px;*/
}
.crm_standalone.fullwidth-fifteen-theme header .container .userinfo ul,
.crm_fullwidth.fullwidth-fifteen-theme header .container .userinfo ul {
    top: 61px;
}
.crm_fullwidth .panel-title,
.crm_fullwidth .scp-dtl-panel .panel-title,
.crm_standalone .scp-dtl-panel .panel-title,
.crm_standalone .panel-title .panel_name {
    font-size: 16px;
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
    line-height: 15px;
}
.crm_standalone.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
    padding: 5px;
}
.crm_fullwidth .container .dashboard-container {
    width: 100%;
    padding: 0
}
.crm_fullwidth.fullwidth-fifteen-theme .container .dashboard-container {
    display: inline-block;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box,
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn {
    box-sizing: border-box;
}
/*.site-content{
    margin-left: 30.4118%;
    width: 69.5882%;
}*/

.crm_fullwidth.fullwidth-fifteen-theme .container .dashboard-box .module-box {
    width: 18%;
    margin-right: 2%;
    margin-top: 4%;
}
.crm_fullwidth.fullwidth-fifteen-theme .container .dashboard-box .module-box.last {
    margin-right: 0;
}
.crm_fullwidth.fullwidth-fifteen-theme .entry-content a {
    border-bottom: none;
}
.crm_fullwidth.fullwidth-fifteen-theme .entry-header {
    float: none;
}
.crm_fullwidth.fullwidth-fifteen-theme header .container h1 {
    padding-left: 10px;
}
.crm_fullwidth.fullwidth-fifteen-theme .activity-tab {
    margin-left: 0;
    margin-right: 0;
}
.crm_fullwidth.fullwidth-fifteen-theme .activity-tab.last {
    margin-left: 1%;
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view {
    /*padding: 0 10px;*/
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
    padding: 4px;
    width: 100%;
    vertical-align: top;
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left {
    width: 50%;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
    width: 50%;
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
    width: 100%;
}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
    padding: 8px 12px;
    line-height: 21px;
}
.crm_fullwidth.fullwidth-fifteen-theme .pagination {
    box-shadow: none;
}
.crm_fullwidth.fullwidth-fifteen-theme .scp-sidemenu.scp-open-modules-menu {
    width: 100%;
}
.crm_fullwidth.fullwidth-fifteen-theme header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow {
    line-height: 25px;
}
.crm_fullwidth.fullwidth-fifteen-theme header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul {
    z-index: 1;
}
.crm_fullwidth.fullwidth-fifteen-theme .fc-header-center {
    width: 10%;
}
.crm_fullwidth.fullwidth-fifteen-theme .fc-header-right {
    vertical-align: middle;
}
.crm_fullwidth.fullwidth-fifteen-theme .fc-header .fc-button {
    margin-bottom: 0;
}
/*------------------(2015 responsive)---------------------*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
    body .site-content {
        width: 85%;
        margin: 0 auto;
    }
    .crm_fullwidth.fullwidth-fifteen-theme header .container h1 {
        width: 100%;
        padding-left: 10px;
    }
    .crm_fullwidth.fullwidth-fifteen-theme header .container .userinfo {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .crm_fullwidth.fullwidth-fifteen-theme header .container .userinfo ul {
        right: auto;
    }
    .crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left {
        width: 100%;
    }
    .crm_fullwidth.fullwidth-fifteen-theme .container .dashboard-box .module-box {
        width: 48%;
        min-height: auto;
    }
    .crm_fullwidth .container .dashboard-box .module-box,
    .crm_standalone .container .dashboard-box .module-box {
        width: 48%;
        margin-right: 2% !important;
        max-width: 150px;
        margin-top: 5%;
    }
    .crm_fullwidth .container .dashboard-container .scp_recent_activities,
    .crm_standalone .container .dashboard-container .scp_recent_activities {
        margin-top: 5%;
    }
    .crm_standalone .container .dashboard-box .module-box h4,
    .crm_fullwidth .container .dashboard-box .module-box h4 {
        font-size: 12px;
    }
    .crm_fullwidth .container .dashboard-box .module-box span.module-icon {
        padding: 20px 10px;
    }
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search{width: 100%;}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box{height: 38px;}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a{height: 38px; line-height: 24px;}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search{width: 100%;}
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove{padding-top: 5px;}
.crm_fullwidth.fullwidth-fifteen-theme .scp-form .scp-form-actions > span .action-form-btn{font-size: 14px;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left a span{display: inline; white-space: nowrap;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box .search-btn,
.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search a{font-size: 0; text-align: center; line-height: 40px; height: 36px; padding: 0; width: 39px;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search a{height: 38px;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box i{font-size: 14px; line-height: 36px; padding: 0;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search a i{font-size: 14px; line-height: 30px;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{width: 135px;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box{width: 181px;}*/
    /*.crm_fullwidth.fullwidth-fifteen-theme header, .crm_fullwidth.fullwidth-fifteen-theme .container{margin-left: 0;}*/
}
/*@media only screen and (min-width: 992px) and (max-width: 1384px){

    .crm_fullwidth header .container > a h1{width: auto;}

    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search{
        width: 50% !important;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box{
        width: 81%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{
        width: 75%;
    }

}*/

@media only screen and (min-width: 768px) and (max-width: 1384px) {
    /*.crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header  .actionform_search{
        text-align: right;
    }*/
}
@media only screen and (min-width: 0px) and (max-width: 954px) {
    .crm_fullwidth .entry-content {
        padding: 0;
    }
    .crm_fullwidth .sign-up-container {
        padding: 0;
    }
    .crm_fullwidth #signup_form .scp-form-group > label {
        width: 100%;
    }
    .crm_fullwidth #signup_form input,
    .crm_fullwidth #signup_form textarea {
        width: 100%;
    }
    .crm_fullwidth #signup_form input.scp-button {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
    .crm_fullwidth.fullwidth-fifteen-theme .scp-col-6 {
        padding-right: 0;
    }
    .crm_fullwidth .container .fc-header-left,
    .crm_standalone .container .fc-header-left {
        padding-top: 10px;
    }
    .crm_standalone header .container .userinfo ul,
    .crm_fullwidth header .container .userinfo ul {
        left: 15px;
        right: auto;
    }
    /*.crm_fullwidth header .container > a{width: auto;}
.crm_fullwidth.fullwidth-fourteen-theme header .container .userinfo{width: auto;text-align: right}*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .crm_fullwidth.fullwidth-fifteen-theme header .container a h1 {
        width: 100%;
    }
    .crm_fullwidth.fullwidth-fifteen-theme header .container h1 {
        width: 50%;
    }
    .crm_fullwidth.fullwidth-fifteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 210px;
    }
}
/*------------------(2016)---------------------*/

.crm_fullwidth.fullwidth-sixteen-theme header .container,
.crm_fullwidth.fullwidth-sixteen-theme .container {
    width: 100%;
    padding: 0;
}
.crm_fullwidth.fullwidth-sixteen-theme header .container h1 {
    padding-left: 15px;
}
.crm_fullwidth.fullwidth-sixteen-theme .container {
    padding: 0 10px;
}
.crm_fullwidth.fullwidth-sixteen-theme a {
    box-shadow: none;
}
.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
    line-height: 14px;
}
.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a,
.crm_standalone.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
    line-height: 22px;
}
.crm_fullwidth.fullwidth-sixteen-theme header .container .userinfo ul {
    top: 65px;
}
.dashboard-box .module-box,
.scp_recent_activities {
    margin-top: 66px;
}
/*.scp-knowledgebase-wrapper .detail-part .question{
   padding-bottom: 10px;
}*/

.scp-knowledgebase-wrapper .detail-part .question h4 {
    margin: 0;
    cursor: pointer;
}
.crm_fullwidth.fullwidth-sixteen-theme .scp-sidemenu.scp-open-modules-menu {
    width: 90%;
    left: 0;
}
.crm_fullwidth.fullwidth-sixteen-theme header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow {
    line-height: 21px;
}
/*.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search{
    width: 50%;
}*/
/*.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box{
    width: 100%;
}*/
/*.crm_standalone.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{
    width: 68%;
    padding: 7px 5px;
}*/

.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left,
.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left {
    width: 50%;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
    width: 425px;
}
.crm_standalone.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
    margin-bottom: 0;
}
.crm_fullwidth.fullwidth-sixteen-theme .scp-form-actions,
.crm_standalone.fullwidth-sixteen-theme .scp-form-actions {
    padding-left: 0;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > *,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > * {
    box-sizing: border-box;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
    box-sizing: border-box;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > .search-box a {
    box-sizing: border-box;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
    width: 100%;
    border-radius: 0;
    background: none;
    padding: 0;
    padding-right: 90px;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
    width: 100%;
    padding: 5px;
}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a,
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    text-align: center;
    height: 35px;
    line-height: 25px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box > a > i{
    line-height: 17px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
    line-height: 25px;
}
.crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
    line-height: 18px;
}
.crm_fullwidth.fullwidth-sixteen-theme header .container > a h1 {
    padding-left: 15px;
    width: auto;
}
.crm_fullwidth.fullwidth-sixteen-theme header .scp-form .scp-form-actions > span .action-form-btn {
    padding: 12px 40px;
}
.crm_fullwidth.fullwidth-sixteen-theme header a {
    box-shadow: none !important;
}
.crm_standalone .fullwidth-sixteen-theme header .pagination .crm_fullwidth.fullwidth-sixteen-theme header .pagination {
    border-top: 0;
}
.crm_fullwidth.fullwidth-sixteen-theme .pagination:before,
.crm_fullwidth.fullwidth-sixteen-theme .pagination:after,
.crm_standalone.fullwidth-sixteen-theme .pagination:before,
.crm_standalone.fullwidth-sixteen-theme .pagination:after {
    width: 0;
}
.crm_fullwidth.fullwidth-sixteen-theme .fc-header-center {
    width: 10%;
}
/*--------------------------for responsive view ------------------------*/

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span {
        display: none;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus {
        display: inline-block;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1530px) {
    .crm_standalone .scp-leftpanel {
        width: 20%;
        position: relative;
        z-index: 1;
    }
    .crm_standalone .scp-leftpanel::after {
        width: 20%;
    }
    .crm_standalone .container .scp-page-list-view {
        width: 80%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .crm_fullwidth .container,
    .dashboard-container {
        width: 1000px;
    }
    .crm_standalone .container .dashboard-box .module-box,
    .crm_fullwidth .container .dashboard-box .module-box {
        width: 16%;
        margin-right: 4%;
        margin-top: 5%;
    }
    .sign-up-container .scp-col-6 {
        padding: 0 15px;
    }
    .sign-up-container .scp-send.scp-form-actions,
    .sign-up-container .scp-form-actions {
        padding: 10px 15px;
    }
    .sign-up-container .scp-form-actions {
        padding-left: 15px !important;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        line-height: 22px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
        line-height: 16px;
    }
    .scp_recent_activities {
        margin-top: 5%;
    }
    .crm_standalone.fullwidth-sixteen-theme header .container h1,
    .crm_fullwidth.fullwidth-sixteen-theme header .container h1 {
        padding-left: 15px;
    }
    .crm_standalone .container .dashboard-box .module-box h4,
    .crm_fullwidth .container .dashboard-box .module-box h4 {
        font-size: 13px;
    }
    .crm_standalone .container .dashboard-box .module-box span.module-icon,
    .crm_fullwidth .container .dashboard-box .module-box span.module-icon {
        padding: 20px 10px;
    }
    .crm_fullwidth header .container a h1 {
        width: auto;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header h3,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
        padding-right: 10px;
    }
    .crm_standalone .scp-leftpanel {
        width: 22%;
        position: relative;
        z-index: 1;
    }
    .crm_standalone .scp-leftpanel::after {
        width: 22%;
    }
    .crm_standalone .container .scp-page-list-view {
        width: 78%;
    }
    /*.crm_standalone .scp-page-list-view header .scp-bar-toggle{
        width: 5%;
    }*/

    .crm_standalone header .container a h1 {
        width: 93%;
    }
    .crm_standalone .scp-page-list-view .scp-standalone-content {
        border-width: 10px;
    }
    .crm_standalone header .container a.scp-manage-page-header-sec {
        border-bottom: 10px solid #eef0f1;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 71%;
    }
    .toggled-on .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 75%;
    }
    .toggled-on .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 43%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left {
        width: 50%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 45%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow {
        line-height: 24px;
    }
    .crm_fullwidth.fullwidth-fifteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 200px;
    }
    /*---------------------------for-2014 theme---------------------------*/

    .crm_fullwidth.fullwidth-fourteen-theme {
        width: 80% !important;
        margin-left: 19%;
        /*margin-top: 50px;*/
    }
    .crm_fullwidth .container .fc-header .fc-state-active,
    .crm_standalone .container .fc-header .ui-state-active {
        z-index: 2;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 28%;
        left: 0;
        top: 0;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .crm_fullwidth .container .dashboard-box .module-box span.module-icon {
        padding: 25px 10px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .dashboard-box .module-box h4 {
        font-size: 14px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .dashboard-box .module-box {
        margin-top: 30px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container > a h1 {
        width: auto;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 100%;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a {
        padding: 10px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
        box-sizing: border-box;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
        box-sizing: border-box;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        box-sizing: border-box;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 100%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 6px 12px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container h1 {
        padding-left: 10px;
        width: 50%;
        box-sizing: border-box;
    }
    /*------------for (2016)-------------*/

    .crm_fullwidth.fullwidth-sixteen-theme a {
        box-shadow: none;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .dashboard-container {
        width: 100%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .dashboard-box .module-box {
        width: 18%;
        margin-right: 2%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 45%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 76%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .crm_fullwidth .container,
    .dashboard-container {
        width: 950px;
    }
    .sign-up-container .scp-col-6 {
        padding: 0 15px;
    }
    .sign-up-container .scp-send.scp-form-actions,
    .sign-up-container .scp-form-actions {
        padding: 10px 15px;
    }
    .sign-up-container .scp-form-actions {
        padding-left: 15px !important;
    }
    .crm_standalone .container .dashboard-box .module-box span.module-icon,
    .crm_fullwidth .container .dashboard-box .module-box span.module-icon {
        font-size: 60px;
        padding: 35px 10px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header h3,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
        padding-right: 10px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 78%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 72%;
    }
    .crm_standalone.fullwidth-sixteen-theme header .container h1,
    .crm_fullwidth.fullwidth-sixteen-theme header .container h1 {
        padding-left: 15px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
        line-height: 16px;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left {
        width: 50%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 45%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu > li > a > .arrow {
        line-height: 24px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
        box-sizing: border-box;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
        box-sizing: border-box;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        box-sizing: border-box;
    }
    .scp-sidemenu.scp-open-modules-menu {
        width: 100%;
    }
    .crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec .scp-user-img {
        width: 35px;
        height: 35px;
    }
    .crm_standalone .scp-leftpanel {
        width: 18%;
        position: relative;
        z-index: 1;
    }
    .crm_standalone .scp-leftpanel:after {
        width: 18%;
    }
    .crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec .username a {
        padding: 0 5px 5px 5px;
    }
    .crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a.scp-profile-edit {
        right: 10px;
        top: 16px;
    }
    .crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec ul {
        bottom: 0;
        left: 3px;
        width: 100%;
    }
    .crm_standalone .scp-leftpanel .scp-sidemenu > li a {
        padding: 12px 12px;
    }
    .crm_standalone .scp-leftpanel .scp-sidemenu > li ul li a {
        padding: 6px 0;
        padding-left: 45px;
    }
    .crm_standalone .container .scp-page-list-view {
        width: 82%;
    }
    /*.crm_standalone .scp-page-list-view header .scp-bar-toggle{
        width: 5%;
    }*/

    .crm_standalone header .container a h1 {
        width: 93%;
    }
    /*.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span{
        display: none;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus{
        display: inline-block;
        padding-right: 0;
    }*/

    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 72%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px;
    }
    .toggled-on .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 43%;
    }
    /*----------------for 2014 theme---------------------*/

    .crm_fullwidth.fullwidth-fourteen-theme {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        margin-left: 0;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container h1 {
        padding-left: 10px;
        width: 50%;
        box-sizing: border-box;
    }
    /*----------------2016--------------*/

    .crm_fullwidth.fullwidth-sixteen-theme .dashboard-container {
        width: 100%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .dashboard-box .module-box {
        width: 18%;
        margin-right: 2%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .crm_fullwidth header .container > a h1 {
        width: auto;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 100%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search,
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left {
        width: 50%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 75%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a {
        padding: 10px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .crm_fullwidth .container,
    .dashboard-container {
        width: 750px;
    }
    .sign-up-container .scp-col-6 {
        padding: 0 15px;
    }
    .sign-up-container .scp-send.scp-form-actions,
    .sign-up-container .scp-form-actions {
        padding: 10px 15px;
    }
    .sign-up-container .scp-form-actions {
        padding-left: 15px !important;
    }
    .crm_standalone .container .dashboard-box .module-box,
    .crm_fullwidth .container .dashboard-box .module-box {
        width: 17%;
        margin-right: 3%;
        margin-top: 3%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header h3,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
        padding-right: 10px;
    }
    .scp_recent_activities {
        margin-top: 3%;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container a h1 {
        width: auto;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        line-height: 23px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a .fa-remove {
        line-height: 16px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container h1 {
        padding-left: 10px;
        width: 50%;
        box-sizing: border-box;
    }
    .crm_fullwidth header .container h1,
    .crm_fullwidth header .container .userinfo {
        width: 49%;
    }
    .crm_standalone header .container .userinfo ul,
    .crm_fullwidth header .container .userinfo ul {
        top: 60px;
    }
    .crm_fullwidth .container .fc-header .fc-state-active,
    .crm_standalone .container .fc-header .ui-state-active {
        z-index: 2;
    }
    .crm_standalone.fullwidth-sixteen-theme header .container h1,
    .crm_fullwidth.fullwidth-sixteen-theme header .container h1 {
        padding-left: 15px;
    }
    .crm_standalone .scp-page-list-view header .scp-bar-toggle {
        display: none;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 28%;
    }
    .crm_standalone .container .dashboard-box .module-box h4,
    .crm_fullwidth .container .dashboard-box .module-box h4 {
        font-size: 12px;
    }
    .crm_standalone .container .dashboard-box .module-box span.module-icon,
    .crm_fullwidth .container .dashboard-box .module-box span.module-icon {
        font-size: 45px;
        padding: 30px 10px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
        box-sizing: border-box;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
        box-sizing: border-box;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        box-sizing: border-box;
    }
    .activity-tab {
        margin-right: 1.4%;
    }
    .crm_standalone .scp-leftpanel::after {
        width: 0;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left {
        width: 38%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 61%;
        margin-top: 0;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px;
    }
    .crm_fullwidth header .container > a h1 {
        width: 100%;
    }
    .crm_fullwidth header .scp-leftpanel {
        position: absolute;
    }
    .scp-sidemenu.scp-open-modules-menu {
        top: 0;
        width: 28%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
        font-size: 23px;
    }
    .crm_standalone .container .scp-page-list-view {
        width: 100%;
    }
    .toggle-icon-wrapper,
    .crm_standalone header .container a.scp-manage-page-header-sec {
        width: 98%;
        display: block;
        margin: 0px auto;
    }
    .crm_standalone header .container a.scp-manage-page-header-sec {
        padding: 15px 12px;
    }
    .crm_standalone .scp-page-list-view header .scp-bar-toggle {
        width: 6%;
    }
    .crm_standalone header .container a h1 {
        width: 92%;
    }
    .crm_standalone .scp-page-list-view .scp-standalone-content {
        border: 6px solid #EEF0F1;
    }
    /*.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span{
        display: none;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus{
        display: inline-block;
        padding-right: 0;
    }*/

    .crm_standalone .scp-leftpanel {
        width: 100%;
        margin: 0 auto;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        margin-top: 0;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
        padding-right: 95px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box .scp-button.search-btn {
        width: 95px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 100%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px;
    }
    /*-------------------for 2014 theme--------------------------*/
    /*----------------for 2014 theme---------------------*/

    .crm_fullwidth.fullwidth-fourteen-theme {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        margin-left: 0;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    /*------------2016--------------*/

    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 50%;
    }
    /*.crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box{
        width: 100%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{
        width: 68%;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .scp-sidemenu.scp-open-modules-menu{
        width:28%;
    }*/
}
/*@media only screen and (min-width:550px) and (max-width: 767px){

    .crm_fullwidth .container,
    .dashboard-container{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing:border-box;
    }
    .crm_standalone .container .dashboard-box .module-box,
    .crm_fullwidth .container .dashboard-box .module-box{
        width: 20%;
        margin-right: 1%;

    }
}*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .crm_fullwidth .container,
    .dashboard-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .sign-up-container .scp-col-6 {
        padding: 0 15px;
    }
    .sign-up-container .scp-send.scp-form-actions,
    .sign-up-container .scp-form-actions {
        padding: 10px 15px;
    }
    .sign-up-container .scp-form-actions {
        padding-left: 15px !important;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header h3,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
        padding-right: 10px;
    }
    .crm_fullwidth .container .fc-header-right > span,
    .crm_standalone .container .fc-header-right > span,
    .crm_fullwidth .container .fc-header-left > span,
    .crm_standalone .container .fc-header-left > span {
        margin-bottom: 0;
    }
    .crm_standalone.fullwidth-fourteen-theme .entry-content span#toggle,
    .crm_standalone.fullwidth-fifteen-theme .entry-content span#toggle,
    .crm_standalone.fullwidth-sixteen-theme .entry-content span#toggle,
    .crm_standalone .entry-content span#toggle {
        width: 100%;
    }
    .crm_standalone.fullwidth-sixteen-theme header .container h1,
    .crm_fullwidth.fullwidth-sixteen-theme header .container h1,
    .crm_standalone header .container h1,
    .crm_fullwidth header .container h1 {
        padding-left: 15px;
        width: auto;
    }
    .crm_standalone.fullwidth-sixteen-theme header .container .userinfo,
    .crm_fullwidth.fullwidth-sixteen-theme header .container .userinfo,
    .crm_standalone header .container .userinfo,
    .crm_fullwidth header .container .userinfo {
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }
    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > label,
    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span {
        width: 100%;
    }
    /*.crm_standalone .container .dashboard-box .module-box,
    .crm_fullwidth .container .dashboard-box .module-box{
        width: 100%;
        margin-right: 0;
    }*/

    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a,
    .scp-dtl-deletebtn,
    .scp-dtl-editbtn,
    .scp-dtl-viewbtn,
    .sign_up_header .userinfo a {
        margin-left: 0;
    }
    .scp-knowledgebase-wrapper .detail-part .question p {
        float: left;
        width: 100%;
        padding: 5px 0 0 0;
    }
    .list-group {
        margin-left: 0;
    }
    /*.crm_fullwidth .container .fc-header-left,
    .crm_standalone .container .fc-header-left{
        padding-top: 10px;
    }*/

    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label {
        padding-bottom: 8px;
    }
    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > label,
    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span {
        margin-bottom: 5px;
    }
    .scp-table-responsive tr.main-col > th > a,
    .entry-content .scp-table-responsive tr > td > a {
        font-size: 13px;
        font-weight: 600;
        line-height: 13px;
    }
    .scp-table-responsive tr.main-col > th,
    .entry-content .scp-table-responsive tr > td {
        padding: 0 5px;
    }
    .entry-content .scp-table-responsive tr.main-col > th > a {
        padding: 5px 20px 5px 0;
    }
    .scp-table tbody > tr > td {
        font-size: 13px;
    }
    .fc-header-right,
    .fc-header-left {
        border: 0;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 75%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box input,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 100%;
    }
    .crm_standalone.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 6px 12px;
    }
    .crm_standalone .scp-leftpanel::after {
        width: 0;
    }
    .crm_standalone .scp-page-list-view .scp-standalone-content {
        min-height: auto;
    }
    .crm_fullwidth header .container h1 {
        width: 100%;
        padding: 10px 0;
    }
    .activity-tab {
        width: 100%;
        margin-right: 0;
    }
    .scp-form .scp-form-actions > span .action-form-btn {
        padding: 7px 24px;
        width: 45%;
    }
    .scp-form-actions {
        padding: 10px 6px 10px 0;
    }
    .crm_fullwidth header .scp-leftpanel {
        position: relative;
        width: 100%;
    }
    .scp-sidemenu.scp-open-modules-menu {
        top: 0;
        width: 100%;
        position: relative;
        box-shadow: none;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
    }
    .crm_fullwidth header .container > a {
        width: 100%;
    }
    textarea {
        font-size: 14px;
    }
    .data-view {
        line-height: 16px;
    }
    .crm_fullwidth header .container > a h1 {
        width: 100%;
    }
    .crm_fullwidth header .container .userinfo {
        width: 100%;
    }
    .crm_fullwidth header .container .userinfo a.scp-menu-manage::after {
        padding-right: 0;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li:hover > ul.inner_ul {
        display: none;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #e1e1e1;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a {
        padding-left: 53px;
    }
    /*.crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a.no-toggle{
        background: #f0f0f0;
    }*/

    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li a.scp-active-menu {
        background: #e1e1e1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e1e1e1;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    .crm_fullwidth header .scp-leftpanel .scp-sidemenu.scp-open-modules-menu li > ul.inner_ul li a.scp-active-submenu {
        background: #efefef;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #efefef !important;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 100%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        padding-right: 35px;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search {
        margin-top: 25px;
    }
    .scp-entry-header {
        padding: 0;
    }
    /*.crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{
        width: 70%;
     }
     .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box{
        width: 71%;
     }
     .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{
        width: 60%;
     }
     .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a{
        padding: 7px 12px;
     }*/

    .scp-form-title,
    .scp-form-title .scp-dtl-deletebtn,
    .scp-form-title .scp-dtl-editbtn {
        position: inherit;
        border-bottom: 0 !important;
    }
    .scp-page-list-view .scp-form-title h3 {
        border-bottom: 1px solid #d6d6d6 !important;
        margin-bottom: 15px;
        width: 100%;
    }
    /*.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span{
         display: none;
       }
       .crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus{
            display: inline-block;
            padding-right: 0;
       }*/
    /*.toggle-icon-wrapper{
        width: 100%;
       }*/

    .toggle-icon-wrapper,
    .crm_standalone header .container a.scp-manage-page-header-sec {
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .crm_standalone header .container a.scp-manage-page-header-sec {
        padding-left: 12px;
        width: 96%;
    }
    .crm_standalone .scp-leftpanel,
    .crm_standalone .container .scp-page-list-view {
        width: 100%;
    }
    .crm_standalone .scp-page-list-view header .scp-bar-toggle {
        display: none;
    }
    .crm_standalone .scp-page-list-view .scp-standalone-content {
        border: 5px solid #eef0f1;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span {
        display: none;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus {
        display: inline-block;
        padding-right: 0;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 100%;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        margin-top: 25px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left h3 {
        font-size: 24px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
    }
    .crm_standalone.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input {
        width: 100%;
        padding: 6px 5px;
    }
    .scp-move-action-btn {
        width: 100%;
        text-align: left;
    }
    .crm_standalone .scp-form-title,
    .crm_standalone .scp-form-title .scp-dtl-deletebtn,
    .scp-form-title .scp-dtl-editbtn {
        position: inherit;
        border-bottom: 0 !important;
    }
    .crm_standalone .scp-form-title {
        height: auto;
    }
    .crm_standalone .scp-page-list-view .scp-form-title h3 {
        border-bottom: 0 !important;
        margin-bottom: 15px;
        width: 100%;
    }
    .crm_fullwidth .scp-standalone-content .scp-form .scp-form-actions > span .action-form-btn {
        padding: 14px 0;
        text-align: center;
    }
    .scp-entry-header .pagination li a {
        padding: 5px 7px;
        font-size: 14px;
        line-height: 14px;
    }
    .scp-entry-header .pagination li.page-prev a,
    .scp-entry-header .pagination li.page-next a {
        font-size: 21px;
        padding: 5px 10px 10px;
        line-height: 11px;
    }
    /*-----------for 2014 theme-----------*/

    .crm_fullwidth.fullwidth-fourteen-theme {
        width: 100%;
        margin-left: 0;
        padding: 0 3%;
        box-sizing: border-box;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 100%;
        left: 0px;
        top: 0px;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header h3 {
        padding-right: 10px;
        font-size: 24px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .dashboard-box .module-box {
        width: 100%;
        margin-right: 0;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box a.scp-button.search-btn,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
        font-size: 0;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box > a > i,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a > i.fa-remove,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box > a > i,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a > i.fa-remove {
        font-size: 15px;
        line-height: 27px;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search {
        padding-right: 45px;
        box-sizing: border-box;
    }
    .crm_fullwidth.fullwidth-fifteen-theme .container .scp-page-list-view .scp-action-header .actionform_search {
        width: 100%;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a {
        height: 35px;
    }
    .crm_fullwidth header .container .userinfo {
        text-align: left;
    }
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box a,
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a {
        width: 36px;
        height: 34px;
        line-height: 29px;
        text-align: center;
        box-sizing: border-box;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search > a > i.fa-remove,
    .crm_fullwidth .container .scp-page-list-view .scp-action-header .actionform_search > a > i.fa-remove {
        line-height: 14px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .actionform_search .search-box a {
        line-height: 36px;
    }
    /* .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left,
        .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search{
            width: 100%;
        }

        .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box input{
            width: 57%;
            padding: 6px 5px 4px 10px;
        }*/

    .crm_fullwidth.fullwidth-fourteen-theme header .container > a h1 {
        padding-left: 0;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container .userinfo {
        text-align: left;
    }
    .crm_fullwidth header .container .userinfo ul {
        left: 0;
        top: 59px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .actionform_search > a {
        padding: 7px 12px 6px;
    }
    .crm_fullwidth.fullwidth-fourteen-theme header .container .userinfo ul {
        top: 60px;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span {
        display: none;
    }
    .crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus,
    .crm_fullwidth.fullwidth-fourteen-theme .container .scp-page-list-view .scp-action-header .scp-action-header-left > a span.fa-plus {
        display: inline-block;
        padding-right: 0;
    }
    /*------------2016----------------*/

    .crm_fullwidth.fullwidth-sixteen-theme header .container .userinfo {
        width: 100%;
        text-align: left;
        padding: 10px 0 10px 20px;
    }
    .crm_fullwidth header .container .userinfo ul {
        left: 0;
        top: 55px;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .scp-sidemenu.scp-open-modules-menu {
        width: 100%;
    }
    .scp-knowledgebase-wrapper .head-part .search-input-six,
    .scp-knowledgebase-wrapper .head-part .select-style {
        width: 100%;
    }
    .scp-knowledgebase-wrapper .head-part .action-btns {
        width: auto;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .scp-knowledgebase-wrapper .detail-part .question h4 a {
        word-break: break-all;
    }
    .crm_fullwidth.fullwidth-sixteen-theme .container .scp-page-list-view .scp-action-header .actionform_search .search-box {
        width: 100%;
    }
}
.fc-toolbar .fc-left h2 {
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
    background: none;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 0;
    color: #5c5c5c;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.fc-toolbar .fc-button {
    font-family: 'Open Sans', sans-serif;
}
.fc-toolbar .fc-button:hover,
.fc-toolbar .fc-button:active,
.fc-toolbar .fc-button:focus {
    padding: 0 .6em;
    text-shadow: none;
}
.fc-row table {
    margin: 0;
}
.fc-toolbar {
    background: none;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 0 10px;
    color: #5c5c5c;
    border-top: 1px solid #eee;
    font-size: 17px;
}
.fc-toolbar .fc-button {
    font-weight: normal !important;
    font-size: 14px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important;
}

/*--- 23-06-2017 ---*/
.crm_standalone header .container .userinfo .menu_part {position: relative;}
.crm_standalone header .container .userinfo ul.scp-open-manage-menu, .crm_fullwidth header .container .userinfo ul.scp-open-manage-menu {top: 43px;}

.today-schedule-container { width: 100%; float: left;}
.today-schedule-container  h4 {width:100%;padding:10px;color:#fff;text-transform:uppercase;font-family:'Open Sans',sans-serif;font-size:13px;font-weight:bold;margin:0;background-color:#5b5b5b;letter-spacing:2px;position: relative;text-align: left !important;clear: both;line-height: 1.2;}
.today-schedule-container h4::before {content: '\f009';font: normal normal normal 14px/1 FontAwesome;padding-right: 10px;}
.today-schedule-form {border: 1px solid #b7b7b7;/* margin-bottom: 10px; */border-top: 0;}
.activity-tab .today-schedule-form {border: none;}
.today-schedule-form h5 {padding: 10px;text-transform: none;font-weight: normal;letter-spacing: normal;margin: 0;font-size: 13px;font-weight: bold;color: #444; text-align: left;}
.today-schedule-form ul {list-style-type: none;margin: 0; padding-left: 0;}
.today-schedule-form ul li {width: 100%;border-bottom:1px solid #d5d5d5;padding:10px;font-family:'Open Sans',sans-serif;font-size:13px;font-weight:400;color:#444;text-align: right; margin: 0 auto;}
/*.today-schedule-form ul li:last-child {border-bottom: 0;}*/
.today-schedule-form ul li::after {content: '';clear: both;display: table;}
.today-schedule-form ul li a {float: left;color: #444 !important;font-weight: bold;text-transform: capitalize;}
.today-schedule-form ul li.last a {float: right;color: #000 !important;text-decoration: underline;font-size: 12px;}


#global_search_form.actionform_search {margin-bottom: 0;margin-top: 0;}
#global_search_form.actionform_search .search-box::after {content: '';clear: both;display: table;}
#global_search_form.actionform_search .search-input {float: left; border: 1px solid #b7b7b7;border-radius: 0;height: 40px;width: 50%;vertical-align: middle;padding: 0;padding-left: 8px;color: #333;background: #FFF;}
#global_search_form.actionform_search .search-input:focus {border-color: #b7b7b7;}
#global_search_form.actionform_search .search-extra {float: left;width: 49%;margin-left: 10px;}
#global_search_form.actionform_search #select_module_option {width: 30%;float: left;border: 1px solid #b7b7b7;border-radius: 0;height: 40px;font-size: 14px;vertical-align: middle;background: #FFF;}
#global_search_form.actionform_search .search-extra .search-buttons {float: left;width: 68%;margin-left: 10px;}
#global_search_form.actionform_search input[type="submit"] {width: 48%; padding: 0 15px;height: 40px;line-height: 40px;text-align: center;border-radius: 0;float: left;background-color: #5b5b5b;font-size: 14px;font-weight: 800; color: #fff;}
#global_search_form.actionform_search input[type="reset"] {float: left;width: 49%;margin-left: 10px;border: 0;padding: 0 15px;height: 40px;line-height: 40px;text-align: center;border-radius: 0;background-color: #5b5b5b;box-shadow: none;color: #fff;cursor: pointer;font-size: 14px;font-weight: 800;}

.module-pie-chart-part {margin: 0 -10px;clear: both;}
.module-pie-chart-part h4 {text-align: center;margin: 0;}
.module-pie-chart .pie-chart-content {margin: 0 10px;margin-bottom: 20px;}
.module-pie-chart .pie-chart-content:after {content: '';clear: both;display: table;}
.module-pie-chart .highcharts-container {width: 99% !important;margin: auto;height: 99% !important; float: left;}
.module-pie-chart-part .highcharts-container svg {font-family: inherit !important;}
.module-pie-chart-part .chart_3 {width: 33.33%;float: left;/*height: 200px;*/}
.module-pie-chart-part .chart_3 .chart-content {/*border: 1px solid #b7b7b7;height: 100%;*/text-align: center; float: left; width: 100%;}
.module-pie-chart-part .chart_3.charts .chart-content {border: 1px solid #b7b7b7; height:300px;}

.module-pie-chart-part .chart_2 {width: 50%;float: left;/*height: 200px;*/}
.module-pie-chart-part .chart_2 .chart-content {border: 1px solid #b7b7b7;/*height: 100%;*/text-align: center; height:300px; float: left; width: 100%;}

.module-pie-chart-part .chart_1 {width: 100%;float: none;/*height: 200px;*/}
.module-pie-chart-part .chart_1 .chart-content {border: 1px solid #b7b7b7;/*height: 100%;*/text-align: center; height:300px;}

.module-pie-chart-part::after,
#global_search_form.actionform_search::after {content: '';clear: both;display: table;}

.today-schedule-container.chart_heading {float: left;}

.module-pie-chart.chart_2_5 {width: 66.66%;float: left;}
.module-pie-chart.chart_2_5 .today-schedule-form {border: 0;}
.module-pie-chart.chart_2_5 .pie-chart-content {border: 1px solid #b7b7b7 !important;}
.module-pie-chart.chart_2_5 .pie-chart-content:after {content: '';clear: both;display: table;}

.top-bar{padding: 15px;background:#d3b564;}
.top-bar::after{clear:both;content:'';display:table;}
.crm_standalone header .container a.scp-manage-page-header-sec {width: auto;float: left;padding: 0;}
.crm_standalone header .container a.scp-manage-page-header-sec h1 {width: auto;}
#global_search_form_part.search-result-form {border: 0 !important;padding: 0 !important;background: #FFF;width: 50%;float: right;margin-bottom: 0;}

.search-result-form::after,.search-result-form .search-box::after {content: '';clear: both;display: table;}
.search-result-form .search-extra {margin-left: 0;}
.search-result-form .search-box {height: 40px;line-height: 40px;text-align: center;border-radius: 0;float: right;width: 80%;}
.search-result-form .search-box .search-input {padding: 0;padding-left: 8px;background-color: #FFF;width: 85% !important;}
.search-result-form .search-box button {padding: 0 15px;height: 40px;line-height: 40px;text-align: center;border-radius: 0;float: right;width: 15%;background-color: #5b5b5b;}

#responsedata .search_result_content table {margin-top: 10px; width: 100%;}
#responsedata .search_result_content table td {border: 1px solid #b7b7b7;padding: 5px;border-left-width: 3px;}
#responsedata .search_result_content table td a {color: #333;font-size: 14px;}

#responsedata .search_result_content h3 {display: block;}
#responsedata .search_result_content h4 {padding-top: 0;margin: 0;font-weight: 600;font-size: 20px;display: inline-block;border-bottom: 2px solid;}
#responsedata .search_result_content table h4 {padding-top: 0;margin: 0;font-weight: 600;font-size: 12px;display: inline-block;border-bottom: 2px solid;}

.crm_fullwidth .userinfo .scp-menu-dashboard-part {float: right;position: relative;}
.crm_fullwidth header .scp-leftpanel {float: none;}
.crm_fullwidth .userinfo .scp-quick-add-part {float: right;margin-right: 50px;position: relative;}

.crm_fullwidth .top-bar-alt .scp-menu-modules{width: auto !important;}
.crm_fullwidth .top-bar-alt::after {content: '';clear: both;display: table;}
.crm_fullwidth .top-right-menu {width: 60%;float: right;}
.crm_fullwidth .top-bar-alt #global_search_form_part.search-result-form {margin-bottom: 0;background: transparent;float: left;padding: 15px 0 !important;width: 80%;}
.crm_fullwidth .top-bar-alt .userinfo {width: 20% !important;float: left;text-align: right !important;}


.bcp-kb {width: 100%;}
.bcp-kb .bcp-kb-title {background: #FFF;color: #333;border-radius: 0;outline: 0}
.bcp-kb .bcp-kb-title span {background: none;display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: 16px;width: auto;height: auto;text-indent: inherit;overflow: inherit;left: .8em !important;margin-top: -7px !important;}
.bcp-kb .bcp-kb-title.ui-accordion-header-active span::before {content: '\f146';}
.bcp-kb .bcp-kb-title.ui-accordion-header-active::after {content: '';clear: both;display: table;}
.bcp-kb .bcp-kb-title span::before {content: "\f0fe";color: #80cbc4;}
.bcp-kb .bcp-kb-description {border-radius: 0;padding-bottom: 0px;}
.bcp-kb .bcp-error-msg{background:#ffc6c6;border-left:5px solid #a53c3c;color:#a53c3c;display:inline-block;font-size:13px;width:100%;box-sizing:border-box;line-height: 28px;padding-left: 5px;font-weight: 600;}
.bcp-kb .bcp-error-msg p {margin: 0;}
.bcp-kb #bcp-kb-search {border-bottom: 1px solid #d3d3d3;padding-bottom: 10px;}
.bcp-kb #bcp-kb-search {text-align: right;width: 100%;margin-bottom: 10px;}
.bcp-kb #bcp-kb-search input[type="text"] {width: 26%;background-color: #FFF;border-radius: 0;height: 40px;font-size: 15px;outline: none !important;display: inline-block;vertical-align: top;}
.bcp-kb #bcp-kb-search input[type="text"]:focus {border-color: #bbbbbb;color: #444;}
.bcp-kb #bcp-kb-search select {height: 40px;border: 1px solid #d3d3d3;font-size: 15px;outline: none !important;border-radius: 0;vertical-align: top;}
.bcp-kb #bcp-kb-search button {height: 40px;border-radius: 0;position: relative;background: #b7b7b7;color: #FFF;font-size: 15px;outline: none;padding: 0 20px;padding-left: 30px;text-transform: uppercase;}
.bcp-kb #bcp-kb-search button::before {position: absolute;font: normal normal normal 14px/1 FontAwesome;left: 12px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.bcp-kb #bcp-kb-search button[type='submit']::before {content: '\f002';}
.bcp-kb #bcp-kb-search button[type='reset']::before {content: '\f00d';}

.bcp-kb-template .page {width: 100%;}
.bcp-kb-loading {position: relative;}
.bcp-kb-loading::before {content: '';position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.1);z-index: 9999;}
.bcp-kb-loading::after {content: '';position: fixed;background: url("../images/ajax-loading.gif");float: left;height: 45px;width: 45px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

.bcp-kb .bcp-kb-title .kb-cat {float: right;font: inherit;font-size: 12px;font-weight: 500;margin-top: 2px !important;}
.bcp-kb .bcp-kb-title .kb-cat::before {display: none;}


/*--- SITE 3 ---*/
.fullwidth-fifteen-theme #global_search_form.actionform_search .search-input {width: 41%;}
.fullwidth-fifteen-theme #global_search_form.actionform_search #select_module_option {width: 40%;}
.fullwidth-fifteen-theme #global_search_form.actionform_search .search-extra {width: 58%;margin-left: 0;float: right;}
.fullwidth-fifteen-theme #global_search_form.actionform_search .search-extra .search-buttons {width: 58%;float: right;margin-left: 0;}
.fullwidth-fifteen-theme #global_search_form.actionform_search input[type="submit"],
.fullwidth-fifteen-theme #global_search_form.actionform_search input[type="reset"] {width: 48%;margin-left: 0;text-transform: none;}
.fullwidth-fifteen-theme #global_search_form.actionform_search input[type="reset"] {float: right;}

.fullwidth-fifteen-theme header .container .userinfo ul,
.fullwidth-fifteen-theme header .container .userinfo ul {top: 47px !important;}

/*18-09-2017*/
.crm_standalone .scp-leftpanel .scp-menu-profile-sec {padding: 25px 15px;}
.crm_standalone .scp-leftpanel .scp-menu-profile-sec .entry-title {display: inline-block;letter-spacing: 0.5px;color: #FFF;margin-bottom: 0; margin-top: 0;font-size: 19px !important;}
.crm_standalone .scp-leftpanel .scp-menu-profile-sec .fa-bars {float: right;color: #FFF;font-size: 20px;}

#global_search_form_part {width: 60%;}
#global_search_form.actionform_search .search-extra {width: 50%;margin-left: 0;}
#global_search_form.actionform_search #select_module_option {margin-left: 10px;width: 45%;}
#global_search_form.actionform_search .search-extra .search-buttons {width: 50%;}
#global_search_form.actionform_search .search-extra .search-buttons {margin-left: 0;}
#global_search_form.actionform_search .search-extra .search-buttons input[type="submit"] {margin-left: 10px;width: 100%;}

.crm_standalone .scp-menu-dashboard-part {float: right;position: relative;padding-right: 30px;}
.crm_standalone .scp-menu-dashboard-part .scp-open-dashboard-menu {list-style: none;}
.crm_standalone .scp-menu-dashboard-part .scp-user-img{border-radius:50%;height:42px;width:42px;display:inline-block;vertical-align: middle;position:relative;overflow:hidden;border:1px solid #e1e1e1;}
.crm_standalone .scp-menu-dashboard-part .scp-menu-dashboard {font-family: inherit;color: #fff !important;display: inline-block;vertical-align: middle;margin-left: 10px;}
.crm_standalone .scp-menu-dashboard-part .scp-menu-dashboard:after{position:absolute;content:'\f107';font-family:"FontAwesome";padding: 3px 8px 0 4px; right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
.crm_standalone .scp-menu-dashboard-part .scp-menu-dashboard.menu-active:after {content:'\f106';}
.crm_standalone .scp-menu-dashboard-part .scp-open-dashboard-menu {display: none; list-style: none;position: absolute;width: 170px;top: 100%;right: 0;margin-top: 10px;background-color: #FFF;padding: 0;box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.12); z-index: 999;}
.crm_standalone .scp-menu-dashboard-part .scp-open-dashboard-menu li {padding: 0;}
.crm_standalone .scp-menu-dashboard-part .scp-open-dashboard-menu li:last-child {border-bottom: 0;}
.crm_standalone .scp-menu-dashboard-part .scp-open-dashboard-menu li a {font-family: inherit;color: #858585 !important; font-size: 14px;padding: 12px 20px;width: 100%;}
.crm_standalone .scp-menu-dashboard-part .scp-open-dashboard-menu li a:before {font-family: "FontAwesome";padding-right: 5px;}

.activity-tab {position: relative;border: 1px solid #b7b7b7;}
.activity-tab .scp-recent-data a {color: #444;}
.crm_standalone .scp-standalone-content .dashboard-container {margin: 0;width: 100%;}
.crm_standalone .scp-standalone-content .scp_recent_activities {margin-top: 10px;}
.crm_standalone .scp-standalone-content form {margin: 0;}
.crm_standalone .container .scp-page-list-view .scp-action-header,
.crm_fullwidth .container .scp-page-list-view .scp-action-header {margin-top: 0;}
.crm_fullwidth .container .scp-page-list-view .scp-action-header .scp-action-header-left,
.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left {width: 100%;}
.crm_standalone .container .scp-page-list-view .scp-action-header .scp-action-header-left > a {float: right;text-transform: uppercase;}


/* breadcrumb */
.scp_breadcrumb {clear: both;background-color: #FFF;border: 15px solid #eef0f1;border-bottom: 0;}
.scp_breadcrumb ul {margin: 0;list-style: none; padding-left: 0;}
.scp_breadcrumb ul li {display: inline-block;padding: 10px;font-size: 13px;color: #888;position: relative;padding-right: 17px;font-weight: 600;}
.scp_breadcrumb ul li:after {position: absolute;content: '>';right: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);color: #444 !important;}
.scp_breadcrumb ul li:last-child:after {display: none;}
.scp_breadcrumb ul li a {color: #444 !important;}

/*dashboard */
.dashboard-container .entry-content > .row {margin: 0 -10px;}
.dashboard-container .dashboard-block {width: 25%;float: left;}
.dashboard-container .dashboard-stat {padding: 20px;margin:0 10px;margin-bottom:20px;position: relative;padding-bottom: 40px;border: 0;}
.dashboard-container .dashboard-stat .visual {display:inline-block;position:absolute;left: -10px;bottom: -15px;font-size: 95px;color: rgba(255,255,255,0.5);z-index: 1;pointer-events: none;}
.dashboard-container .dashboard-stat .details {position: relative;z-index: 2;}
.dashboard-container .dashboard-stat .details:after {content: '';display: table;clear: both;}
.dashboard-container .dashboard-stat .details .number {float: right;font-size: 65px;line-height: 50px;font-weight: 600;color: #FFF;}
.dashboard-container .dashboard-stat .details .desc {float: right;clear: both;font-size: 17px;color: #FFF;}
.dashboard-container .dashboard-stat a.more {display:block;width:100%;text-align:right;position:absolute;bottom:0;left:0;padding:3px 20px;color: #FFF;background-color:rgba(0,0,0,0.4);font-size:13px;text-transform:capitalize;right:0; box-sizing: border-box;}


.today-schedule-form.loading_data { margin-bottom: 70px; }
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li:hover ul.inner_ul {display: block !important;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li ul.inner_ul {display: none !important;}

.scp-leftpanel .scp-sidemenu li .inner_ul li.dropdown-module-hide {display: none;padding: 15px;padding-bottom: 16px;font-size: 13px;background-color: #000;color: #FFF;}
.toggled-on .scp-leftpanel .scp-sidemenu li .inner_ul li.dropdown-module-hide {display: block;}
.crm_standalone .scp-leftpanel .scp-sidemenu > li a.scp-active-menu + ul li a {background: #000;}
.crm_standalone .scp-leftpanel .scp-sidemenu > li a.scp-active-menu + ul li a.scp-active-submenu {background: #eef0f1;color: #000;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li#Dashboard_id ul li a {padding: 0;line-height: normal;background: transparent;color: #FFF;}

.crm_fullwidth .scp_breadcrumb {border: 0;background-color: #eef0f1;margin-bottom: 20px !important;}
.crm_fullwidth .search-box {float: left;}
.crm_fullwidth .search-result-form .search-box {width: 100%;}
.crm_fullwidth .search-result-form .search-box .search-input {width: 50% !important;}
.crm_fullwidth #global_search_form.actionform_search .search-extra {width: 50%;}


#responsedata .search_result_content .scp-knowledgebase-wrapper {padding: 0;}
#responsedata .search_result_content .scp-knowledgebase-wrapper .detail-part {border: 0;}
#responsedata .search_result_content .scp-knowledgebase-wrapper h4 {border-bottom: 0;}

@media screen and (max-width: 1250px) {
     .crm_fullwidth .container {width: 100%;}
     .crm_fullwidth .dashboard-container .entry-content > .row,
     .crm_fullwidth .module-pie-chart-part {margin: 0;}
}
@media screen and (max-width: 1200px) {
.dashboard-container .dashboard-block {width: 33.33%;}
}
@media screen and (min-width: 992px) {
    .crm_standalone .scp-leftpanel {display: block !important;}
}
@media screen and (min-width: 992px) and (max-width: 1023px){
 .crm_standalone .scp-leftpanel .scp-menu-profile-sec {padding: 15px 5px;}
 .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li ul li a {padding: 14px 0;}
}

@media screen and (max-width: 991px) {
    .crm_standalone .entry-content span#toggle {margin-top: 0;}
    .toggled-on .crm_standalone .container .scp-page-list-view {width: 100%;}
    .toggled-on .crm_standalone .scp-leftpanel {width: 100%;position: static;height: auto;}
    .crm_standalone .scp-leftpanel .scp-menu-profile-sec {display: none;}
    .toggled-on .entry-content .scp-sidemenu > li > a span.menu-text {display: inline-block;}
    .toggled-on .crm_standalone .entry-content .scp-sidemenu > li > a > .arrow {display: inline-block;}
    .toggled-on .crm_standalone .scp-leftpanel::after {display: none;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li a {line-height: 0;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-menu-profile-sec .fa-bars {float: none;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li {position: relative;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li > .inner_ul {position: static;left: auto;top: auto;width: auto;display: none !important;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li ul li a {padding: 17px 0;padding-left: 45px;}

    .toggled-on .crm_standalone .container .scp-page-list-view {padding-left: 0;}
    .toggled-on .scp-leftpanel .scp-sidemenu li .inner_ul li.dropdown-module-hide {display: none;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li:hover ul.inner_ul {display: none !important;}
    .toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li > a.scp-active-menu+.inner_ul {display: block !important;}

    .search-result-form .search-box .search-input {width: 90%;}
    .search-result-form .search-extra {width: 8%;}
    #global_search_form_part.search-result-form {padding-left: 0 !important;}
    #global_search_form.actionform_search .search-input {width: 100%;margin-bottom: 10px;}
    #global_search_form.actionform_search .search-extra {margin-left: 0;width: 100%;}

    .module-pie-chart-part .chart_3 {width: 100%;}
    .module-pie-chart-part .chart_3 .chart-content {margin: 0 !important;}

    .module-pie-chart-part .chart_2 {width: 100%;margin-bottom: 45px;}
    .module-pie-chart-part .chart_2 .chart-content {margin: 0 !important;}

    .module-pie-chart-part .chart_1 {width: 100%;margin-bottom: 10px;}
    .module-pie-chart.chart_2_5 {width: 100%;margin-top: 10px;}

    #global_search_form.actionform_search #select_module_option {margin-left: 0;width: 50%;}
    #global_search_form.actionform_search .search-extra .search-buttons {width: 48.1%;}
    #global_search_form_part.search-result-form .search-box {padding: 0 15px;padding-right: 0 !important;}
    #global_search_form_part.search-result-form .search-input {width: 80%;margin-bottom: 10px;}
    #global_search_form_part.search-result-form .search-extra {width: auto;margin-left: 10px;}

    .crm_fullwidth .top-right-menu {width: 70%;}
    .crm_fullwidth #global_search_form_part.search-result-form .search-box {padding-left: 0;}
    .crm_fullwidth #global_search_form_part.search-result-form .search-input {width: 50% !important;}
    .crm_fullwidth #global_search_form.actionform_search .search-extra {width: 47%;}

    .bcp-kb #bcp-kb-search input[type="text"] {width: 100%;margin-bottom: 10px;}
    .bcp-kb #bcp-kb-search select {width: 100%;margin-bottom: 10px;}

    .fullwidth-fifteen-theme #global_search_form.actionform_search .search-input {width: 100%;}
    .fullwidth-fifteen-theme #global_search_form.actionform_search #select_module_option {width: 100%;margin-bottom: 10px;}
    .fullwidth-fifteen-theme #global_search_form.actionform_search .search-extra {width: 100%;}
    .fullwidth-fifteen-theme #global_search_form.actionform_search .search-extra .search-buttons {width: 100%;margin-left: 0;}
    .fullwidth-fifteen-theme #global_search_form.actionform_search input[type="submit"],
    .fullwidth-fifteen-theme #global_search_form.actionform_search input[type="reset"] {width: 49%;}

    .scp_breadcrumb {border-width: 5px;padding: 0 !important;}
    .all-notes .scp-case-form textarea {width: 100%;}

}
@media screen and (max-width: 767px) {
    .dashboard-container .dashboard-block {width: 50%;}
    .crm_standalone .scp-standalone-content .dashboard-container {padding: 0;}

    .crm_standalone header .container a.scp-manage-page-header-sec {float: none;}
    #global_search_form_part.search-result-form {width: 100%;float: none;clear: both;margin-top: 10px;}
    .search-result-form .search-box {width: 100%;float: none;padding: 0 !important;}
    #global_search_form_part.search-result-form .search-input {margin-bottom: 0 !important;}

    .crm_fullwidth #global_search_form_part.search-result-form .search-input {width: 100% !important;margin-bottom: 10px !important;}
    .crm_fullwidth #global_search_form.actionform_search .search-extra {width: 100% !important;margin-left: 0;}
    .crm_fullwidth #global_search_form.actionform_search #select_module_option {width: 100%;}
    .crm_fullwidth #global_search_form.actionform_search .search-extra .search-buttons {width: 100%;margin-top: 10px;}
    .crm_fullwidth #global_search_form.actionform_search .search-extra .search-buttons input[type="submit"] {margin-left: 0;}

    .crm_fullwidth .top-right-menu {width: 100%;}
    .crm_fullwidth .top-bar-alt #global_search_form_part.search-result-form {width: 100%;}
    .crm_fullwidth .top-bar-alt .userinfo {width: 100% !important;padding: 0 !important;}
    .crm_fullwidth .top-bar-alt .userinfo .scp-open-manage-menu {right: 0;left: auto !important;top: 30px;}

    .crm_standalone header .container .userinfo ul {left: -100% !important;}
    .crm_fullwidth header .container .userinfo ul {left: 0 !important;}

    .fullwidth-fifteen-theme #global_search_form.actionform_search .search-extra .search-buttons {width: 100%;margin-left: 0;}
    .fullwidth-fifteen-theme #global_search_form.actionform_search input[type="submit"],
    .fullwidth-fifteen-theme #global_search_form.actionform_search input[type="reset"] {width: 48.8%;}
}
@media screen and (max-width: 590px) {
    .dashboard-container .dashboard-block {width: 100%;}
    .dashboard-container .entry-content > .row {margin: 0;}
    .dashboard-container .dashboard-stat {margin: 0;margin-bottom: 20px;}
    .module-pie-chart-part {margin: 0;}
    .module-pie-chart .pie-chart-content {margin: 0;margin-bottom: 20px;}

    .crm_standalone #global_search_form_part {width: 100%;margin: 10px 0;}
    #global_search_form.actionform_search #select_module_option {width: 100%;margin-bottom: 10px;}
    #global_search_form.actionform_search .search-extra .search-buttons {margin-left: 0;width: 100%;}
    #global_search_form.actionform_search input[type="submit"],
    #global_search_form.actionform_search input[type="reset"] {width: 48%;}
    #global_search_form.actionform_search .search-extra .search-buttons input[type="submit"] {margin-left: 0;}

}


/*Added For Side bar active menu*/



/*21-11-2017*/
body{ margin: 0;}
.scp-login-form ul li input#scp-login-form-submit{ /*border: none !important;*/ cursor: pointer; border-bottom: 4px solid #73b6b0;}
input[type="submit"]:hover{ cursor: pointer;}
input[type="button"]:hover{ cursor: pointer;}

input[type="submit"] { border: none; }
.crm_standalone .scp-menu-dashboard-part .scp-user-img img{ max-width: 100%; height: auto;}

.scp-special-checkbox.error-line { display: block; width: auto; }

*, ::before, ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.userinfo .top-btn a:hover,
.userinfo > span > a:hover,
.scp-tab li a:hover,
.main-col a:hover,
.crm_fullwidth a:hover,
.scp-knowledgebase-wrapper .detail-part .question h4 a:hover { text-decoration: none;}

.scp-form .scp-form-actions > span .action-form-btn:hover,
.scp-form .scp-form-actions > span .action-form-btn:active,
.scp-form .scp-form-actions > span .action-form-btn:focus,
.all-notes .scp-case-form input[type="button"]:hover,
.all-notes .scp-case-form input[type="button"]:active {
    border-top: 0;
}
.scp-form-title .scp-dtl-deletebtn:hover,
.scp-form-title .scp-dtl-editbtn:hover,
.scp-form-title .scp-dtl-viewbtn:hover,
.scp-form-title .scp-dtl-acceptbtn:hover,
.scp-form-title .scp-dtl-declinebtn:hover{ cursor: pointer;}

.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec:hover a,
.crm_standalone .scp-leftpanel .scp-sidemenu .scp-menu-profile-sec a:hover {
    border-bottom: 0 !important;
}

#responsedata .search_result_content table td a:hover {text-decoration: underline;}
.toggled-on .crm_standalone .scp-leftpanel .scp-sidemenu > li:hover a {border-bottom: 0 !important;}

input[type="button"].scp-Cases-update{ background: #f48fb1 !important; }

.crm_standalone header .container .userinfo, .crm_fullwidth header .container .userinfo{ box-sizing: border-box; }
.crm_standalone header .container h1, .crm_fullwidth header .container h1{ margin: 0; }
.page .entry-header{ margin: 0 auto 50px; }

.scp_product_image { min-width: 50px; max-width: 200px; }
.bc_proposal_quotes { min-height: 50px; margin-top: 20px;}

/* Start - Modal popup in quote */
h5, .h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* added for radio button style */
.scp-form-group label input[type="radio"] {margin: 0;display: inline-block;vertical-align: middle;width: auto !important;}
.scp-form-group label input[type="radio"] + span {display: inline-block;vertical-align: middle;margin-left: 5px;}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/* End - Modal popup in quote */

/*20-4-2018*/
body.modal-open .crm_standalone .scp-leftpanel:after { width: 14.8%; }
.modal-content .form-body textarea.scp-form-control { height: auto; max-width: 100%;}
.modal-footer .btn { display: inline-block; padding: 8px 15px; color: #fff !important; text-transform: uppercase; font-weight: 800;}
.modal-footer .btn-cncl { background: #cccccc !important; border: none;}


/* 23-04-2018*/
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span .reason-history {display: block;margin-bottom: 10px;}
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span .reason-history:after {content: '';display: table;clear: both;}
.scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > span .reason-history:last-child {margin-bottom: 0;}

.scp-page-list-view .scp-page-action-title .pull-right {width: 40%;text-align: right;font-size: 0;}
.scp-page-list-view .scp-page-action-title:after {content: '';display: table;clear: both;}
.scp-page-list-view .scp-page-action-title input[type='text'].form-control { border: 1px solid #e1e1e1; border-radius: 0; padding: 0 8px; height: 35px; background: none; width: 52%; display: inline-block;vertical-align: middle;}
.scp-page-list-view .scp-page-action-title input[type='button'],
.scp-page-list-view .scp-page-action-title input[type='reset'] { height: 35px; border: 0; padding: 0 10px; background-color: #ccc; margin-left: 5px; cursor: pointer; border-radius: 0; display: inline-block;vertical-align: middle;}
.scp-page-list-view .scp-table-responsive #show_more_btn { font-size: 14px; text-decoration: none; color: #333; display: inline-block; margin-top: 10px;  padding: 6px 8px; background-color: #ccc;}
.scp-page-list-view #bcp_product_list_table tr th,
.scp-page-list-view #bcp_product_list_table tr td {vertical-align: middle;}
.scp-page-list-view #bcp_product_list_table tr td:first-child {padding: 0 8px;}
.scp-page-list-view #bcp_product_list_table tr th a,
.scp-page-list-view #bcp_product_list_table tr td a {padding: 0;}
.scp-page-list-view #bcp_product_list_table tr td .input_qty {width: 90px;margin: auto;}

.scp-page-list-view #example tr th,
.scp-page-list-view #example tr td {vertical-align: middle;}

@media screen and (max-width: 991px) {
    .scp-page-list-view .scp-page-action-title .pull-right {width: 50%;}
}
@media screen and (max-width: 767px) {
    .scp-form-container {display: block;}
	.scp-page-list-view .scp-page-action-title .pull-right {float: none;text-align: left;width: 100%;}
    .scp-page-list-view .scp-page-action-title input[type='text'].form-control {width: 48%;}
}

/*29/6/2018*/
/*.scp-standalone-content .search_result_content > table { border-collapse: collapse; margin-bottom: 15px; }
#responsedata.scp-standalone-content .search_result_content > table tr > td { border-left-width: 1px; }*/
table a.more {display:inline-block;text-align:right;padding:5px 20px;color: #FFF !important;background-color:rgba(0,0,0,0.4);font-size:13px;text-transform:capitalize;right:0; box-sizing: border-box; text-decoration: none !important;}
table a.more:hover { opacity: 0.8; }
.scp-form-group .scp-multiselect { min-height: 74px; }
.scp-form-group .scp-multiselect option{ padding: 3px; min-height: 20px; }



@media screen and (min-width: 591px) {
.dashboard-container .dashboard-block.col-md-12 { width: 100%; }
.dashboard-container .dashboard-block.col-md-6 { width: 50%; }
.dashboard-container .dashboard-block.col-md-4 { width: 33.3%; }
.dashboard-container .dashboard-block.col-md-3 { width: 25%; }
}

@media screen and (max-width: 767px) {
.dashboard-container .dashboard-block.col-md-4,
.dashboard-container .dashboard-block.col-md-3 { width: 100%; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.dashboard-container .dashboard-block.col-md-4,
.dashboard-container .dashboard-block.col-md-3 { width: 50%; }
}

/* 31-07-2018 */
.crm_standalone .scp-menu-dashboard-part .notification-icon { color: #fff; margin: 10px 20px 10px 10px; display: inline-block; vertical-align: middle; }
.crm_standalone .scp-menu-dashboard-part .scp-menu {display: inline-block; vertical-align: middle;}

.scp-notification-settings-panel .scp-table td input[type="checkbox"] {cursor: pointer;}
.scp_noti_header .checkbox-wrap input[type="checkbox"] {cursor: pointer;}
.scp_noti_body .checkbox-wrap input[type="checkbox"] {cursor: pointer;}
.scp-notification-settings-panel .scp-form-actions input[type="submit"],
.scp-notification-settings-panel .scp-form-actions input[type="button"] {width:auto; padding:14px 15px;}

.scp-form span[data-toggle="tooltip"], .scp-form a[data-toggle="tooltip"] { cursor: pointer; color: #444444; font-size: 15px; display: inline-block; margin: 0 2px 0 4px; position: relative; }
.scp-form span[data-toggle="tooltip"]:after, .scp-form a[data-toggle="tooltip"]:after { font-family: 'Open Sans', sans-serif; content: attr(data-title); display: none; opacity: 0; position: absolute; width: 160px; left: 100%; top: -5px; font-size: 12px; color: #FFF; padding: 5px 8px; z-index: 99; border-radius: 4px; margin-left: 8px; word-break: normal; background-color: #444444; }
.scp-form span[data-toggle="tooltip"]:before, .scp-form a[data-toggle="tooltip"]:before { content: ''; position: absolute; left: 100%; top: 1px; border-right: 7px solid #444444; border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 1px; display: none; opacity: 0; }
.scp-form span[data-toggle="tooltip"]:hover:after, .scp-form a[data-toggle="tooltip"]:hover:after { display: inline-block; opacity: 1; -webkit-animation: fade 1s ease; -moz-animation: fade 1s ease; animation: fade 1s ease; }
.scp-form span[data-toggle="tooltip"]:hover:before, .scp-form a[data-toggle="tooltip"]:hover:before { display: inline-block; opacity: 1; -webkit-animation: fade 1s ease; -moz-animation: fade 1s ease; animation: fade 1s ease; }
@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}

/* 07-08-2018 */
.top-bar .notification-icon {position: relative;}
.top-bar .notification-icon .scp-notification-counter {position: absolute;}
.notification-icon .scp-notification-counter { position: absolute; top: -10px; right: -10px; font-size: 12px; padding: 1px 6px; color: #FFF; border-radius: 100%; min-width: 19px; background-color: #bf1313;}
.scp-action-header h3.notification:before {content: "\f0f3";}
#notification_list_form .scp-notification-wrapper  {border: 1px solid #b7b7b7;}

.scp-notification-wrapper ul {margin: 0;}
.scp-notification-wrapper ul li {padding: 10px 5px; position: relative; width: 100%; margin: 0; display: block; font-size: 0; border-bottom: 1px solid #d8d8d8;}
.scp-notification-wrapper ul li:after {content: '';display: table;clear: both;}
.scp-notification-wrapper ul li:last-child {border-bottom: none;}
.scp-notification-wrapper ul li a {color: #333;}
.scp-notification-wrapper ul li input[type="checkbox"] { margin: 0; display: inline-block; vertical-align: middle; }
.scp-notification-wrapper ul li .inline-item {display: inline-block; vertical-align: middle; font-size: 14px;}
.scp-notification-wrapper ul li .checkbox-wrap {width: 30px; text-align: center;}
.scp-notification-wrapper ul li .detail-wrap {width: calc(100% - 30px); padding-right: 200px; padding-left: 5px;}
.scp-notification-wrapper ul li .date-wrap { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.scp-notification-wrapper ul li .date-wrap a {padding-right: 18px;}
.scp-notification-wrapper .scp_noti_header {padding: 6px 0; background-color: #5b5b5b;}
.scp-notification-wrapper .scp_noti_header ul li {line-height: 14px;}
.scp-notification-wrapper .scp_noti_header ul li,
.scp-notification-wrapper .scp_noti_header ul li a {color: #FFF;}
.scp-notification-wrapper .scp_noti_body ul li .date-wrap { color: #000; border: none; padding: 2px 10px; font-size: 13px; border-radius: 5px; }
.scp-notification-wrapper ul li .detail-wrap .scp-unread-icon { width: auto; margin-right: 4px; color: #bf1313;}

/* subpanel (16-08-2018) */
.scp-subpanel-wrap {margin-top: 10px;}
.scp-subpanel-wrap .scp_subpanel {margin-top: 10px; border: 1px solid #b7b7b7;}
.scp_subpanel .scp_subpanel_heading {padding: 10px; cursor: pointer; background-color: #f1f1f1;}
.scp_subpanel .scp_subpanel_heading:after {content: '';display: table;clear: both;}
.scp_subpanel .scp_subpanel_heading span { font-size: 14px; font-weight: 600; color: #333; font-family: inherit;}
.scp_subpanel .scp_subpanel_heading span:before {font-family: "FontAwesome"; margin-right: 5px;}
.scp_subpanel .scp_subpanel_heading i.fa {float: right; font-size: 14px; margin-top: 3px;}
.scp_subpanel .scp_subpanel_heading.active i.fa:before {content: "\f068";}
.scp_subpanel .scp_subpanel_body {padding: 10px; display: none; border-top: 1px solid #b7b7b7;}
.scp_subpanel .scp_subpanel_body:after {content: '';display: table;clear: both;}
.scp_subpanel .scp_subpanel_body .blockElement {position: static !important; right: 0; margin: 0 auto !important;}
.crm_standalone .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-action-header,
.crm_fullwidth .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-action-header {margin: 0;}
.crm_standalone .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-action-header .scp-action-header-left > a,
.crm_fullwidth .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-action-header .scp-action-header-left > a {margin-top: 3px;}
.crm_standalone .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-table-responsive strong,
.crm_fullwidth .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-table-responsive strong {font-size: 13px; font-weight: 200;}

/* notification filter (16-08-2018) */
#notification_list_form .top-action:after {content: '';display: table;clear: both;}
#notification_list_form .top-action .scp-notification-search {width: 65%;float: left;}
#notification_list_form .top-action .scp-top-button {float: right; margin-top: 4px;}
#notification_list_form .top-action .scp-top-button a.scp-Notifications {background: #bf1313;}
#notification_list_form .top-action .scp-top-button a.scp-Notifications span.fa {margin-right: 5px;}
#notification_list_form .top-action .scp-top-button a.scp-Notifications.disabled {opacity: 0.5;pointer-events: none;}
#notification_list_form .top-action .scp-top-button:after {content: '';display: table;clear: both;}
#notification_list_form .top-action .scp-notification-search .input-wrapper {width: 40%; float: left;}
#notification_list_form .top-action .scp-notification-search .inline-wrap {width: 50%; float: left; padding: 0 5px;}
#notification_list_form .top-action .scp-notification-search .inline-wrap select,
#notification_list_form .top-action .scp-notification-search .inline-wrap input[type="text"] {width: 100%; height: 32px; border: 1px solid #b7b7b7; padding: 0 7px; padding-right: 22px;}
#notification_list_form .top-action .scp-notification-search .inline-wrap select {padding: 0 3px;}
#notification_list_form .top-action .scp-notification-search .datepicker-wrap {width: 40%; margin-bottom:7px; float: left; position: relative;}
#notification_list_form .top-action .scp-notification-search .datepicker-wrap .to-label { position: absolute; width: 40px; left: 0; right: 0; color: #FFF; margin: auto; height: 32px; line-height: 32px; text-align: center; font-size: 12px; font-weight: 600; text-transform: uppercase; background-color: #5b5b5b; }
#notification_list_form .top-action .scp-notification-search .datepicker-wrap .inline-wrap:last-child input[type="text"] {padding-left: 22px;}
#notification_list_form .top-action .scp-notification-search .action-btn-wrap {width: 20%; float: left;}
#notification_list_form .top-action .scp-notification-search .action-btn-wrap {font-size: 0;}
#notification_list_form .top-action .scp-notification-search .action-btn-wrap input[type="submit"],
#notification_list_form .top-action .scp-notification-search .action-btn-wrap input[type="reset"] { cursor: pointer; width: auto; font-size: 14px; margin-left: 5px; border: none; color: #FFF; height: 32px; font-weight: 700; display: inline-block; vertical-align: middle; background-color: #5b5b5b; margin-bottom: 5px; }


@media screen and (max-width: 1530px) {
	#notification_list_form .top-action .scp-notification-search {width: 78%;}
}
@media screen and (max-width: 1420px) {
	#notification_list_form .top-action .scp-notification-search {width: 100%;margin-bottom: 8px;}
	#notification_list_form .top-action .scp-top-button {margin-right: 5px;}
	#notification_list_form .scp-dtl-panel .scp-table th:last-child,
    #notification_list_form .scp-dtl-panel .scp-table td:last-child {width: 20%;}
}
@media screen and (max-width: 991px) {
    .scp-notification-wrapper ul li .detail-wrap {padding-right: 10px;}
    .scp-notification-wrapper .scp_noti_body ul li .date-wrap {position: static; margin-top: 10px; float: right; -webkit-transform: none; transform: none;}
}
@media screen and (max-width: 767px) {
	#notification_list_form .top-action .scp-notification-search .input-wrapper {width: 100%;}
	#notification_list_form .top-action .scp-notification-search .datepicker-wrap {width: 100%;margin: 10px 0;}
	#notification_list_form .top-action .scp-notification-search .action-btn-wrap {width: auto;}
	#notification_list_form .top-action .scp-notification-search .action-btn-wrap input[type="submit"],
	#notification_list_form .top-action .scp-notification-search .action-btn-wrap input[type="reset"] {width: auto;padding: 0 15px;}
}

/*22/8/2018*/
/*.crm_fullwidth .top-bar-alt { padding: 10px; }*/

@media screen and (min-width: 768px) and (max-width: 1023px)  {
    .crm_fullwidth .top-right-menu { width: 71%; }
    .crm_fullwidth #global_search_form_part.search-result-form .search-input{ width: 30% !important; }
    .crm_fullwidth #global_search_form.actionform_search .search-extra { width: 53%; }
    .crm_fullwidth .top-bar-alt .scp-menu-modules { padding-right: 15px; }
    .crm_fullwidth .top-bar-alt .userinfo { width: 22% !important; }
    .crm_fullwidth .top-bar-alt #global_search_form_part.search-result-form { width: 78%; }
}

@media screen and (min-width:1024px) {
    .crm_fullwidth .top-right-menu { width: 75%; }
    .crm_fullwidth .search-result-form .search-box .search-input { width: 40% !important; }
    .crm_fullwidth .top-bar-alt .scp-menu-modules { padding-right: 15px; }
}

.scp_subpanel_body.scp_Cases_subpanel .scp-action-header { text-align: right; }
.scp_subpanel_body.scp_Documents_subpanel .scp-action-header-left { text-align: right; }
.scp_subpanel_body.scp_Notes_subpanel .scp-action-header-left { text-align: right; }
.scp_subpanel_body.scp_Calls_subpanel form { margin:0; }
.scp_subpanel_body.scp_AOS_Contracts_subpanel form { margin:0; }
.scp_subpanel_body.scp_AOS_Quotes_subpanel form { margin: 0; }
.scp_subpanel_body.scp_Meetings_subpanel form { margin: 0; }
.crm_fullwidth .container .scp-page-list-view .scp_subpanel .scp_subpanel_body .scp-action-header { display: block; font-size: 0; }
.crm_fullwidth header .container .userinfo a { position: relative; padding-right: 15px; }
.crm_fullwidth header .container .userinfo .scp-notification-counter { top: -10px; right: 4px; }

/* notification popover */
.scp-notification-icon-div {display: inline-block; vertical-align: middle; position: relative;}
.scp-notification-icon-div .scp-notification-dropdown-div { position: absolute; top: 100%; right: 10px; margin-top: 10px; width: 300px; background-color: #fff; z-index: 999; border: 1px solid #dcdcdc;}
.scp-notification-icon-div .scp-notification-dropdown-div:before { position: absolute; top: -7px; right: 9px; display: inline-block !important; border-right: 7px solid transparent; border-bottom: 7px solid #eee; border-left: 7px solid transparent; border-bottom-color: #dcdcdc; content: ''; }
.scp-notification-icon-div .scp-notification-dropdown-div:after { position: absolute; position: absolute; top: -6px; right: 10px; display: inline-block !important; border-right: 6px solid transparent; border-bottom: 6px solid #eaedf2; border-left: 6px solid transparent; content: ''; }
.scp-notification-dropdown-div ul {margin: 0;padding: 0;list-style: none;}
.scp-notification-dropdown-div ul ul { max-height: 234px; overflow-y: auto; }
.scp-notification-dropdown-div ul li {padding: 0; border-bottom: 1px solid #eaeaea;}
.scp-notification-dropdown-div ul li:last-child {border-bottom: none;}
.scp-notification-dropdown-div ul li:after,
.scp-notification-dropdown-div ul li a:after {content: '';display: table;clear: both;}
.scp-notification-dropdown-div ul li a { display: block; font-weight: normal; line-height: 20px; white-space: normal; font-size: 13px; padding: 12px 10px; text-shadow: none; }
.scp-notification-dropdown-div ul li a .details {float: left; color: #888;}
.scp-notification-dropdown-div ul li a .time { float: right; display: inline-block; font-size: 11px; font-weight: 400; text-align: right; padding: 1px 7px; color: #888; background-color: #f1f1f1; max-width: 75px;}
.scp-notification-dropdown-div ul li:hover a {background: #f8f9fa;}


.scp-notification-dropdown-div ul .scp-popup-notification-count {padding: 12px 10px; background-color: #eaedf2;}
.scp-notification-dropdown-div ul .scp-popup-notification-count span {float: left; font-size: 13px; font-weight: normal; color: #333;}
.scp-notification-dropdown-div ul .scp-popup-notification-count a {float: right; font-size: 13px; line-height: normal; padding: 0; font-weight: normal; color: #337ab7;}
.scp-notification-dropdown-div ul li.scp-popup-notification-count:hover a {background: transparent;}

@media screen and (max-width: 590px) {
    .scp-notification-icon-div .scp-notification-dropdown-div {width: 260px; right: -80px;}
    .scp-notification-icon-div .scp-notification-dropdown-div:before {right: 100px;}
    .scp-notification-icon-div .scp-notification-dropdown-div:after {right: 101px;}
}

#case-updates .scp-data-scroll .scp-case-list .data-view { font-size: 15px; color: #81c784; }
#case-updates .scp-data-scroll .scp-case-list .data-view .fa { padding-left: 5px; }
#case-updates .scp-data-scroll .scp-case-list .data-view a.scp-Notes-Attachment-font {
    color: #0073aa !important;
    font-size: 12px;
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
}
.all-notes > ul li > b {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}
a.general-link-btn { width: auto; max-width: 113px; margin-left: 15px; }
.scp-form .scp-Notes-font { display: inline-block; vertical-align: middle; }
.scp-form .scp-Documents-font { display: inline-block; vertical-align: middle; }
.preview-cstm { position: relative; width: 18px; height: 18px; vertical-align: top; }
.preview-cstm:before { content: ''; background: url(../images/preview-icon.svg) no-repeat; width: 18px; height: 18px; background-size: cover; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; }
.scp-page-list-view #example tr th, .scp-page-list-view #example tr td { width: auto; }
.all-notes > ul > li ul { list-style: disc;  list-style-position: inside; font-size: 12px;}
.scp-table-responsive > .scp-table > tr.scp_note_footer_font { font-size: 11px; }

.detail-part .answer .panel.New.Panel.scp-dtl-panel {
    display: block;
}

.detail-part .answer .panel.New.Panel.scp-dtl-panel a.general-link-btn {
    width: 100% !important;
    display: inline;
}
.scp-data-scroll .scp-case-list ul li {
  list-style-position: outside;
}
.scp-data-scroll .scp-case-list ul {
  padding-left: 10px;
}

/* Solution Css */
.crm_standalone .container .sfcp-case-solution p,
.crm_fullwidth .container .sfcp-case-solution p {
    padding: 10px;
}
p.solution-info {
    margin-bottom: 10px;
}
p.solution-not-found {
    /*border-top: 1px solid #e1e1e1;*/
    margin-bottom: 0;
}
.sfcp-solution-not-found:not(.solution-not-found) {
    margin-top: 20px;
    border-top: 1px solid #d6d6d6 !important;
    padding-top: 35px;
    float: left;
    width: 100%;
}
.sfcp-solution-not-found span.not-found-note {
    float: none;
    width: auto;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}
.sfcp-solution-not-found a {
    text-transform: uppercase;
    padding: 6px 11px;
    color: #fff !important;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 800;
    border: none;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
    float: none;
    width: auto;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}
.sfcp-solution-not-found a fa {
    padding-right: 10px;
}

.sfcp_form_search_box_div {position: relative;}
.sfcp_form_search_box_div input[type='text'] { border: 1px solid #b7b7b7; font-size: 13px; border-radius: 0; height: 40px; width: 100%; vertical-align: middle; padding: 0 115px 0 8px; color: #333; background: #FFF; }
.sfcp_form_search_box_div .sfcp_solution_search_btn { position: absolute; top: 0; right: 0; z-index: 99; height: 40px; padding: 0 29px; font-size: 14px; font-weight: 800; border-radius: 0; background-color: #5b5b5b; }
.crm_fullwidth .sfcp_form_search_box_div .sfcp_solution_search_btn { position: absolute; top: 2px; right: 0; z-index: 99; height: 40px; padding: 0 29px; font-size: 14px; font-weight: 800; border-radius: 0; background-color: #5b5b5b; }
.sfcp_form_search_box_div .sfcp_solution_search_btn:hover { background-color: #5b5b5b; }
#solutionlist-items .scp-form-title h4 {margin-bottom: 0; font-weight: bold;}
/*#solutionlist-items .scp-KBContents-wrapper .detail-part {border-bottom: none;}*/
#solutionlist-items .scp-KBContents-wrapper .detail-part:nth-last-child(2) {border-bottom: 1px solid #e1e1e1;}
#solutionlist-items .sfcp-solution-add-case-link { padding: 10px 15px; font-size: 14px; background: #d8d8d8; margin: 15px 0;}
#solutionlist-items .sfcp-solution-add-case-link a {text-decoration: underline;}

.sfcp-case-solution { border: 1px solid #e1e1e1; }
.sfcp-case-solution .scp-form-title { padding-left: 10px; padding-right: 10px; margin-bottom: 0; border-bottom: none !important;}
.sfcp-case-solution .scp-form-title h4 .fa-lightbulb-o { color: #f78825; font-size: 20px; margin-right: 10px; }

/*solution css*/
#search_solutions_form .sfcp_solution_search_btn {
    cursor: pointer;
    border: none;
    color: #FFF;
}
#solutionlist-items {
    margin-top: 12px;
}
#solutionlist-items .scp-form-title p {
    font-size: 14px;
    font-weight: bold;
}
#solutionlist-items .scp-table-responsive .sfcp-solution-not-found {
	margin-top: 12px;
}

/* Multi Language selection css */
.scp-form .scp-lang-change-div {
    text-align: center;
}
.scp-lang-change-div select {
    /*width: 180px;*/
    width: 145px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background-color: #f5f5f5;
}

.scp-lang-change-div.scp-lang-register {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.scp-lang-register select{
    background-color: #fff !important;
}

.scp-form .scp-lang-change-div label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

/* captcha css */
#scp-recaptcha iframe {
    width: 100%;
}
#scp-recaptcha > div {
    width: 100% !important;
}
#general_form_id .action-form-btn{
    width:auto;
    padding:14px 15px;
}
#search-product{float:left;}
.product-btn{
    background: #ccc;
    border: 0;
    line-height: 43px;
    display: inline-flex;
    height: 35px;
    padding: 5px;
    width: 35px;
    text-align: center;
    float: left;
    margin-right: 2px; 
    cursor: pointer;
}
.product-btn .fa{
    text-align: center;
    margin: 0 auto;
    line-height: 25px;
}
.common-btn{
    width: auto !important;
    padding: 14px 15px !important;
    text-align: center !important;
}
#settings_form select {
    width: 100%;
}
.dashboard-enable-span{position:relative; top:-3px;}
.scp_product_search_action input#search-product{width: 322px; display: inline-block; white-space: nowrap; text-overflow: ellipsis;}
.scp_product_search_action .pull-right{display: flex;}

#notification_list_form .top-action .scp-notification-search .datepicker-wrap .middle-to-label{width:60px; left:-15px;}
#notification_list_form .top-action .scp-notification-search .action-btn-wrap.espanol-btn-group{
    display: block; width: auto; float: left;
}

.crm_standalone .scp-menu-dashboard-part .feedback-icon {
    color: #fff;
}
.crm_fullwidth h1.entry-title:before{
    content:"";
    display:none;
}
.scp-notification-search select, .scp-notification-search input{font-size:14px;}
.scp-notification-search span.to-label{position: relative; top:7px;}
.crm_fullwidth .scp-notification-search .espanol-btn-group{position: relative; top:7px;}
.scp-notification-search .espanol-btn-group input{padding-top: 0; padding-bottom: 0;}
#notification_list_form .top-action .scp-notification-search .datepicker-wrap .to-label{position: relative; top:0; padding: 0 5px; left:auto; right:auto; width:auto; margin: 0 -5px 0 0;}
.crm_fullwidth #notification_list_form .top-action .scp-notification-search .datepicker-wrap .to-label{position: relative; top:7px;} 
#notification_list_form .top-action .scp-notification-search .datepicker-wrap{display: flex;}
#notification_list_form .top-action .scp-notification-search .datepicker-wrap .inline-wrap{padding-right: 0;}
.site-content{overflow: inherit;} 
#eventInfo a{box-sizing: border-box;}
#eventInfo span{
    float: left;
    height: auto !important;
    width: 51% !important;
}
#eventInfo select{
    float: left;
}
.print-header .scp-logo{display: inline-block; float: left;}
.print-header h3{float: left; margin-left: 25px;}
.print-header{
   display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px; 
}
/*#detailpanel_3 .panelContainer{
    width: 100%;
    margin-right: 0 !important;
}*/
#detailpanel_3 .tbl-responsive .panelContainer th, #detailpanel_3  .tbl-responsive .panelContainer .inlineEdit.first td{padding: 0 10px !important;}

    
@media print 
{
    .print-div{
        width: 50%;
        float: left;
        font-family: arial;
    }
    body {
        font-family: arial;
    }
    .print-div:nth-child(2n){
        text-align: right;
    }
    .scp-col-6.panel-left-label > label,
    .scp-col-6.panel-left-label > span {
        width: 36%;
        vertical-align: top;
        line-height: normal;
        margin-bottom: 10px;
        word-break: break-word;
        font-size: 14px;
    }
    .tbl-responsive {
        display: block;
        width: auto;
        height: auto;
        overflow: visible; 
    }
    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
    
    header,
    .scp-action-header,
    .top-bar-alt,
    .top-bar,
    .scp-leftpanel,
    .scp_breadcrumb,
    .scp-move-action-btn,
    .scp-subpanel-wrap {
        display:none !important;
    }
    .Quote.Details.scp-dtl-panel, .Line.Items.scp-dtl-panel, #detailpanel_3 .panel-title{padding-left: 5px;}
    .print-div .scp-logo{display: inline-block; float: left; 
        width: 110px;
        height: 110px;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .print-div .scp-logo img{
        width: 100%;
    }
    h3.scp-login-heading{margin-left: 15px; display: inline-block;}
    .panel-title{border-bottom: 1px solid #ddd; margin-bottom: 10px;}
    /*.print-div h3{ display: none;}*/
    .scp-action-header h3{padding-left: 15px; float: left; font-size: 22px; color: #000;}
    .scp-action-header h3:before{content: ""; font-size: 0;}
    .scp-action-header{float: left; width: 50%;}
    .print-header{float: right; width: 50%;}
    .scp-form.scp-form-2-col{float: left; width: 100%;}
    /*.print-div{
       display: flex;
        float: left;
        width: 100%;
        margin-bottom: 25px; 
    }*/
    .scp-entry-header .scp-dtl-panel .scp-col-6.panel-left-label > label {padding-right: 15px; display: inline-block;}
    .print-header-div, .print-header{background-color:#f3f3f3 !important; margin-bottom: 30px; border-bottom: 2px solid #999; display: inline-block; width: 100%;}
    .print-kb-header, .print-kb-description{display: block; width: 100%; float: left; font-family: arial;}
    .print-kb-header h3{font-family: arial; border-bottom: 1px solid #ddd; }
    .print-kb-title{font-size: 30px; margin-bottom: 10px;}
    .print-kb-subtitle{font-style: italic; font-size: 18px;}
    .scp-form .panel .panel-title .panel_name { color: #000; } 
}

.fc-day:hover {
    cursor: pointer;
}

/*css start here 7/02/2019 */
#responsedata .scp-bulk-action-btn, .scp-th-checkbox-div{
    color: #fff !important;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    position: relative;
    font-weight: 800;
    font-size: 12px;
}
.scp-th-checkbox-div{
    background: #949494;
    border-radius: 5px;
}
#responsedata .scp-bulk-actions-div{display: inline-block; position: relative; cursor: pointer;}
#responsedata .scp-bulk-actions-div.disabled {pointer-events: none; opacity: 0.6;}
#responsedata .bulk-action-ul{display: block; position: absolute; left: 0; list-style: none; padding-left: 0; width: 100%; margin: 5px 0 0 0; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); background: #fff; z-index: 1;} 
#responsedata .bulk-action-ul li{background: #fff; padding: 5px 10px; font-weight: normal; font-size: 14px; cursor: pointer;}
#responsedata .scp-bulk-action-btn:after, .scp-th-checkbox-div:after {
    position: absolute;
    content: '\f107';
    font-family: "FontAwesome";
    padding: 3px 8px 0 4px;
    right: 0;
    top: 6px;
}
.scp-th-checkbox-div:after{
     top: 1px;
     color: #000;
}
.scp-th-checkbox-div{position: relative; cursor: pointer;}
.scp-th-checkbox-ul{
    padding-left: 0;
    position: absolute;
    margin: 5px 0 0 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background: #fff;
    text-align: left;
}
.scp-th-checkbox-ul li{ padding: 5px 10px; font-weight: normal; font-size: 14px; color: #000; cursor: pointer; }
#scp-checkbox-selected-span { margin-left: 10px; }    
/*css End here 7/02/2019 */

.scp-move-action-btn .scp-default-bg-btn:first-child{
/*    padding: 0px 11px;
    height: 31px;*/
    display: inline-block;
    /*line-height: 29px;*/
    position: relative;
    top: 0px;
    margin-right: 5px;
    color: #fff;
/*    font-weight: bold;
    font-size: 14px;*/
    cursor: pointer;
}
.scp-move-action-btn > .scp-default-bg-btn .fa.fa-print{
    margin-right: 5px;
}
#responsedata .bulk-action-ul li:hover, .scp-th-checkbox-ul li:hover {
    background: #eee;
}

.scp-notification-settings-panel table td .scp-col-3 {
    padding: 5px;
}

.scp_notification_pref_subpanel table tr td.noborder,
.scp_notification_pref_subpanel table tr th.noborder {
    border: none !important;
}
.text-not-allow{
    padding-left: 5px;
    width: 15%;
}

.noti_pref_modules {
    width: 15%;
}

.noti_pref_modules_action {
    width: 15%;
}
.scp-notification-settings-panel table td label {
    vertical-align: top;
    cursor: pointer;
}
.scp-action-header h3.scp-Feedback-font:before {content: "\f075";}
#scp-recaptcha{max-width: 305px !important;}
.scp-page-list-view .scp-th-checkbox-div{padding: 0; position: relative; right: -2px; padding-right: 29px;}
.scp-page-list-view .scp-th-checkbox-div input{position: relative; left: 15px;}
.scp-page-list-view  .scp-th-checkbox-div:after {
    top: 0px;
    color: #000;
    right: -24px;
}
.scp-knowledgebase-wrapper .detail-part .question .fa-print{ position: relative; top:2px;}
#LBL_LINE_ITEMS{width: 100%;}
.scp-page-list-view .scp-th-checkbox-div:after {
    position: absolute;
    right: -4px;
    top: -1px;
}
input[type='checkbox']{
    cursor: pointer;
}
.scp-entry-header #responsedata .scp_export_btn {
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 11px;
}

/*Language*/
.scp_user_register_form .scp-lang-register{width:85px !important;}
.scp-lang-dropdown-toggle {
  background: #ddd;
  color:#fff;
  border-radius: 3px;
  padding: 8px;
  display: block;
  position: relative;
  width: 250px;
  font-size:12px;
  z-index: 9;
}
.scp-lang-register .dropdown li a{color:#333 !important;}
.scp-lang-dropdown-toggle:after{
  content: "";
  position: absolute;
  top: 15px;
  right: 12px;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
.scp-lang-dropdown-toggle {

    padding: 6px 15px !important;

}
ul.dropdown {
  background: #fff;
  border-radius: 3px;
  margin-top: 2px;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  font-weight: 100;
  overflow-y: auto;
  max-height: 200px;
}
ul.dropdown::after {
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  right: 12px;
  top: -5px;
}
ul.dropdown li {
  list-style-type: none;
}
ul.dropdown li:hover{background: #4ebcf1;}
ul.dropdown li:hover a{color: #fff;}
ul.dropdown li a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color:#b1b0ae;
}
ul.dropdown li a img{
    margin-right:15px;
}
ul.dropdown li a span{
    width: 16px;
    height: 11px;
}
.scp-login-form .scp-lang-register {
/*    width: 281px !important;*/
    margin-bottom: 15px;
    padding-right: 0px; 
}
.scp-login-form .scp-lang-register a {
    width: 100%;
    padding: 8px 15px !important;
}
.scp-login-form.scp-form .scp-lang-change-div li{padding-bottom: 0; margin-right: 0px;}
.scp-login-form.scp-form .scp-lang-dropdown-toggle{color:#000; padding: 8px 15px !important; background: #ddd; border: 1px solid #d6d6d6;}
.scp-login-form.scp-form .scp-lang-dropdown-toggle::after {border-top: 6px solid #000;}
.scp-login-form.scp-form .scp-lang-register .dropdown li a{font-size:12px;}
.scp-lang-register a.scp-lang-dropdown-toggle{
    color: #000 !important;
    padding: 8px 15px !important;
    background: #ddd;
    border: 1px solid #d6d6d6;
    font-size: 12px;
    font-weight: 100;
    cursor: pointer;
    height: 33px;
    margin-top: 10px;
}
.scp_user_register_form .scp-lang-register a.scp-lang-dropdown-toggle{
    width: 66px;
}
.scp_user_register_form .scp-lang-register .scp-lang-dropdown-toggle::after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
}
.scp_user_register_form .scp-lang-register ul.dropdown{
    width: 230px;
    right: 14px;
}
.scp_user_register_form .scp-lang-register ul.dropdown li a{
    font-size: 12px !important;
    text-transform: none;
}    
.crm_standalone header .container .scp-lang-change-div ul.dropdown {
    left: -157 !important;
    font-size: 12px;
}
.crm_standalone header .container .scp-lang-change-div ul li a {
    font-weight: 100;
    padding: 8px 15px !important;
}
.scp-lang-register .scp-lang-change-div li{padding-bottom: 0;}
.scp-lang-register .dropdown li.active_lang { background: #ddd; }
.scp-lang-register .dropdown li.active_lang:hover{
    background: #4ebcf1;
}
.scp-lang-register .dropdown li.active_lang a {  color: #000 !important; }
.scp-lang-register .dropdown li a .checked_lang {  float: right; }
@media only screen and (max-width: 767px) {
    .noti_pref_modules_action, .noti_pref_modules, .scp_notification_pref_subpanel .text-not-allow{width:50%;}
    .scp-notification-settings-panel table td .scp-col-3{width: 33.33%;}
}
@media only screen and (max-width: 480px) {
    .scp-notification-settings-panel table td .scp-col-3{width: 100%;}
}

/*for paging css added by akshay*/
.scp-page-list-view .scp-right-list-action-div,
.scp-page-list-view .scp-left-list-action-div{
    width: 50%;
    float: left;
}
.scp-page-list-view .scp-list-action-div {
    width: 100%;
    display: inline-block;
}
.scp-right-list-action-div select {
    height: 29px;
    line-height: 29px;
    padding: 3px 5px;
}
.scp-page-list-view .scp-right-list-action-div {
    float: right;
    width: 60px;
}
/*for paging css added by akshay  End*/

.fc-day.disabled:hover:not(.fc-today) {
    cursor: not-allowed;
}

.button-pdf {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.scp-dashboard-youtube-blocks .dashboard-block,
.scp-dashboard-pdf-blocks .dashboard-block{
    padding-bottom: 20px;
}

/*dashboard page changes start 26-11-2020 here*/

.dashboard-container .dashboard-block:after {
    content: "";
    clear: both;
    display: table;
}
.scp-dashboard-pdf-blocks:after {
    content: "";
    clear: both;
    display: table;
}
.crm_standalone .scp-standalone-content .dashboard-container:after {
    content: "";
    clear: both;
    display: table;
}
.scp-dashboard-youtube-blocks:after {
    content: "";
    display: table;
    clear: both;
}
.dashboard-container .scp-dashboard-pdf-blocks .dashboard-block .button-pdf {
    display: block;
}

.dashboard-container .scp-dashboard-pdf-blocks .dashboard-block .bcp-pdf-block{
    width: 100%;
    padding-bottom: 20px;
}
.dashboard-container .scp-dashboard-youtube-blocks .dashboard-block.col-md-6 iframe {
    width: 100%;
    max-height: 400px;
}
.dashboard-container .scp-dashboard-youtube-blocks .dashboard-block.col-md-6 {
    padding: 0 10px;
    padding-bottom: 20px;
}
.dashboard-container .scp-dashboard-youtube-blocks {
    margin: 0 -10px;
}

.dashboard-container .scp-dashboard-pdf-blocks {
    margin: 0 -10px;
}
.dashboard-container .scp-dashboard-pdf-blocks .col-md-4.dashboard-block {
    padding: 0 10px;
}
.dashboard-container .scp-dashboard-youtube-blocks .col-md-12.dashboard-block iframe {
    width: 100%;
}
.dashboard-container .scp-dashboard-youtube-blocks .col-md-12.dashboard-block {
    padding: 0 10px;
    padding-bottom: 20px;
}
.dashboard-container .scp-dashboard-content-blocks {
    padding: 15px;
    box-shadow: 0px 0px 7px 0px #ccc;
    margin-bottom: 20px;
}
.dashboard-container .scp-dashboard-content-blocks p {
    font-size: 15px;
    line-height: normal;
}

#chart-content-important-resources .module-pie-chart { width: 100%;}

#chart-content-important-resources .module-pie-chart .chart-content { height: auto; }

#chart-content-important-resources .module-pie-chart .chart-content .bcp-pdf-block a { color: #fff; }

#chart-content-important-resources .module-pie-chart .activity-tab { margin: 0px 0px 20px 0px;}
