﻿.cal_circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #172C85;
    line-height: 0px !important;
    margin-top: 10px !important;
    margin-right: 4px;
}

.cal-tax-info span {
    line-height: 30px;
    margin-top: -6px;
    text-align: left;
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(80,80,80,1);
    letter-spacing: -0.4px;
}

/*.ui-dialog {
    top: 100px !important;
}*/

.ui-dialog-title {
    text-align: center;
}

.AdditionalInfo > tbody > tr {
    display: list-item;
}

    .AdditionalInfo > tbody > tr > td {
        text-align: justify;
    }

.TableHeader {
    display: flex !important;
}

.cal-tax-info {
    margin-top: 20px;
    display: flex;
}

.cal-line {
    border-top: 1px solid black;
    width: 30px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 20px;
}

.cal_circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #172C85;
    line-height: 0px !important;
    margin-top: 10px !important;
    margin-right: 4px;
}

/* override jquery ui dialog*/

.ui-draggable .ui-dialog-titlebar {
    background: none !important;
    border: none !important;
    padding-top: 15px;
    line-height: 28px;
    padding-bottom: 15px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
    margin-right: 20px !important;
}

.cal_arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #1C93CF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    margin-top: 1px;
    margin-left: -21px;
    position: absolute;
}

.cal_item {
    margin-top: 30px;
}

.cal_item_header {
    border: 1px solid #F1F3F6;
    min-width: 500px;
    border-radius: 24px;
    max-width: 1000px;
    margin-top: 20px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    background-color: #F1F3F6;
    padding-bottom: 25px;
}

.cal_conteiner {
    margin: 42px 25% 40px 14%;
}

.cal-tax-info span {
    line-height: 30px;
    margin-top: -6px;
    text-align: left;
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(80,80,80,1);
    letter-spacing: -0.4px;
}

.cal-tax-info {
    margin-top: 20px;
    display: flex;
}

.cal-line {
    border-top: 1px solid black;
    width: 30px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 20px;
}

.cal_month {
    min-width: 131px;
}

    .cal_month > span {
        line-height: 40px;
        font-family: FiraGOLight;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        color: rgba(31,31,31,1);
        letter-spacing: -0.4px;
    }

.cal_item_cont {
    min-width: 500px;
    max-width: 1000px;
    width: 1000px;
    margin-top: -18px;
}

.cal_title {
    line-height: 40px;
    text-align: left;
    font-family: FiraGOReg;
    font-style: normal;
    font-weight: normal;
    font-size: 23px !important;
    color: rgba(31,31,31,1);
    letter-spacing: -0.4px;
    margin-top: 31px;
}

.cal-date {
    font-weight: bold;
    font-size: 18px;
}

.back {
    border: solid #393939;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.site-map {
    cursor: pointer
}

    .site-map span {
        color: black;
        font-style: normal;
        font-weight: normal;
        font-family: FiraGOLight;
        font-size: 14px;
    }

    .site-map a:hover {
        text-decoration: none;
    }

@media (max-width: 767px) {

    .ui-dialog {
        width: auto !important;
        right: 0px;
        
    }

    #calendarDetails > div {
        width: auto !important;
        margin: auto !important;
    }

    .cal_conteiner {
        margin: auto !important;
        width: 95%;
    }

        .cal_conteiner div {
            flex-direction: column;
        }

    .cal_item_cont {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .cal_item_header {
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .cal-date {
        margin-left: 21px;
    }

    div.cal_item_header > div:nth-child(3) {
        width: auto !important;
        margin-right: 21px;
    }

    .cal-item-details div {
        width: 100% !important;
    }

    .cal_title {
        text-align: center;
    }
}
