span.js-error,
label.error,
span.error {
    color: #0076FF;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    text-transform: none;
}

.errorr404-lbl {
    padding: 100px 0;
}

.clr-wht {
    color: #FFFFFF;
}

.main-bg {
    background: #fff
}

.progressbar {
   background-color: #FFC107;
   width: 100%; 
   height: 10px;
   border-radius: 10px;
   float: left;
}

.myBar {
   background-color: #65C87A;
   /*width: 50%; */
   height: 10px;
   border-radius: 10px;
}

.progress_header{
    float: left;
    width: 46%;
    color: #939393;
    font-size: 20px;
    line-height: 16px;
}
.progress_headerl{
    float: right;
    width: 51%;
    color: #939393;
    font-size: 20px;
    line-height: 16px;
}

.progressDiv{
    width: 100%;
    margin-top: 35px;
}

.jobDiv{
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
}

.Wtext{
    text-align: center;
    color: #939393;
    margin-top: 18px;
}
.cs_tbl_nw{
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.siConfirmCls .modal-content {
    border: 0;
}

.siConfirmCls .modal-header {
    background: #0076FF;
    border-bottom: 0;
}

.siConfirmCls .modal-header .modal-title {
    width: 100%;
    float: left;
    color: #fff;
}

.siConfirmCls .modal-header .close {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #fff;
}

.siConfirmCls .modal-footer {
    padding: 0px;
}

.siConfirmCls .modal-body {
    background: #0076FF;
}

.siConfirmCls .modal-body .bootbox-body {
    color: #fff;
}

.siConfirmCls .btn {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #212529;
    margin: 0;
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    width: 50%;
    padding: 0 10px;
    border-right: 1px solid #e9ecef;
    cursor: pointer;
}

/*.siConfirmCls .btn:last-child {
    border-right: 0;
    }*/

    .siConfirmCls .btn:focus,
    .siConfirmCls .btn:focus,
    .siConfirmCls .btn:active,
    .siConfirmCls .btn:active,
    .siConfirmCls .btn:hover,
    .siConfirmCls .btn:hover {
        box-shadow: none !important;
        background: transparent !important;
        border-color: #fff !important;
        border-right: 1px solid #e9ecef !important;
        color: #212529 !important;
    }

    .siConfirmCls .btn-success:not([disabled]):not(.disabled).active,
    .siConfirmCls .btn-success:not([disabled]):not(.disabled):active,
    .siConfirmCls .show>.btn-success.dropdown-toggle {
        box-shadow: none !important;
        background: transparent !important;
        border-right: 1px solid #e9ecef !important;
        border-color: #fff !important;
        color: #212529 !important;
    }

    .siConfirmCls .modal-dialog {
        width: 360px;
    }

    .siConfirmCls .modal-content {
        /*box-shadow: 0 7px 22px 0 rgba(82,115,152,0.1);*/
        -webkit-box-shadow: 0 0 20px rgba(82, 115, 152, 0.4) !important;
        box-shadow: 0 0 20px rgba(82, 115, 152, 0.4) !important;
    }

    .modal-header {
        border-radius: 0 !important;
    }
    .p3rem{
        padding-left: 3rem;
    }

    .none {
        display: none
    }

    .img_uplo_box #site_logo_preview,
    .img_uplo_box_favi #site_favicon_preview {
        width: 100%;
        top: 0;
        height: 120px;
        object-fit: contain;
    }

    .form-control {
        border-radius: 1px;
    }

    .form-control:focus {
        box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    }

    input[type="file"] {
        cursor: pointer;
    }

    .fontssx {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.75px;
        text-transform: uppercase;
        margin-top:10px; 
    }   

    .gallery_pic_mnc ul li {
        position: relative;
    }

    .gallery_pic_mnc ul li:hover .log-phot-del {
        /* opacity: 0.5;*/
        display: block;
    }

    .gallery_pic_mnc ul li .log-phot-del {
        display: none;
        cursor: pointer;
        width: auto;
        height: auto;
        object-fit: none;
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 20px;
        /*background: #ccc;*/
        padding: 2px;
    }

    .gallery_pic_mnc ul li:hover .log-phot-del {
        display: block;
        background-color: #232f7b;
    }

    .gallery_pic_mnc ul li .log-phot-del:hover {
        /* opacity: 1;*/
        display: block;
        text-shadow: 0 0 10px #fff;
    }

    #client_menu_dt_tbl tbody td img,
    #employee_menu_dt_tbl tbody td img {
        width: 25px;
        height: 25px;
    }

    #loginPhotoModal .dz-preview.dz-image-preview,
    #loginPhotoModal .dz-preview.dz-file-preview,
    #userFrm .dz-preview.dz-image-preview,
    #userFrm .dz-preview.dz-file-preview,
    #timeMaterialFrm .dz-preview.dz-file-preview,
    #timeMaterialFrm .dz-preview.dz-image-preview,
    #employeeFrm .dz-preview.dz-file-preview,
    #employeeFrm .dz-preview.dz-image-preview,
    #timeEntryFrm .dz-preview.dz-file-preview,
    #timeEntryFrm .dz-preview.dz-image-preview,
    #jobFrm .dz-preview.dz-file-preview,
    #jobFrm .dz-preview.dz-image-preview {
        display: none !important;
    }


    #break_time-error{
        display: block !important;
    }

    .dropzone_:before {
        content: "\f093";
        font-family: "Font Awesome 5 Free";
        left: calc(50% - 30px);
        position: absolute;
        top: 0;
        font-size: 60px;
        color: #0076ff;
    }

    .dropzone_ {
        font-weight: 900;
        cursor: pointer;
        position: relative;
        background: #f7f7f7 !important;
        border: 2px dashed rgb(204, 204, 204);
    }

    .modal-header {
        border-bottom: none;
    }

    .modal-footer {
        border-top: none;
    }

    .btn.btn-default {
        border: 1px solid #0076ff;
        background: none;
        color: #0076ff;
        border-radius: 2px !important;
    }

    .w50 {
        width: 50%;
    }

    .btn {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.75px;
        text-transform: uppercase;
    }

    .modal .btn {
        height: 50px;
    }

    .dragLbl {
        font-weight: normal;
        padding: 0 5px;
    }

    .cal_main .inner_top {
        position: relative;
        width: 100%;
        float: right;
        right: 0;
        top: 0;
        box-shadow: none;    
        padding: 10px 20px;
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
        border-top: 1px solid #D8D8D8;
        border-bottom: 0;
    }

    .inner_left {
        float: left;
        width: auto;
    }

    .w300 {
        width: 300px;
        float: left;
        margin-right: 15px;
    }

    label.mdl-lbl {
        font-size: 13px;
        letter-spacing: 1.5px;
        margin-bottom: 0px !important;
        color: #919191;
    }

    .clr-b {
        clear: both
    }

    .lh-35 {
        line-height: 35px;
    }

    .page-link:focus {
        box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    }

    .dataTables_wrapper .role_tbl tbody tr td:last-child {
        text-align: left;
    }

    .dataTables_wrapper table tbody tr td:last-child {
        text-align: center;
    }

    .dataTables_wrapper .badge {
        font-size: 15px;
    }

    a .edit-icn {
        font-size: 18px;
    }

    a .delete-icn {
        font-size: 18px;
    }

    .del-icon {
        margin-left: 2px;
    }

    .inner_pad .form-group .form-control {
        padding-left: 5px;
    }

    /* start schedule module css */

    .employee_counts {
        display: inline-block;
        font-size: 16px;
        text-align: center;
    }

    .awesome-popover-class {
        width: 390px;
        max-width: 345px;
        background-color: #282931;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
        border-color: #282931;
        z-index: 2;
    }
    .popover-body {
        color: #fff;
    }

    .cal_pop_head {
        float: left;
        width: 100%;
        padding: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .cal_pop_head h3 {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        font-weight: normal;
    }

    .cal_pop_close {
        position: absolute;
        right: 15px;
        top: 12px;
        opacity: 0.5;
        cursor: pointer;
        z-index: 99;
    }

    .cal_pop_cnt {
        float: left;
        width: 100%;
        padding: 20px 0;
    }

    .cal_pop_cnt .emp_lst {
        max-height: 150px;
        height: auto;
    }
    .cal_pop_cnt li:last-child {
        margin-bottom: 0;
    }

    .cal_pop_cnt li {
        padding: 0 20px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    .cal_pop_cnt li span {
        display: inline-block;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
    }

    .cal_lsttt {
        margin: 20px;
        font-size: 18px;
    }
    .pop_prc {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        margin: 20px 0 15px 0;
        color: #33B679;
        font-weight: 500;
    }

    .fc-scroller-canvas {
        min-width: 100% !important;
    }

    .cal_main .fc-resource-area th {
        vertical-align: bottom;
        color: #9E9E9E;
        font-size: 15px;
        line-height: 18px;
        font-weight: normal;
    }
    .fc-scroller {
        overflow-y: hidden !important;
    }
    .cal_icon_main {
        width: auto;
        float: right;
    }
    .cal_icon_main a {
        margin: 0 10px;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
    }
    .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, 
    .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, 
    .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
        border-color:#d8d8d8 !important;
    }

    .cal_main .fc-time-area tr:first-child th {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 19px;
        color: #9E9E9E;
        text-transform: uppercase !important;

    }
    .cal_main .fc-time-area th .fc-cell-content {
        padding: 0;
    }
    .cal_main .fc-timeline-event {
        height: 44px;
        line-height: 44px;
        color: #fff !important;
        padding: 0 10px;
        font-size: 16px;
        border: 0;
        cursor: pointer;
    }

    .cal_main .fc-timeline-event {
        border-radius: 0;
    }

    .fc-timeline-event.fc-not-end .fc-content::after {content: ""; position: absolute; top: 50%; left: auto; right: 0; margin-top: -5px; border-left: 5px solid #000; border-top: 5px solid transparent; border-bottom: 5px solid transparent; opacity: .5;}

    .cal_main .fc-timeline-event {
        padding: 0 !important;
    }

    .cal_main .fc-time-area tr:last-child th {
        font-size: 15px;
        line-height: 19px;
        color: #9E9E9E;
        font-weight: bold;
        vertical-align: middle;
    }
    .cal_main .fc-time-area th {
        text-align: center;
        letter-spacing: 1px;
    }
    .cal_main .fc-time-area th .fc-cell-content {
        padding: 0;
    }
    .cal_main .fc-time-area th {
        height: auto;
        border-bottom-color: transparent;
        text-align: left;
    }
    .cal_main {
        float: left;
        width: 100%;
        background: #fff;
        position: relative;
    }
    .w180 {
        width: 180px;
        float: left;
        margin-right: 15px;
    }
    .cal_top .monthSection, .cal_top .yearSection, .cal_top .weekSection {
        float: left;
    }
    .search_txt {
        border-radius: 3px;
        background: #F2F2F2 url(../images/icon-search.png) no-repeat left 10px center / 13px 13px;
        color: rgba(28, 29, 31, 1);
        font-size: 15px;
        line-height: 48px;
        height: 40px;
        padding: 0 10px 0 30px;
        background-color: #FFFFFF;
        border: 1px solid #C4C4C4;
        width: 100%;
        box-sizing: border-box;
    }
    .search_txt:focus {
        outline: 0 none;
    }
    .cal_inner_main .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0;
        padding: 15px 20px;
        background: #fff;
    }
    .fc-left h2 {
        font-size: 22px;
        letter-spacing: 1.47px;
        line-height: 28px;
        color: #282931;
        float: left;
        margin-right: 10px;
    }
    .cal_inner_main .fc-state-default {
        background: transparent;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }
    .cal_inner_main .fc-state-default .fc-icon {
        width: 28px;
        height: 28px;
        margin: 0;
    }


    /* 28-8-2019 */

    .cal_main .select2 {
        width: 100% !important;
    }
    .cal_main .select2-container--default .select2-selection--single {
        border: 1px solid #C4C4C4;
        border-radius: 4px;
        background: #fff;
        height: 40px;
        outline: 0 none;
    }
    .cal_main .select2-container .select2-selection--single {
        outline: 0 none;
    }
    .cal_main .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
        color: #282931;
        font-size: 15px;
        outline: 0 none;
    }
    .cal_main .select2-container--default .select2-selection--single .select2-selection__arrow {
        border: none;
        height: 36px !important;
        width: 28px !important;
    }
    .inner_right .w180:last-child {
        margin-right: 0;
    }
    .cal_inner_main {
        float: left;
        width: 100%;
    }
    .cal_inner_main .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0;
        padding: 15px 20px;
        background: #fff;
        border: 1px solid #D8D8D8;
        border-bottom: 0;
    }
    .cal_inner_main .fc-left .fc-state-default {
        width: 28px;
        height: 28px;
    }

    .cal_inner_main .fc-icon-left-single-arrow::after {
        content: "";
        font-weight: 700;
        font-size: 40px;
        top: 0;
        background: transparent url(../images/icon-arrow-left@2x.png) no-repeat center center / 8px 12px;
        position: absolute;
        width: 28px;
        height: 28px;
        left: 0;
        right: 0;
    }
    .cal_inner_main .fc-icon-right-single-arrow::after {
        content: "";
        font-weight: 700;
        font-size: 40px;
        top: 0;
        background: transparent url(../images/icon-arrow-right@2x.png) no-repeat center center / 8px 12px;
        position: absolute;
        width: 28px;
        height: 28px;
        left: 0;
        right: 0;
    }

    .yearSection a {
        display: inline-block;
        line-height: 40px;
    }

    .weekSection a {
        display: inline-block;
        line-height: 40px;
    }

    .fc-resource-area.fc-widget-header .fc-content table{
        height: 85px !important;
    }

    .assn_hdr {
        border-top: 1px solid #d8d8d8 !important;
        padding-top: 5px;
        text-align: center;
    }

    .ajx_loader {
        position: absolute;
        z-index: 9;
        text-align: center;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
    }
    .ajx_loader img {
        width: 100px;
    }

    .fc-ltr .fc-timeline-event .fc-title {
        padding: 0 !important;
        margin: 0 !important;
    }
    .fc-timeline-event .fc-content {
        padding: 0 !important;
    }
    .fc-event-container {
        height: 100% !important;
    }

    /* end schedule module css */

    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
        -webkit-text-fill-color: #000;
        transition: background-color 5000s ease-in-out 0s;
    }

    .mn_wrp_right_content_inner {
        padding: 0px 0px;
    }

    .for_FRMKL label.error {
        margin-top: 5px;
    }

    .frm-cls-sticky {
        position: fixed;
        left: 0;
        background: white;
        width: 100%;
        right: auto;
        top: 0px;
        padding: 15px;
        z-index: 4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-left: 30px;
        padding-right: 30px;
    }

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

    .animated {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple,
    .select2-dropdown {
        border: 1px solid #E0E0E0;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

    .select2-container--default .select2-selection--multiple {
        height: 36px;
        border: 1px solid #E0E0E0;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }

    .mn_wrp_right_content_inner .custom-control-description {
        color: #000;
        left: 0;
    }

    .mn_wrp_right_content_inner .custom-checkbox .custom-control-indicator {
        border-color: #ccc;
    }

    .mn_wrp_right_content_inner .custom-radio .custom-control-label::after,
    .mn_wrp_right_content_inner .custom-radio .custom-control-label::before {
        width: 1.5rem;
        height: 1.5rem;
    }

    .mn_wrp_right_content_inner .custom-radio .custom-control-label {
        left: 1.5rem;
        line-height: 32px;
        margin-right: 20px;
        padding-left: 5px;
    }

    .form-control[readonly].custom_datepick {
        background: #fff;
    }

    .datepicker td,
    .datepicker th {
        width: 40px;
        height: 30px;
    }

    .chkb .switch {
        position: relative;
        display: inline-block;
        width: 38px;
        height: 20px;
        margin: 0;
    }

    .chkb .switch input {
        display: none;
    }

    .chkb .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .chkb .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .chkb input:checked+.slider {
        background-color: #2196F3;
    }

    .chkb input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .chkb input:checked+.slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }


    /* Rounded sliders */

    .chkb .slider.round {
        border-radius: 34px;
    }

    .chkb .slider.round:before {
        border-radius: 50%;
    }

    .chec-tp {
        position: relative;
        top: 6px;
    }

    .chkb.dISd {
        padding: 5px 10px;
    }

    .dataTables_wrapper .badge {
        font-weight: normal;
        ;
    }

    .w100 {
        width: 100%
    }

    table#userDTtable tbody td {
        vertical-align: middle;
    }

    table#userDTtable tbody td img {
        width: 50px;
    }

    [data-toggle="tooltip"] {
        cursor: pointer;
    }

    .fnt14 {
        font-size: 14px;
    }

    .alert {
        font-size: 14px;
    }

    .ovr-hidn {
        overflow: hidden;
    }

    .iconpicker-popover {
        opacity: 1 !important;
    }

    .iconpicker-container .input-group-addon:last-child {
        border-left: 0;
        padding-right: 25px;
        padding-top: 11px;
    }

    .iconpicker-container .input-group-addon:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .iconpicker-container .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .iconpicker-container .input-group-addon {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }

    .iconpicker-container .input-group-addon {
        display: table-cell;
    }

    .usr-pht-prev {
        width: 200px;
    }

    .dis-blck {
        display: block;
    }
    .deilyRprtBtn
    {
        margin-right: 20px;
        padding-top: 2px;
    }
    .no_CTS
    {
        line-height: 35px;
        float: left;
        padding-right: 20px;
        font-size: 15px;
    }
    .no_CTSS
    {
        line-height: 35px;
        float: left;
        padding-right: 20px;
        font-size: 15px;
    }
    .isAccepted
    {
        border-radius: 10px !important;
        border-color: #3780ff !important;
        background: #3780ff url(http://php.rlogical.com/spark-select/resources/images/check.png) no-repeat center center !important;
    }


/*.col-right_assign .datepicker table tr td.active.active,
.col-right_assign .datepicker table tr td.active.disabled,
.col-right_assign .datepicker table tr td.active.disabled.active,
.col-right_assign .datepicker table tr td.active.disabled.disabled,
.col-right_assign .datepicker table tr td.active.disabled:active,
.col-right_assign .datepicker table tr td.active.disabled:hover,
.col-right_assign .datepicker table tr td.active.disabled:hover.active,
.col-right_assign .datepicker table tr td.active.disabled:hover.disabled,
.col-right_assign .datepicker table tr td.active.disabled:hover:active,
.col-right_assign .datepicker table tr td.active.disabled:hover:hover,
.col-right_assign .datepicker table tr td.active.disabled:hover[disabled],
.col-right_assign .datepicker table tr td.active.disabled[disabled],
.col-right_assign .datepicker table tr td.active:active,
.col-right_assign .datepicker table tr td.active:hover,
.col-right_assign .datepicker table tr td.active:hover.active,
.col-right_assign .datepicker table tr td.active:hover.disabled,
.col-right_assign .datepicker table tr td.active:hover:active,
.col-right_assign .datepicker table tr td.active:hover:hover,
.col-right_assign .datepicker table tr td.active:hover[disabled],
.col-right_assign .datepicker table tr td.active[disabled] {
    background: transparent;
    }*/
.highlight
{
    border: 1px solid !important;
    color: #ffffff !important;
}
.nohighlight
{
    border: none !important;
    color: #ffffff !important;
}

.blueCkBox .blueCkBoxInput:checked ~ .blueCkBoxIndicator {
    background: #3780ff url(http://php.rlogical.com/spark-select/resources/images/check.png) no-repeat center center !important;
}

.blueCkBox .blueCkBoxInput:checked ~ .blueCkBoxIndicator {
    background: #3780ff url(http://php.rlogical.com/spark-select/resources/images/check.png) no-repeat center center !important;
    border-color: #3780ff !important; 
}
.defaultCkbxLbldv
{
   margin-left: -20px !important;
}

.mrbtm20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.defaultCkbxLbl
{
   color: black !important;
   font-weight: bolder !important;
}
.radio-indicator{
    border-radius: 11px !important;
}

.people_view  .fc-left
{
    margin-top: 45px !important;
    position: absolute !important;
    margin-left: 15% !important;
}
.fc-button-group
{
    margin-top: -46px;
}
.fc-month-button , .fc-agendaWeek-button, .fc-timelineCustom-button, .fc-agendaDay-button , .fc-today-button{
    display: none !important;
}
.fc-toolbar.fc-header-toolbar{
    margin-bottom: 0px !important;
}
#people_view_calendar{
    background: white !important; 
}
.fc-right{
    float: left !important;
    margin-left: 30%; 
}
.fc-button
{
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.schedualview
{
    width: 5%;
    float: left;
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.activTb
{
    background: #5CB85C;
    border: 1px solid #5CB85C;
    color: white;
}
#people_view_calendar .fc-month-view .fc-content
{
    padding: 6px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
#people_view_calendar .fc-timeline-event
{
    left: 161.25px;
    right: -801.25px;
    top: 0px;
    color: white !important;
    font-size: 17px;
    font-weight: bolder;
    padding: 5px;
    border-radius: 3px;
    margin-top: 4px;
}
#people_view_calendar .fc-agendaWeekCustom-view .fc-rows tr, #people_view_calendar .fc-timelineCustom-view .fc-rows tr{
    height: 250px;
}
/*.fc-resource-area{
    width:20% !important;
}*/
.fc-agendaWeekCustom-button
{
    display: none !important;
}
#people_view_calendar .fc-agendaWeekCustom-view .fc-resource-area .fc-widget-content
{
    background: #80808038;
    font-size: 20px;
    font-weight: bolder;
    border: 1px solid white !important
}

#people_view_calendar .fc-timelineCustom-view .fc-resource-area .fc-widget-content
{
    background: #80808038;
    font-size: 20px;
    font-weight: bolder;
    border: 1px solid white !important
}
.sortName
{
    border: 1px solid gray;
    width: 10%;
    padding: 6px;
    border-radius: 58%;
    background: gray;
    color: white;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}
.rolelbl{
    font-size: 15px;
    font-weight: normal;
}
.printCalendar{
    width: 30px;
    margin-top: 8px;
}
.srno{
    margin-left: -24px;
    position: relative;
    top: 45px;
    left: 5px;
    font-size: 15px;
}
.row {
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -8px !important;
}

