﻿/*---------------------- Custom Calendar CSS----------------------*/

.fc-widget-header {
    background: #3C3C3C;
    padding: 8px 0;
    border-top: 3px solid #000 !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.fc-center .fa-chevron-right {
    color: #bd1e2c;
    margin-top: 10px;
    color: #b1b1b1;
    cursor: pointer;
}

    .fc-center .fa-chevron-right:hover {
        color: #000;
        transition: all 1s ease;
    }

.fc-center .fa-chevron-left {
    color: #bd1e2c;
    margin-top: 10px;
    margin-right: 15px;
    color: #b1b1b1;
    cursor: pointer;
}

    .fc-center .fa-chevron-left:hover {
        color: #000;
        transition: all 1s ease;
    }

.fc-center .fa-calendar {
    width: 100%;
}

.fc-day-header {
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.calendar_events ul li {
    list-style-type: none;
    display: block;
    float: left;
    padding: 0px 10px;
    border-left: 1px solid #f1f1f1;
}

    .calendar_events ul li:hover {
        background: #fff;
        cursor: pointer;
    }

    .calendar_events ul li.active {
        background: #fff;
    }



.caloperations {
    border: 1px solid #3C3C3C;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
    margin-right: 10px;
    color: #848484;
    transition: all 1s ease;
}

    .caloperations:hover {
        color: #fff;
        background: #BFBFBF;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        text-align: center;
        line-height: 24px;
        margin-top: 8px;
        margin-right: 10px;
        transition: all 1s ease;
    }

.caloperations-selected {
    color: #fff;
    background: #3C3C3C;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 10px;
}

.borderright {
    border-right: 1px solid #e1e1e1;
    height: 40px;
    width: 1px;
    margin-right: 10px;
}

.op_outlook-icon {
    background: url('../Images/Icons/outlook_icon.png');
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 6px;
    margin-top: 5px;
}
/*----------right pane-------*/

.calright-pane .fa-times-circle:hover {
    color: #221f1f;
    transition: all 1s ease;
    cursor: pointer;
}

.calright-pane .btn-primary {
    color: #fff;
    background-color: #1E1E1E;
    border: none;
    font-size: 11px;
    padding: 7px 6px;
    letter-spacing: 1px;
    outline: none;
}

.calright-pane .savebutton {
    color: #fff;
    background-color: #bd1e2c;
    font-size: 13px;
    padding: 4px 6px;
    letter-spacing: 1px;
    outline: none;
    margin-bottom: 20px;
}

    .calright-pane .savebutton:hover {
        transition: all 1s ease;
        background: #ccc;
        color: #000;
        border-color: #ccc;
    }

.calright-pane .bdrpadtop {
    border-top: 1px solid #E6E6E6;
    padding-top: 8px;
}

.calright-pane .fa-times {
    color: #D8D8D8;
}

    .calright-pane .fa-times:hover {
        color: #c63b47;
    }

.calright-pane .btn {
    border-radius: 0px;
}

.calright-pane .margbottom10 {
    margin-bottom: 10px;
}

.calright-pane b {
    color: #C63B47;
}


.calright-pane .form-control {
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 0px #f2f2f2;
    margin-bottom: 10px;
    padding: 6px 5px;
    height: 30px;
    transition: all 1s ease;
}

    .calright-pane .form-control:focus {
        transition: all 1s ease;
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
    }

.calright-pane .width150 {
    width: 150px;
}

.calright-pane .width85 {
    width: 85px;
}

.calright-pane h4 {
    color: #bd1e2c;
    padding-bottom: 5px;
    border-bottom: 1px solid #E8E8E8;
    margin: 0px 0 10px 0;
}

.calright-pane .padtop6 {
    padding-top: 6px;
}

.calright-pane .padtop10 {
    padding-top: 10px;
}

.calright-pane .margleft5 {
    margin-left: 5px;
}

.calright-pane .margleft15 {
    margin-left: 15px;
}

.calright-pane .height18 {
    height: 18px;
}

.calright-pane .width50 {
    width: 50px;
}

.calright-pane .width30 {
    width: 30px;
}

.calright-pane textarea {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 0px #f2f2f2;
    margin-bottom: 10px;
    width: 100%;
    outline: none;
}

    .calright-pane textarea:focus {
        transition: all 1s ease;
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
    }

.calright-pane .radio-inline {
    margin-bottom: 20px;
}

.calright-pane .checkbox-inline {
    margin-bottom: 5px;
}

.calright-pane .padlefttop10 {
    padding-left: 10px;
    padding-top: 10px;
}

.calright-pane .bdrbottomtop {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.calright-pane .bdrbottom {
    border-bottom: 1px solid #E8E8E8;
}

.calright-pane .recu-box {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
}

.calright-pane .leftcal {
    border-right: 1px solid #E8E8E8;
    width: 80px;
    min-height: 220px;
    padding-top: 10px;
}

.calright-pane select {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 3px 0px #f2f2f2;
    padding: 7px 0;
    margin-top: 1px;
}

.calright-pane .rightcal {
    width: 160px;
    padding-top: 10px;
}

.calright-pane .width100 {
    width: 100%;
}

.calright-pane .vgrouplist {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 15px 10px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.close-right-pane {
    color: #fff;
    z-index: 9999;
    padding: 2px 5px;
    background: #666565;
    cursor: pointer;
    font-size: 15px;
    float: right;
    transition: all 1s ease;
}

.calright-pane .iconstab {
    margin-right: 30px;
    margin-left: 5px;
}

.calright-pane .radio label, .checkbox label {
    padding-left: 0px;
}

.close-right-pane:hover {
    background: #bd1e2c;
    transition: all 1s ease;
}
/*----------right pane---------*/


.none {
    display: none;
}



/*contextmenu menu*/
.contextmenu {
    position: relative;
    width: 120px;
    border: 1px solid #dedede;
    white-space: nowrap;
    background: #FFF;
    color: #333;
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    display: none;
}

    .contextmenu li {
        cursor: pointer;
        display: block;
        margin-left: 0px;
        border-bottom: 1px solid #f4f4f4;
        position: relative;
        padding: 8px 12px;
    }

        .contextmenu li div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .contextmenu li:hover {
            background: #f2f2f2;
            color: #000;
        }

    .contextmenu ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .contextmenu ul ul {
            position: absolute;
            left: 0%;
            top: 0;
            width: 100%;
            visibility: hidden;
            opacity: 0;
            transition: transform 0.2s;
            transform: translateX(50px);
        }

    .contextmenu li:hover > ul {
        left: 100%;
        visibility: visible;
        opacity: 1;
        transform: translateX(0px);
        background: #FFF;
        color: #333;
        margin: 0px;
        padding: 0px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }




.margbottom13 {
    margin-bottom: 12px;
}

.margleft10 {
    margin-left: 10px !important;
}

.lineheight22 {
    line-height: 22px;
}

.border {
    border: 1px solid #ccc;
}

.padding5 {
    padding: 5px;
}



.margright10 {
    margin-right: 10px;
}

.margleft35 {
    margin-left: 35px;
}

.padright10 {
    padding-right: 10px;
}

.margtop10 {
    margin-top: 10px;
}

/*-----------structure--------------*/
.top_header_band {
    height: 40px;
    background: #fafafa;
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
    color: #7e7e7e;
    box-sizing: border-box;
}

.top_leftheader_band {
    height: 40px;
    background: #3c3c3c;
    color: #fff;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
}

.side-right-arrow {
    height: 39px;
    background: url('../../Images/side-leftarrow.png') no-repeat;
    width: 17px;
    position: absolute;
    top: 0px;
    left: 283px;
}

.side-left-arrow {
    height: 39px;
    background: #ccc;
    width: 17px;
    position: absolute;
    top: 0px;
    left: 95px;
    z-index: 99;
}

.left_operation {
    padding: 10px;
}
/*----------left nav---------------*/

.cal-leftnav ul {
    margin: 0px;
    padding: 0px;
}

    .cal-leftnav ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        padding: 5px 0px;
        border-bottom: 1px solid #e1e1e1;
        cursor: pointer;
        transition: all 1s ease;
    }

        .cal-leftnav ul li .fa {
            margin-right: 5px;
            margin-left: 5px;
        }

        .cal-leftnav ul li:hover {
            background: #BD1E2C;
            transition: all 1s ease;
            color: #fff;
        }

        .cal-leftnav ul li:first-child {
            border-top: 1px solid #e1e1e1;
        }

        .cal-leftnav ul li.active {
            background: #BD1E2C;
            color: #fff;
        }
/*----------left nav---------------*/
.google-icon {
    width: 14px;
    height: 14px;
    background: url(../Images/Icons/google-icon.png) no-repeat;
    float: left;
    margin-right: 5px;
}

.fb-icon {
    width: 14px;
    height: 14px;
    background: url('../Images/Icons/fb-icon.png') no-repeat;
    float: left;
    margin-right: 5px;
}

.outlook-icon {
    width: 14px;
    height: 14px;
    background: url(../Images/Icons/outlook-icon.png) no-repeat;
    float: left;
    margin-right: 5px;
}

.cal-fb {
    width: 40px;
    height: 40px;
    background: #0071c5;
    border-radius: 100%;
    cursor: pointer;
}

.cal-outlook {
    width: 40px;
    height: 40px;
    background: #05358e;
    border-radius: 100%;
    margin-right: 18px;
    cursor: pointer;
}

.calleft_pane {
    width: 210px;
    float: left;
    height: 100vh;
    background: #f6f6f6;
    margin-left: 89px;
    border-right: 1px solid #E6E6E6;
}

.calcenter_pane {
    float: left;
    height: 100vh;
    width: calc(100% - 300px);
}

.calcenter_pane_lefthide {
    float: left;
    width: 100%;
    padding-left: 100px;
}

.calcenter_left {
    float: left;
    height: calc(100vh - 40px);
    width: 100%;
    overflow-x: hidden;
    padding: 0px 15px;
}

.calcenter_left_rhtcollp {
    float: left;
    height: calc(100vh - 40px);
    width: calc(100% - 300px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px 15px;
}

.calcenter_right {
    float: left;
    width: 300px;
    height: 95vh;
    background: #fafafa;
    border-left: 1px solid #F3F3F3;
    overflow: auto;
}

.calValidation {
    border: 1px solid #bd1e2c !important;
}

/*-----------structure--------------*/

/******* Attachments********************/
.attachments {
    background: #fff;
    width: 157px;
    height: 26px;
    line-height: 25px;
    border: 1px solid #C3C3C3;
    margin-right: 5px;
    margin-bottom: 5px;
}

.format-icons {
    width: 25px;
    height: 25px;
    background: #C3C3C3;
    margin-right: 5px;
    color: #8c8c8c;
    text-align: center;
}

.att-title {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #A29E9E;
}
/***************** Attachments **************************/


.event-tooltip {
    background: #F6F6F6;
    padding: 3px 5px;
    border: 1px solid #e1e1e1;
    position: absolute;
    z-index: 9999;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
}

.agenda {
    margin-bottom: 10px;
}

    .agenda h1 {
        font-size: 18px;
        margin: 0px;
        color: #BD1E2C;
    }

    .agenda h2 {
        font-size: 15px;
        margin: 8px 0px;
        color: #000;
    }

    .agenda h3 {
        font-size: 14px;
        margin: 0px;
        color: #6D6D6D;
    }

    .agenda h4 {
        margin: 0px;
        font-size: 14px;
        color: #777;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 7px;
    }

.fa-chevron-circle-left, .fa-chevron-circle-right {
    font-size: 16px;
    color: #989898;
    margin-right: 5px;
}

.agenda .fa {
    cursor: pointer;
}

    .agenda .fa:hover {
        color: #bd1e2c;
    }

.agenda .nextprev:hover {
    color: #000;
}

.agenda-prev {
    margin-top: 1px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.agenda-next {
    margin-top: 1px;
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    border-left: 1px solid #ccc;
    padding-left: 11px;
}



.agenda h1 {
    font-size: 16px;
    color: #bd1e2c;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

    .agenda h1 .fa {
        color: #000;
        float: right;
        font-size: 20px;
    }

.agenda h2 {
    font-size: 14px;
    color: #3C3C3C;
    margin: 0px;
}

.agenda h3 {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 10px;
    font-weight: normal;
    line-height: 23px;
}

.agenda h4 {
    font-size: 12px;
    color: #BD1E2C;
    margin-bottom: 30px;
    cursor: pointer;
}

.agenda .share-right {
    float: right;
}

    .agenda .share-right span {
        color: #BD1E2C;
        font-weight: 600;
    }

.agenda .social-operations {
    border: 1px solid #BD1E2C;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    color: #fff;
    background: #BD1E2C;
    font-size: 12px;
}

    .agenda .social-operations:hover {
        background: #fff;
        transition: all 1s ease;
        color: #000;
        cursor: pointer;
    }

.agenda .borderright {
    border-right: 1px solid #e1e1e1;
    height: 20px;
    width: 1px;
    margin-right: 5px;
    margin-left: 10px;
}

.agenda .attch-topcount {
    height: 18px;
    width: 18px;
    background: #FFFFFF;
    border-radius: 100%;
    font-size: 10px;
    color: #000 !important;
    text-align: center;
    position: absolute;
    left: 228px;
    top: -10px;
    border: 1px solid #BD1E2C;
    line-height: 18px;
}

.agenda .attachments {
    background: #fff;
    width: 157px;
    height: 26px;
    line-height: 25px;
    border: 1px solid #DEDEDE;
    margin-left: 15px;
    margin-top: 10px;
}

    .agenda .attachments:hover {
        background: #f2f2f2;
        border: 1px solid #DEDEDE;
        transition: all 1s ease;
    }

    .agenda .attachments .fa-times {
        color: #e0e0e0;
    }

        .agenda .attachments .fa-times:hover {
            color: #bd1e2c;
            cursor: pointer;
        }

.agenda .format-icons {
    width: 25px;
    height: 25px;
    background: #DEDEDE;
    margin-right: 5px;
    color: #8c8c8c;
    text-align: center;
}

.agenda .att-title {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #A29E9E;
    font-size: 13px;
}

.calright-pane .nav-tabs > li {
    border-right: 1px solid #FAFAFA;
    background: #ccc;
    padding: 5px 6px;
    cursor: pointer;
}

    .calright-pane .nav-tabs > li:last-child {
        border-right: 0px solid #DADADA;
    }



    .calright-pane .nav-tabs > li.active {
        border: 0px;
        background: #3C3C3C;
        color: #fff;
        transition: all 1s ease;
    }

    .calright-pane .nav-tabs > li:hover {
        background: #3C3C3C;
        color: #fff;
        transition: all 1s ease;
    }

.calright-pane .panel-body {
    padding: 0px;
}


/*------agenda-------*/

.eventsfrom-icon {
    border: 3px solid rgba(34, 31, 31, 0.4);
    background: #7A7A7A;
}

.cal_light {
    color: #ffffff !important;
}

.cal_dark {
    color: #000000 !important;
}

.cal_vgroup {
    width: 250px;
    height: auto;
    background: rgba(60, 60, 60, 0.97);
    position: absolute;
    z-index: 999;
    top: 42px;
    right: 7px;
    padding: 10px 15px;
    text-align: left;
}

    .cal_vgroup .vgroup-box {
        height: 100px;
        overflow-x: hidden;
        overflow-y: auto;
        margin-bottom: 6px;
    }

    .cal_vgroup .vGroup {
        border-bottom: 1px solid #4C4C4C;
        padding: 4px 0px;
        margin-bottom: 5px;
    }

    .cal_vgroup h2 {
        color: #fff;
        font-size: 14px;
        margin: 0px;
        margin-left: 5px;
        margin-top: 1px;
    }

.cal_selectall-btn {
    background: #7e7e7e;
    border-color: #7e7e7e;
    color: #fff;
    outline: none;
    padding: 2px 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 1s ease;
    float: left;
}

.cal_save-btn {
    background: #bd1e2c;
    border-color: #bd1e2c;
    color: #fff;
    outline: none;
    padding: 2px 6px;
    font-size: 13px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 1s ease;
    float: left;
}

.cal_cancel-btn {
    background: #1E1E1E;
    border-color: #1E1E1E;
    color: #fff;
    outline: none;
    padding: 2px 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 1s ease;
    float: left;
}

.cal_vgfiler {
    border: 1px solid #000;
}

.caleventright {
    float: right;
    margin-top: 5px;
}
/*---------------------- Custom Calendar CSS----------------------*/

