﻿label { margin-bottom:1px;
}
table tbody tr td.tdselect, .table-hover > tbody > tr:hover td.tdselect {
    background: #7cb342 !important;
    position: relative;
    overflow: initial;
    color: #fff;
    font-weight: bold;
}

    table tbody tr td.tdselect:before {
        border: medium solid transparent;
        content: "";
        height: 0;
        left: 50%;
        pointer-events: none;
        position: absolute;
        width: 0;
        z-index: 120;
        top: 98%;
        border-top-color: rgba(0,0,0,.2);
        border-width: 11px;
        margin-left: -11px;
        border-top-color: #7cb342 !important;
    }

    table tbody tr td.tdselect a {
        color: #fff !important;
        font-weight: bold;
    }

.closeBTN i {
    padding: 5px 10px;
}

tfoot td {
    font-size: 14px;
    font-weight: bold;
    color: #ab8610;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

/*textarea.form-control {
    height: auto !important;
}*/

.form-group {
    margin-bottom: 8px !important;
    /* min-height: 45px;*/
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }
    .table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}
   .table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 46% !important;
}

   .box-header {
    cursor: pointer;
    padding: 6px 8px;
}

.content-header > h1 {
    font-size: 17px;
    font-weight: bold;
}

.box-header .box-title {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
}

.box {
    margin-bottom: 8px;
    border-bottom: 2px solid #7ddde3;
    border-radius: 6px;
}
.calendaricon {
    position: absolute;
    right: 22px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 23px !important;
    cursor: pointer;
}
.table textarea.form-control, textarea.form-control {min-height:50px;
}

a.deletebtn {
    font-weight: bold;
    color: #fd5454;
}

#sendEmail .modal-dialog {
    width: 90%;
}

#sendEmail .modal-footer label {
    float: left;
}

#sendEmail .close {
    font-size: 24px;
    margin-top: 6px;
}

#sendEmail .form-group {
    min-height: initial;
}

#sendEmail .tab-content > .tab-pane {
    border: none;
}

.btnccbccset {
    border: solid thin #ccc;
    padding: 4px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    min-width: 60px;
    text-align: center;
}

.ccset {
    background: #1ab0b0;
}

.bccset {
    background: #40b5f5;
}

.note-popover {
    display: none;
}

#sendEmail .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    margin-left: -15px;
}

#sendEmail .panel {
    margin-bottom: 0px;
}

#sendEmail .modal-header {
    background: #14a2c4;
    color: #fff;
}

#sendEmail .close {
    font-size: 24px;
    margin-top: 6px;
    color: #fff;
    opacity: 0.9;
}

#sendEmail .dropdown-menu {
    max-height: 200px;
    overflow: auto;
    width: auto;
}


.note-editor {
    position: static;
    border-radius: 0.42rem;
}

    .note-editor.note-frame {
        border: 1px solid #E4E6EF;
    }

        .note-editor.note-frame .panel-heading.note-toolbar {
            background: #F3F6F9;
        }

        .note-editor.note-frame .note-statusbar {
            background: #F3F6F9;
        }

    .note-editor .note-toolbar {
        position: static;
        padding: 0.5rem 0.5rem;
        border-radius: 0.42rem;
    }

        .note-editor .note-toolbar .note-btn-group {
            margin-top: 0;
        }

            .note-editor .note-toolbar .note-btn-group .btn {
                background: white;
                border: 1px solid #EBEDF3;
            }

                .note-editor .note-toolbar .note-btn-group .btn i {
                    font-size: 1rem;
                    line-height: 0;
                    padding-right: 0;
                    color: #7E8299;
                }

                .note-editor .note-toolbar .note-btn-group .btn:hover, .note-editor .note-toolbar .note-btn-group .btn:focus, .note-editor .note-toolbar .note-btn-group .btn:active, .note-editor .note-toolbar .note-btn-group .btn.active {
                    background: transparent;
                    color: #8950FC;
                }

                    .note-editor .note-toolbar .note-btn-group .btn:hover i, .note-editor .note-toolbar .note-btn-group .btn:focus i, .note-editor .note-toolbar .note-btn-group .btn:active i, .note-editor .note-toolbar .note-btn-group .btn.active i {
                        color: #8950FC;
                    }

            .note-editor .note-toolbar .note-btn-group.note-color .dropdown-toggle:after {
                margin-left: 0;
            }

    .note-editor .modal .modal-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .note-editor .modal .modal-header .close {
            position: absolute;
            right: 25px;
            top: 20px;
            font-size: 0;
        }

    .note-editor .modal.note-modal .modal-dialog {
        -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    }

    .note-editor .panel-heading.note-toolbar {
        padding: 0.5rem 0.74rem 0.74rem 0.74rem;
        border-top-left-radius: 0.42rem;
        border-top-right-radius: 0.42rem;
    }

        .note-editor .panel-heading.note-toolbar .btn {
            outline: none !important;
        }

        .note-editor .panel-heading.note-toolbar .dropdown-menu {
            min-width: 185px;
        }

        .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
            min-width: 375px;
            padding: 10px;
        }

            .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li {
                display: table;
                table-layout: fixed;
            }

                .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group {
                    display: table-cell !important;
                }

                    .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group:first-child {
                        padding-right: 10px;
                    }

                    .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-color-reset {
                        margin: 5px 0 10px 0;
                    }

                    .note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-palette-title {
                        margin: 5px 0;
                        text-align: left;
                        border: 0;
                    }

        .note-editor .panel-heading.note-toolbar .dropdown-toggle::after {
            display: none;
        }

    .note-editor .note-editable .table.table-bordered th, .note-editor .note-editable .table.table-bordered td {
        border: 1px solid #EBEDF3;
    }

    .note-editor .is-valid .note-editor {
        border-color: #1BC5BD;
    }

    .note-editor .is-invalid .note-editor {
        border-color: #F64E60;
    }

#sendEmail label {
    color: #3f3f3f;
}

.attachmentFileDet {
    padding: 5px;
    float: left;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
    text-overflow: ellipsis;
    max-width: 70px;
}

    .attachmentFileDet img {
        width: 100%;
    }

    .attachmentFileDet p {
        margin-bottom: 0px;
        max-width: 70px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

#sendEmail .close{
    outline:none;
    border:none;
    background:none;
    color:#fff;
}