﻿/***************Orbit CSS*****************************************/
.orbitButton {
    background-color: #e52718;
    color: #ffffff;
    border-color: #e52718;
    font-size: 0.75em;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.orbit-text-red {
    color: #e52718;
}


.orbit-border-red {
    border-bottom: 1px solid #e52718
}

.chartHeader {
    background-color: #575757;
    color: white;
    font-size: 1.4em;
    font-weight: 100;
}



div.ChartCard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.3rem;
   /* margin: 0.85rem;*/
    padding-left: 0;
    padding-right: 0;
    margin-top:0.5rem;
    background-color: white;
    height:100%;
    width:100%;
}


div.orbitcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.3rem;
}

.orbitShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.3rem;
}

button.OrbitButtonRed {
    color: #fff;
    background-color: #e52718;
    border-color: #dc3545;
    font-size: 0.85em;
    padding: 0.5rem 1.5rem
}

.OrbitSubHeading {
    background-color: #575757;
    color: #fff;
    height: 2.6rem;
    width: 100%
}

table.SearchResultsTable {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    /* width: 100%;
    text-align: left;
    border-collapse: collapse;*/
  /*  #F1F1F1*/
}

    table.SearchResultsTable td, table.SearchResultsTable th {
        /* border: 1px solid #AAAAAA;
        padding: 4px 2px;*/
    }

    table.SearchResultsTable tbody td {
        font-size: 0.85rem;
        color: #444444;
        padding: 5px 0px
    }

    table.SearchResultsTable thead {
       /* background: #F1F1F1;*/
        border-bottom: 0px solid #444444;
    }

        table.SearchResultsTable thead th {
            font-size: 0.85rem;
            font-weight: bold;
            color: #E52718;
            padding: 15px 0px
        }

    table.SearchResultsTable tfoot td {
        font-size: 14px;
    }

    table.SearchResultsTable tfoot .links {
        text-align: right;
    }

        table.SearchResultsTable tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }



table.chartTable {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.chartTable td, table.chartTable th {
        border: 2px solid #FFFFFF;
        padding: 3px 3px;
    }

    table.chartTable tbody td {
        font-size: 11px;
    }

    table.chartTable thead {
        background: #D8D8D8;
        border-bottom: 2px solid #FFFFFF;
    }

        table.chartTable thead th {
            font-size: 13px;
            font-weight: normal;
            color: #0F0F0F;
            border-left: 0px solid #F1F1F1;
        }

            table.chartTable thead th:first-child {
                border-left: none;
            }

    table.chartTable tfoot {
        font-size: 12px;
        font-weight: normal;
        color: #0F0F0F;
        background: #D8D8D8;
        border-top: 2px solid #FFFFFF;
    }

        table.chartTable tfoot td {
            font-size: 12px;
        }



table.summaryInfo {
    background-color: #FFFFFF;
    text-align: left;
    width: 95%;
    max-width: 95% !important;
}

    table.summaryInfo td, table.summaryInfo th {
        padding: 5px 10px 1px 1px;
    }

    table.summaryInfo tbody td {
        font-size: 12px;
        border-bottom: 1px solid #444444;
    }

    table.summaryInfo tfoot td {
        font-size: 14px;
    }

    table.summaryInfo tfoot .links {
        text-align: right;
    }

        table.summaryInfo tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }

.spinner {
    border: 16px solid #575757;
    border-radius: 50%;
    border-top: 16px solid #e52718;
    width: 220px;
    height: 220px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    top: 130px;
    Left: 45%;
    position: absolute;
    z-index: 100;
}



.indexpage-image {
    background-image: url("../images/Orbit Homepage_Backdrop.jpg");
    /*  background-color: #cccccc;*/
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.topbar {
    background-color: #f7f7f7;
    background-color: #575757;
   /* border-bottom: 1px solid #d6d5d5;*/
   /* justify-content: flex-end;*/
    background-image: url("../images/TopImage1.png");
    background-position: right;
    background-repeat: no-repeat;
  /*  background-attachment: fixed;*/
    height: 4.5rem;
    padding-left: 20px;
}

.icon {
    /* width:1.2rem;
    height:1.4rem;*/
    margin-right: 10px
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Krystian added modal form T&Cs*/
.demo {
    background: linear-gradient(to right,#26de81,#38ef7d,#26de81);
}

.modal-box {
    /*font-family: 'Varela Round', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
}

    .modal-box .show-modal {
        color: #222;
        background-color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 10px 15px;
        margin: 80px auto 0;
        border: none;
        outline: none;
        box-shadow: 0 0 10px #555;
        display: block;       
    }

        .modal-box .show-modal:hover,
        .modal-box .show-modal:focus {
            color: #222;
            background-color: #fff;
            border: none;
            outline: none;
            text-decoration: none;
        }

        

.modal-backdrop.in {
    opacity: 0.1;    
}

.modal-box .modal {
    top: 70px !important;
}

.modal-box .modal-dialog {
    width: 400px;
    margin: 30px auto 10px;
}

    .modal-box .modal-dialog .modal-content {
        border-radius: 25px;
        box-shadow: 0 0 25px -8px #555;
    }

        .modal-box .modal-dialog .modal-content .close {
            color: #e74c3c;
            background-color: #fff;
            font-size: 28px;
            text-shadow: none;
            line-height: 33px;
            height: 33px;
            width: 33px;
            opacity: 1;
            border-radius: 50%;
            box-shadow: 0 0 5px #555;
            position: absolute;
            left: auto;
            right: -5px;
            top: -5px;
            z-index: 1;
            transition: all 0.3s;
        }

            .modal-box .modal-dialog .modal-content .close span {
                margin: -1px 0 0 0;
                display: block;
            }

            .modal-box .modal-dialog .modal-content .close:hover {
                color: #fff;
                background-color: #e74c3c;
            }

        .modal-box .modal-dialog .modal-content .modal-body {
            padding: 50px 20px !important;
        }

            .modal-box .modal-dialog .modal-content .modal-body .icon {
                color: #26de81;
                font-size: 36px;
                text-align: center;
                text-shadow: 4px 0 0 #fff, 0 -3px 0 #fff;
                line-height: 40px;
                height: 50px;
                width: 50px;
                margin: 0 auto 30px;
                position: relative;
                z-index: 1;
            }

                .modal-box .modal-dialog .modal-content .modal-body .icon:after {
                    content: '';
                    height: 45px;
                    width: 45px;
                    border: 5px solid #c1c1c1;
                    border-radius: 50%;
                    position: absolute;
                    left: -5px;
                    top: 3px;
                    z-index: -1;
                }

            .modal-box .modal-dialog .modal-content .modal-body .title {
                margin: 0 0 20px 0;
                font-size: 20px;
                color: #222;
                text-transform: capitalize;
                font-weight: 600;
                text-align: center;
            }

            .modal-box .modal-dialog .modal-content .modal-body .description {
                color: #999;
                text-align: left;
                margin: 0 0 15px;
            }

            .modal-box .modal-dialog .modal-content .modal-body .subscribe {
                color: #fff;
                background-color: #e52718;
                font-size: 18px;
                text-transform: uppercase;
                padding: 10px 20px;
                margin: 0 auto;
                border: 0 solid #222;
                border-radius: 50px;
                overflow: hidden;
                display: block;
                position: relative;
                z-index: 1;
                transition: all 0.3s;
            }

                .modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
                    background-color: #575757;
                }

@@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: 400px !important;
    }
}

@@media only screen and (max-width: 576px) {
    .modal-dialog {
        width: auto !important;
    }
}
