﻿/*.sidebar td {
    background-color: #f2f2f2 !important
}

.sidebar table {
    scroll-margin: 30px;
    background-color: #f2f2f2 !important;
    max-height: 300px;
    display: block;
    overflow-y: scroll;
    border: 2px solid #0A8082;
    border-radius: 50px;
    padding: 13px;
    scrollbar-color: #0A8081 !important; /* scroll-margin-top: 30px; 
}

.sidebar {
    scrollbar-color: #0A8082;
    scroll-margin: 50px;
}

.sidebar tr, .sidebar th {
    background-color: #f2f2f2 !important;
}

.sidebar table td {
    border: 0px !important;
    text-align: center;
    font-family: Montserrat, sans-serif !important;
    font-size: 13px !important;
}

.sidebar table::-webkit-scrollbar {
    width: 10px;
    position: fixed;
    margin-right: 20px;
}

.sidebar table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar table::-webkit-scrollbar-thumb {
    background: #888;
}

.sidebar table::-webkit-scrollbar-thumb:hover {
    background: #0A8082;
}*/
.content-area {
    /*margin-top: 30px;
    margin-bottom: 30px;*/
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #48555d;
}

.error {
    color: red;
}

    .content-area input {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .content-area h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #6b7982;
        margin-top: 30px;
    }

    .content-area h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #0090cc;
        margin-top: 30px;
    }

    .content-area a {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        /*font-size: 15px;*/
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0090cc;
    }

        .content-area a:hover {
            text-decoration: underline;
        }

        /*.content-area a:before {
            *position: absolute;
            top: 0px;
            left: 0px;
            width: 24px;
            height: 24px;
            text-align: left;
            content: '';
            font-size: 20px;
            line-height: 24px;
            color: #a6b1b8;
        }*/

        .content-area a.file,
        .content-area a.url {
            display: block;
            padding-left: 28px;
        }

            .content-area a.file:before {
                font-family: 'borsaistanbul' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: gray;
                font-size: 20px;
                content: "";
                margin-left: -28px;
                display: inline-block;
            }

            .content-area a.url:before {
                font-family: 'borsaistanbul' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: gray;
                font-size: 20px;
                content: "";
                margin-left: -28px;
                display: inline-block;
            }

@media only screen and (max-width: 576px) {

    .content-area {
        width: 100%;
    }
}

.other-content-area {
    margin-top: 0;
    margin-bottom: 0;
}

.content-area-image {
    margin-bottom: 20px;
}

    .content-area-image img {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }



.content-area .content-area-bottom {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #0090cc;
    display: block;
}

    .content-area .content-area-bottom:first-child {
        margin-top: 0px;
    }

    .content-area .content-area-bottom:last-child {
        margin-bottom: 0px;
    }

    .content-area .content-area-bottom > a {
        position: relative;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        /*font-size: 15px;*/
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0090cc;
        display: block;
    }

    .content-area .content-area-bottom a {
        position: relative;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        /*font-size: 15px;*/
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0090cc;
        padding-left: 28px;
        display: block;
    }


    .content-area .content-area-bottom .content-area-bottom-title {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #6b7982;
    }


    .content-area .content-area-bottom .content-area-bottom {
        position: relative;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0090cc;
        display: block;
    }

        .content-area .content-area-bottom .content-area-bottom:hover {
            text-decoration: underline;
        }

        .content-area .content-area-bottom .content-area-bottom:before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 24px;
            height: 24px;
            text-align: left;
            content: '';
            font-size: 20px;
            line-height: 24px;
            color: #a6b1b8;
        }

    .content-area .content-area-bottom > [data-icon='file']:before {
        font-family: 'borsaistanbul' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: gray;
        font-size: 20px;
        content: "";
        position: absolute;
        margin-left: -28px;
    }

    .content-area .content-area-bottom > [data-icon='url']:before {
        font-family: 'borsaistanbul' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: gray;
        font-size: 20px;
        content: "";
        position: absolute;
        margin-left: -28px;
    }


.content-area .content-area-bottom-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #6b7982;
    margin-top: 30px;
}

.content-options-date {
    font-weight: 600;
    font-size: larger;
    font-family: Montserrat, sans-serif;
    line-height: 40px;
    color: rgba(34, 159, 211, 1);
    margin-left: 38px;
}

/* table */
.table td {
    font-size: 14px !important;
    padding: 10px 10px !important;
}

    .table td img {
        margin-left: 10px;
        margin-top: -3px;
    }


/* otherData */

.otherData {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    -moz-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    padding: 30px;
    padding-bottom: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}

    .otherData .titleArea .title {
        color: #0090cc;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .otherData .table {
        background-color: #fff;
        text-align: left;
    }

        .otherData .table th {
            font-weight: 500;
            border: none;
            border-bottom: 1px solid rgb(49, 58, 65,0.15);
            font-size: 14px !important;
            padding: 10px 10px !important;
            margin-left: 10px;
            margin-top: -3px;
        }

        .otherData .table td {
            border: none;
            white-space: nowrap;
        }

            .otherData .table td span {
                float: right;
                position: relative;
                width: 15px;
                height: 15px;
                text-align: center;
            }

                .otherData .table td span img {
                    width: 12px;
                    height: 12px;
                }


    .otherData .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(249, 249, 249,0.85);
    }


.otherDataTitle {
    width: 00%;
    height: 50px;
    line-height: 50px;
}

    .otherDataTitle h6 {
        color: #00608f;
    }


.highcharts-credits {
    display: none;
}


@media only screen and (max-width: 1024px) {
    .mainDataDetailTable {
        width: 90% !important;
        height: 450px !important;
    }


    .dataContent {
        height: 450px !important;
    }

    .tableContentDetail {
        width: 90% !important;
        height: 300px !important;
    }

    .tableDetailHeaderBtn .tableDateBtn {
        float: right !important;
    }

    .tableDetailHeader {
        padding: 0px 10px;
    }

        .tableDetailHeader h5 {
            font-size: 16px;
        }

    .tableSelectOption {
        width: 100% !important;
        display: block !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    .tabMenuContent p {
        width: 100% !important;
        display: block !important;
        height: auto !important;
        background: none !important;
        margin-right: 0px !important;
        margin-bottom: 60px;
    }

    .tabMenuContent .contactInfoIcon {
        float: none !important;
        display: block !important;
        margin: auto !important;
    }

    .tabMenuContent .contactInfoText {
        background: none !important;
        float: none !important;
        height: auto !important;
        display: block !important;
        margin: 15px auto !important;
        line-height: 25px;
        text-align: center !important;
        font-size: 14px !important;
    }

        .tabMenuContent .contactInfoText b {
            display: block !important;
        }

        .tabMenuContent .contactInfoText a {
            width: 100% !important;
        }

    .tabMenuContent form label {
        width: 100% !important;
        height: auto;
        display: block !important;
        float: none !important;
        padding: 0px !important;
    }

    .tabMenuContent form input {
        margin-bottom: 0px !important;
    }

    .tabMenuContent .sendBtn {
        right: 10px !important;
    }
}

@media only screen and (max-width: 768px) {

    .contactTabMenuTitle {
        height: auto !important;
    }

        .contactTabMenuTitle ul li {
            width: 100% !important;
            float: none !important;
            display: block !important;
            font-size: 14px !important;
        }

    .otherData {
        padding: 30px 15px !important;
    }

        .otherData .table td {
            font-size: 12px !important;
        }

            .otherData .table td span {
                width: 10px !important;
                background-color: none !important;
                float: left;
            }


    .tableDateBtn {
        margin-bottom: 10px;
    }
}

.table select {
    background: #fff;
}



/* data */
.dl-table {
}

    .dl-table th {
        background: #009fc3;
        color: #ffffff;
        border: none !important;
        font-size: 18px;
        line-height: 20px !important;
    }

        .dl-table th:nth-child(2) {
            padding-left: 10px !important;
        }

    .dl-table td:nth-child(1) {
        font-weight: bold;
        width: 55%;
    }

    .dl-table td:nth-child(2) {
        display: flex;
        line-height: 40px !important;
    }

        .dl-table td:nth-child(2) div {
            width: 140px;
            line-height: 40px !important;
        }

        .dl-table td:nth-child(2) .inputSession {
            line-height: 15px !important;
        }

        .dl-table td:nth-child(2) .inputCode {
            line-height: 15px !important;
        }


    .dl-table td:nth-child(3) {
        width: 5% !important;
        vertical-align: top;
    }

.dl-area {
    min-width: 400px;
}

    .dl-area > div {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

        .dl-area > div > div {
            flex: 1;
        }

            .dl-area > div > div:nth-child(1) {
                order: 1;
                min-width: 200px;
                max-width: 200px;
            }

            .dl-area > div > div:nth-child(2) {
                order: 2;
            }


    .dl-area input {
        height: 40px;
        border: solid;
        border-color: #e3e9f2;
    }



.inputCalendar {
    width: 140px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #69747c;
    box-sizing: border-box;
    line-height: 15px !important;
    /*text-transform: uppercase;*/
    border-radius: 6px;
    float: left;
    background: #fff;
    margin: 0;
    margin-right: 5px;
}


@media (max-width: 1500px) {
    .inputCalendar {
        margin: 0;
        margin-right: 15px;
        /*margin-bottom: 10px;*/
    }
}

.responsiveMobileTable .inputCalendar {
    background: #fff url("../imgs/icons/callender.png") 97% 50% no-repeat;
    cursor: pointer;
}


.inputSession {
    width: 140px;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #69747c;
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    border-radius: 6px;
    background: #fff;
    -webkit-appearance: none;
    background: #fff url("../imgs/icons/listboxIcon.png") 97% 50% no-repeat;
    float: none;
    margin-right: 5px;
}

.inputCode {
    width: 70px;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #69747c;
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    border-radius: 6px;
    background: #fff;
    -webkit-appearance: none;
    float: none;
    margin-right: 45px;
}


.btnDownload {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    outline: none;
    margin-right: 8px;
    border: 1.5px solid #fff;
    transition: 0.5s all;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

    .btnDownload img {
        width: 40px !important;
        height: 40px !important;
        margin: 0px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .btnDownload:hover {
        border-color: #009fc3;
    }

@media only screen and (max-width: 768px) {

    .btnDownload {
        margin-bottom: 10px;
    }
}


.positive-arrow:after {
    color: #00ba39;
    /*font-family: 'borsaistanbul' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\25B2";
    margin-left: 8px;
}

.negative-arrow:after {
    color: #e74c3c;
    /*font-family: 'borsaistanbul' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\25BC";
    margin-left: 8px;
}

.radio-bar {
    display: flex;
}

    .radio-bar input[type="radio"] {
        height: 20px !important;
        width: 20px;
        vertical-align: middle;
        margin-right: 8px;
    }

    .radio-bar label {
        width: auto !important;
        display: inline-block;
    }

/*tables...*/

.mainDataDetailTable {
    position: fixed;
    width: 1250px;
    height: 750px;
    background: none;
    margin-top: auto;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: none;
}

.dataContent {
    width: 100%;
    height: 700px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

    .dataContent::-webkit-scrollbar {
        height: 10px;
        background: #0090cc;
        border-radius: 15px;
    }

    .dataContent::-webkit-scrollbar-thumb {
        height: 10px;
        background: #006b9b;
        border-radius: 15px;
    }

    .dataContent .tableHeading {
        background: #5b9bd5;
        border-color: #b9b9b9;
    }

.tableDetailHeader {
    height: 60px;
    background: none;
}

    .tableDetailHeader .tableContentTitle h5 {
        line-height: 100px;
        color: #0090cc;
        margin-left: 10px;
    }

.tableDetailHeaderBtn button {
    margin-top: 25px;
    background: #0090cc;
    border-color: #0090cc;
    transform: scale(0.9);
}

    .tableDetailHeaderBtn button:hover {
        transform: scale(0.95);
    }

.tableContentDetail {
    width: 1200px;
    height: 590px;
    background: none;
    margin: auto;
    overflow: scroll;
    padding-bottom: 25px;
    margin-top: 20px;
}

    .tableContentDetail .table {
        margin-top: 0 !important;
    }

    .tableContentDetail::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background: #f1f1f1;
    }

    .tableContentDetail::-webkit-scrollbar-thumb {
        width: 7px;
        height: 7px;
        background: #d3cece;
    }

    .tableContentDetail .table {
        background: #ffffff;
        text-align: left !important;
    }

    .tableContentDetail .table-striped tbody tr:nth-of-type(odd) {
        background: #dcebf6;
        border: 1px solid #b5d2ec;
        border-left: none;
        border-right: none;
    }

    .tableContentDetail .table td {
        height: auto !important;
        padding: 5px !important;
        font-size: 13px;
    }

    .tableContentDetail .table th {
        height: auto !important;
        padding: 5px !important;
        font-size: 13px;
    }

    .tableContentDetail .tableHeading th {
        white-space: nowrap !important;
        color: #f5f6fa;
        font-size: 14px !important;
        font-weight: 600;
        padding: 5px !important;
    }

    .tableContentDetail .table tr td {
        white-space: nowrap !important;
        color: #000000;
        font-size: 12px !important;
        font-weight: 600;
        padding: 5px 25px 5px 5px !important;
        border-bottom: 2px solid #b6d4ed;
    }

    .tableContentDetail .table-striped {
        margin-top: -15px !important;
    }


.tabMenuContent {
    width: 100%;
    height: auto;
    background: none;
    padding: 0 10px;
    display: none
}

    .tabMenuContent p {
        display: inline-block;
        margin-right: 75px;
        margin-bottom: 25px;
    }

.tableSelectOption {
    width: 33.33% !important;
    background: none;
    margin: 15px auto;
}


.tableCalender {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #69747c;
    box-sizing: border-box;
    line-height: 15px !important;
    /*text-transform: uppercase;*/
    border-radius: 6px;
    float: left;
    background: #fff;
}

.responsiveMobileTable .tableCalender {
    background: #fff url("../imgs/icons/callender.png") 97% 50% no-repeat;
    cursor: pointer;
}

.tableSeans {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #69747c;
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    border-radius: 6px;
    float: right;
    background: #fff;
    -webkit-appearance: none;
    background: #fff url("../imgs/icons/listboxIcon.png") 97% 50% no-repeat;
}

.tableDateButton {
    width: 185px !important;
}


.tableDateBtn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    outline: none;
    margin-right: 8px;
    border: 1.5px solid #fff;
    transition: 0.5s all;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

    .tableDateBtn img {
        width: 40px !important;
        height: 40px !important;
        margin: 0px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tableDateBtn:hover {
        border-color: #009fc3;
    }

.calenderSeans, calenderSeans2 {
    width: 370px !important;
}

    .calenderSeans .tableSeans {
        line-height: 15px !important;
    }

.calenderSeans2 .tableSeans {
    line-height: 15px !important;
}

.calenderSeans .tableCalender {
    /*margin-top: 40px;*/
}

.seansBtn .tableDateBtn {
}


/* other*/

.closeBtn {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    transition: 0.5s all;
    transform: scale(0.85);
}

    .closeBtn:hover {
        transform: scale(1);
    }

.dataDetailsCloseBtn {
    width: 100%;
    height: 50px;
    background: none;
    text-align: right;
}


.my-10 {
    display: block;
    margin: 10px 0;
}


.label-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 32px;
}

    .label-title b {
        font-weight: 800;
        color: #ff0000;
    }


.required-field {
    font-weight: 800;
    color: #ff0000;
}


.warning-form-li {
    font-weight: 600;
    color: #0090cc;
}


/*contact*/

.contactMaps iframe {
    border-radius: 15px;
}

.contactTabMenu {
    width: 100%;
    height: auto;
    background: none;
}

.contactTabMenuTitle {
    width: 100%;
    height: 65px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #edf2f6;
    overflow: hidden;
    border-radius: 15px;
}

    .contactTabMenuTitle ul {
        margin: 0;
        padding: 0;
    }

        .contactTabMenuTitle ul li {
            position: relative;
            width: 50%;
            height: 65px;
            text-align: center;
            line-height: 65px;
            font-weight: 600;
            font-size: 16px;
            list-style: none;
            float: left;
            text-transform: capitalize;
            color: #313a41;
            transition: 0.5s all;
            overflow: hidden;
            cursor: pointer;
            z-index: 1;
        }

            .contactTabMenuTitle ul li::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -100%;
                width: 100%;
                height: 100%;
                background: #c3d0d8;
                transition: 0.5s all;
                z-index: -1;
            }

            .contactTabMenuTitle ul li.active {
                background: #c3d0d8;
                color: #fff;
            }

            .contactTabMenuTitle ul li:hover::before {
                bottom: 0;
            }

            .contactTabMenuTitle ul li:hover {
                color: #fff;
            }

.contactInfoIcon {
    float: left;
    width: 50px;
    height: 50px;
    background: #edf2f6;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

    .contactInfoIcon img {
        width: 24px;
        margin-top: -3px;
    }

.contactInfoText {
    float: left;
    width: auto;
    height: 50px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    line-height: 50px;
    margin-left: 10px;
}

    .contactInfoText a {
        color: #999999;
        transition: 0.5s all;
    }

        .contactInfoText a:hover {
            color: #0090cc;
        }

    .contactInfoText b {
        color: #0090cc;
        font-weight: 600;
        margin-right: 10px;
    }


/*form*/

form {
    display: inline-block;
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 15px;
}

    form label {
        width: 50%;
        height: auto;
        float: left;
        padding: 0 25px 0 0;
    }

    form input {
        width: 100%;
        height: 50px;
        outline: none;
        border: 1.5px solid rgba(153, 153, 153, 0.35);
        padding: 0 20px;
        font-weight: 600;
        color: #999999;
        font-size: 14px;
        transition: 0.5s all;
    }

    form select {
        width: 100%;
        height: 50px;
        outline: none;
        border: 1.5px solid rgba(153, 153, 153, 0.35);
        padding: 0 20px;
        font-weight: 600;
        font-size: 14px;
        color: #999999;
        -webkit-appearance: none;
        background: #fff url("../imgs/icons/formSelectIcon.png") 97% 50% no-repeat;
        transition: 0.5s all;
    }

.subjectContent {
    position: relative;
    width: 100% !important;
}

form textarea {
    width: 100%;
    height: 200px;
    outline: none;
    border: 1.5px solid rgba(153, 153, 153, 0.35);
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #999999;
    transition: 0.5s all;
}

.sendBtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: none;
    outline: none;
    background: #0090cc;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0, 144, 204, 0.25);
    transition: 0.5s all;
}

    .sendBtn img {
        width: 25px;
        height: auto;
        margin: -5px 0px 0px -5px;
    }

    .sendBtn:hover {
        transform: rotate(360deg);
    }

form input:focus,
form select:focus,
form textarea:focus {
    border-color: #0090cc;
}

.formStep {
    color: #48555d;
}

    .formStep:not(:first-child) {
        margin-top: 25px;
    }

.formStepTitle {
    background-color: #edf2f6;
    width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.formStep label {
    width: 100%;
}


/*file-input*/

.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 16px;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

    .file-input > [type='file'] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 10;
        cursor: pointer;
    }

    .file-input > .button {
        display: inline-block;
        cursor: pointer;
        background: #eee;
        padding: 8px 16px;
        border-radius: 2px;
        margin-right: 8px;
    }

    .file-input:hover > .button {
        background: dodgerblue;
        color: white;
    }

    .file-input > .label {
        color: #333;
        white-space: nowrap;
        opacity: .3;
    }

    .file-input.-chosen > .label {
        opacity: 1;
    }


/*custom-checkbox*/

.custom-checkbox-area input {
    position: absolute;
    left: -999999px;
}

.custom-checkbox-area span.box {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #edf2f6;
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
}

.custom-checkbox-area span.inbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 4px;
    background: #edf2f6;
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
}

.custom-checkbox-area span.text {
    display: inline-block;
    margin-left: 30px;
    font: bold 14px/24px Arial;
    cursor: pointer;
}

.custom-checkbox-area input:checked + span.box > .inbox {
    background: #0090cc;
}



/*bottom-info*/

.bottom-info-box-data-releases {
    width: 100%;
    background-color: #edf2f6;
    color: #48555d;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
    font-size: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.bottom-info-box-data-releases-logo {
    order: 1;
    margin-right: 25px;
}

    .bottom-info-box-data-releases-logo,
    .bottom-info-box-data-releases-logo img {
        width: 175px;
    }

.bottom-info-box-data-releases-text {
    order: 2;
    flex: 1;
}

@media only screen and (max-width: 768px) {

    .bottom-info-box-data-releases {
        flex-direction: column;
        text-align: center;
    }

    .bottom-info-box-data-releases-text {
        margin-top: 25px;
    }
}

/*data-releases*/

/*@media only screen and (max-width: 768px) {

    .data-releases-table-header {
        display: none;
    }

    .data-releases-table-body-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
        height: auto;
    }

    .data-releases-table-data-releases,
    .data-releases-table-update-period,
    .data-releases-table-download {
        text-align: left;
    }

        .data-releases-table-data-releases:before {
            content: 'Bülten Verileri: ';
            font-weight: 800;
        }

        .data-releases-table-update-period:before {
            content: 'Güncelleme Periyodu: ';
            font-weight: 800;
        }

        .data-releases-table-update-period form input {
            height: 36px;
            margin-bottom: 10px !important;
        }
}*/


/*notice-table*/

@media only screen and (max-width: 768px) {
    .notice-table-header {
        display: none;
    }

    .notice-table-body-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
        height: auto;
    }

    .notice-table-no,
    .notice-table-date,
    .notice-table-subject,
    .notice-table-publisher,
    .notice-table-pdf {
        width: 100%;
        text-align: left;
        line-height: 22px;
        margin: 8px 0;
    }

        .notice-table-pdf .icon {
            font-size: 18px;
        }

        .notice-table-no:before {
            content: 'NO: ';
            font-weight: 800;
        }

        .notice-table-date:before {
            content: 'TARİH: ';
            font-weight: 800;
        }

        .notice-table-subject:before {
            content: 'KONU: ';
            font-weight: 800;
        }

        .notice-table-publisher:before {
            content: 'YAYIMLAYAN: ';
            font-weight: 800;
        }

        .notice-table-pdf:before {
            content: 'PDF: ';
            font-weight: 800;
        }
}


/*corporate-opitons*/

.corporate-options-content {
    position: relative;
    overflow: hidden;
    border: 4px solid transparent;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.5s all;
}

    .corporate-options-content::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 96, 143,0.40);
        top: 0%;
        left: 0%;
    }

    .corporate-options-content .corporate-options-name {
        position: absolute;
        left: 30px;
        bottom: 30px;
        font-size: 20px;
        padding-right: 40px;
        z-index: 11;
        transition: 0.5s all;
    }

        .corporate-options-content .corporate-options-name a {
            /*text-transform: uppercase;*/
            color: #ffffff;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
        }

    .corporate-options-content .goDetails {
        position: absolute;
        left: 30px;
        bottom: -20%;
        margin: 0;
        z-index: 11;
    }

    .corporate-options-content:hover {
        border-color: #00608f;
    }

        .corporate-options-content:hover .corporate-options-name {
            bottom: 60px;
        }

        .corporate-options-content:hover .goDetails {
            bottom: 20px;
        }

@media only screen and (max-width: 991px) {
    .corporate-options-content img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .corporate-options-content .corporate-options-name {
        bottom: 70px;
    }

    .corporate-options-content .goDetails {
        bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .corporate-options-content .corporate-options-name {
        left: 15px;
        bottom: 55px;
        font-size: 16px;
    }

    .corporate-options-content .goDetails {
        left: 15px;
        transform: scale(0.65);
        transform-origin: left bottom;
    }
}
