/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

.cs_modal-body {
    /*padding:10px;*/
    /*font-family: 'Roboto', sans-serif;*/
}

.nav-tabs.activity-tab {
    border-bottom: 1px solid #DDD;
    padding-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
}

    .nav-tabs.activity-tab > li.active > a, .nav-tabs.activity-tab > li.active > a:focus, .nav-tabs.activity-tab > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs.activity-tab > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs.activity-tab > li.active > a, .nav-tabs.activity-tab > li > a:hover {
            border: none;
            color: #111 !important;
            background: transparent !important;
            font-weight: 700;
        }

        .nav-tabs.activity-tab > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

.activity-tab-content {
    margin-top: 20px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

.font-con {
    display: inline-block;
    width: 108px;
    position: absolute;
    left: 85px;
    top: 6px;
} 

    .font-con .btn {
        padding: 4px 10px;
        line-height: 14px;
    }

.nav-tabs.activity-tab > li.active > a::after, .nav-tabs.activity-tab > li:hover > a::after {
    transform: scale(1);
}

.activity-subject input {
    padding: 14px 12px;
    /*border-radius: 4px;*/
}

.tab-nav.activity-tab > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.cs_field-block {
    margin-bottom: 25px;
}

.cs_modal-body {
    color: #111;
    font-size: 16px;
}

.cs_field-label {
    font-weight: 500;
    position: relative;
    /*padding-left: 25px;*/
}

.cs_field-label i {
    margin-right: 6px;
    position: absolute;
    left: 1px;
    top: 4px;
    display:none;
}
.cs_field-label a i{
    display:block;
}
.cs_field-label .btn i {
    margin-right: 0;
    position: static;
}

.cs_paddind-left-25 {
    padding-left: 25px !important;
}


.cs_field-data {
    /*margin-bottom: 10px;*/
    min-height: 26px;
}

    .cs_field-data date {
        margin-right: 8px;
    }

.cs_field-data-switch {
    min-height: 20px;
}

.cs_field-data-empty {
    min-height: inherit;
}

.cs_hiddenDropdown {
    list-style: none;
    padding-left: 0;
    position: absolute;
    width: 213px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 15px #ddd;
    display: none;
    max-height: 205px;
    overflow-y: auto;
}

    .cs_hiddenDropdown li {
        padding: 5px 10px;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
    }

        .cs_hiddenDropdown li:last-child {
            border-bottom: 0;
        }

    .cs_hiddenDropdown.open {
        display: block;
    }

.clockpicker-popover {
    z-index: 999999;
}

[contenteditable] {
    outline: none;
}
[contenteditable]:focus:after {
    content: '\f303';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 17px;
    font-size: 12px;
    line-height: 25px;
}
.cs_checked_list {
    list-style: none;
    padding-left: 0;
    max-height: 170px;
    overflow-y: auto;
    margin-bottom: 0;
    margin-top: 8px;
    padding-right: 6px;
    font-size: 14px;
    padding: 6px 10px;
    background: transparent;
    border-radius: 8px;
   /* border: 1px solid #ddd;*/
}
#checkList {
    padding: 0;
    background: transparent;
    border-radius: 0px;
    color: #000;
    padding-right:5px;
}
.cs_checked_list li {
    padding: 3px 0px;
    position: relative;
    line-height: 16px;
    list-style-type: none;
    overflow-wrap: break-word;
}
#linkscheckedlist.cs_checked_list li {
    padding-right:20px;
}
    .cs_checked_list li:before {
        /*content: '\f007';*/
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        position: absolute;
        left: 1px;
    }

.cs_checked_list li.strong:before {
    font-weight: 800;
}

#attachlist.cs_checked_list li:before {
    /*content: '\f0c6';*/
}

#linkscheckedlist.cs_checked_list li:before {
    /*content: '\f360';*/
}
#remindercheckedlist.cs_checked_list li:before {
    /*content: '\f360';*/ 
}

.cs_checked_list li .checked_remover {
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 5px;
}
#participantscheckedlist.cs_checked_list li {
    padding-right:40px;
}
.cs_checked_list.checked_list_w_checkbox {
    /*padding-left: 25px;*/
}

    .cs_checked_list.checked_list_w_checkbox li input[type="checkbox"] {
        display: inline-block;
        vertical-align: bottom;
        position:absolute;
        left:0;
        top:0
    }

    .cs_checked_list.checked_list_w_checkbox li {
        padding-left: 20px;
        padding-right:24px;
    }

        .cs_checked_list.checked_list_w_checkbox li:before {
            display: none;
        }

.addChecklist {
    margin-top: 10px;
}


.documentList {
    padding-left: 0;
    list-style: none;
    max-height: 110px;
    overflow-y: auto;
}

.activityDilog {
    position: absolute;
    z-index: 99999999;
    top: 320px;
    left: 50%;
    /*transform: translate(-50%,-50%);*/
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 400px;
    margin-left: 15px;
    border-radius: 4px;
    /*font-family: 'Roboto', sans-serif;*/
    display: none;
    transform: translate3d(-212px, -229px, 0px);
}

    .activityDilog.open {
        display: block;
    }

.activityDilog-body {
    min-height: 320px;
    color: #000;
    font-size: 16px;
}

.activityDilog-reminder {
    min-height: 80px;
    color: #000;
    font-size: 16px;
}

    .activityDilog-reminder .form-control {
        padding: 2px 4px;
    }

.btn-linkTo {
    color: var(--blue-color);
    /*border: 1px solid;*/
    padding: 0;
    font-size: 15px;
    margin-left: 8px;
    vertical-align: inherit;
}


.activityDilog-body .form-control {
    padding: 2px 4px;
}
.activityDilog:before,
.activityreminder:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -160px;
    top: -126px;
    height: 720px;
    width: 710px;
}
.activityreminder {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 452px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-212px, -229px, 0px);
}

    .activityreminder.open {
        display: block;
    }

/* ashim remember*/
.activityDilog:before,
.activityremember:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -160px;
    top: -126px;
    height: 720px;
    width: 710px;
}

.activityremember {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 452px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-212px, -229px, 0px);
}

    .activityremember.open {
        display: block;
    }

.activityDilog:before,
.activityrememberget:before, .activitysendinvite:before, .activitycontactget:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -160px;
    top: -126px;
    height: 720px;
    width: 710px;
}

.activityrememberget, .activitysendinvite, .activitycontactget {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 452px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-212px, -229px, 0px);
}

    .activityrememberget.open, .activitysendinvite.open, .activitycontactget.open {
        display: block;
    }

.activityrecurrence:before,
.activityrecurrence:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -160px;
    top: -126px;
    height: 720px;
    width: 710px;
}

.activityrecurrence {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 452px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-212px, -229px, 0px);
}

    .activityrecurrence.open {
        display: block;
    }


.customtyperecurrencedelete:before,
.customtyperecurrencedelete:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -160px;
    top: -126px;
    height: 720px;
    width: 710px;
}

.customtyperecurrencedelete {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 452px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-212px, -229px, 0px);
}

    .customtyperecurrencedelete.open {
        display: block;
    }



.attachdilog {
    position: absolute;
    z-index: 99999999;
    top: 40%;
    left: 37%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width:778px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-300px, -229px, 0px);
}

.attachdilog.open {
    display: block;
}

.activitystartcalling {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 54px #b3b3b3;
    width: 342px;
    margin-left: 15px;
    border-radius: 4px;
    display: none;
    transform: translate3d(-171px, -102px, 0px);
}

    .activitystartcalling.open {
        display: block;
    }



.dataList {
    max-height: 236px;
    overflow-y: auto;
    border: 1px solid lightgray;
    height: 236px;
}

    .dataList .table {
        margin-bottom: 0;
        border: none;
    }

        .dataList .table > thead > tr > th {
            padding-top: 4px;
            padding-bottom: 6px;
        }

.cs_field-data .form-control {
    /*padding: 2px 5px;*/
    padding: 0px 5px 2px;
    margin-top: -2px;
}

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.cs_field-data mintsec {
    display: inline-block;
    /*width: 47.5%;*/
    width: 100%;
}


.cs_field-data date {
    display: inline-block;
    width: 56%;
}

.cs_field-data time {
    display: inline-block;
    width: 40%;
}

.material-switch {
    margin-top: 10px;
    padding-left: 5px;
}

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 12px;
            margin-top: -6px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 28px;
            cursor: pointer;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 50%;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 18px;
            left: -2px;
            margin-top: -4px;
            position: absolute;
            top: -5px;
            transition: all 0.3s ease-in-out;
            width: 18px;
            cursor: pointer;
        }

    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
        cursor: pointer;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 13px;
        cursor: pointer;
    }



.cs_textWrap {
    height: 40px;
    max-height: 6800px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #dedede;
}
.cs_textWrap:after {
    display: none !important;
}
#txt_popup_note {
    resize: none;
    width: 96%;
    min-height: 96px;
    padding: 4px 10px !important;
    /*overflow: hidden !important;*/
    /*box-sizing: border-box;*/
    padding-bottom: 30px;
    max-height: 96px;
}
/*** styling for underline ********/
.activityDilog-reminder input[type=text],
.activityDilog-reminder input[type=number],
.activityDilog-reminder input[type=checkbox],
.activity-dialog input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.activityDilog-reminder select,
.activity-dialog select {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.activity-dialog textarea {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.activityDilog-reminder td {
    border: 0 !important;
}

.dataList table td label {
    margin-bottom: 0;
    font-size: 13px;
}

.activity-tab-content.remainder-sub-dilog-tab {
    height: 270px;
}

@media(min-width: 1000px) {
    .activity-tab-content {
        height: 400px;
    }
}

@media(min-width: 1300px) {
    .activity-tab-content {
        height: 450px;
    }
}

@media(min-width: 1400px) {
    .activity-tab-content {
        height: 500px;
    }
}

@media(min-width: 1600px) {
    .activity-tab-content {
        height: 600px;
    }
}

@media(max-width: 1000px) {
    .activity-tab-content {
        height: 400px;
    }
}


/***google api - place ****/
.pac-container.pac-logo.hdpi {
    z-index: 99999999;
}

.form-control[disabled] {
    cursor: not-allowed;
    background-color: #eee !Important;
}
