﻿/*Base colors*/
/*
    iNube : #C8DA2C;
    binder: #0EBBC0;
    ui/ux : #00AEEF;
*/

.cti-offline {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.56);
    overflow-y: auto;
}

.cti-offline-container {
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cti-offline-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cti-offline-modal {
    background-color: white;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.36);
    border-radius: 3px;
    padding: 40px;
}

    .cti-offline-modal img {
        margin-bottom: 15px;
    }

    .cti-offline-modal h4 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-family: 'Open sans';
        font-weight: normal;
        font-size: 21px;
    }

    .cti-offline-modal label:first-of-type {
        margin-bottom: 20px;
        font-size: 12.5px;
    }


    .cti-offline-modal .offline-reconnection {
        font-size: 12px;
        color: #00AEEF;
        font-family:Montserrat;
        display:inline-block;
    }


/**Loader for messages**/

.loader-offline {
    color: #00AEEF;
    font-size: 16px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadoffline 1.7s infinite ease;
    animation: loadoffline 1.7s infinite ease;
    margin-top: 5px;
    display:inline-block;
    margin-left: 12px;
}

@-webkit-keyframes loadoffline {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes loadoffline {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}


@media (max-width:767px) {

    .cti-offline-modal {
        padding-left: 10px;
        padding-right: 5px;
        border-radius: 0px;
    }

        .cti-offline-modal img {
            width: 100px;
            margin-top: 10px;
        }

        .cti-offline-modal h4 {
            font-size: 15px;
            text-transform: uppercase;
        }

        .cti-offline-modal label:first-of-type {
            margin-bottom: 15px;
        }

    .offline-reconnection {
        font-size: 15px;
        color: #00AEEF;
    }
}
