/* Minification failed. Returning unminified contents.
(30,54): run-time error CSS1046: Expect comma, found '66'
(30,61): run-time error CSS1046: Expect comma, found '/'
(30,75): run-time error CSS1046: Expect comma, found '175'
(30,83): run-time error CSS1046: Expect comma, found '/'
(149,50): run-time error CSS1046: Expect comma, found '175'
(149,58): run-time error CSS1046: Expect comma, found '/'
(195,54): run-time error CSS1046: Expect comma, found '66'
(195,61): run-time error CSS1046: Expect comma, found '/'
(195,74): run-time error CSS1046: Expect comma, found '175'
(195,82): run-time error CSS1046: Expect comma, found '/'
(226,46): run-time error CSS1046: Expect comma, found '175'
(226,54): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,600,700|Roboto+Condensed:300,400,500,700|Changa|Kaushan+Script|Fredoka+One|Permanent+Marker|Anton');
body {
    font-family: 'Roboto',sans-serif;
}
.small-top-bar {
    width: 100%;
    background-color: #f91a15;
    color: #fff;
    padding: 5px 20px;
    text-align: right;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
}

.top-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/Images/blue-background.jpg');
    z-index: 100;
}

    .top-bar > .layer {
        background-color: #1c42df;
        background: linear-gradient(to right, rgb(28 66 223 / 0.9),rgb(11 175 240 / 0.9));
        display: flex;
    }

        .top-bar > .layer > .logo-context {
            width: 350px;
            text-align: center;
            padding-top: 10px;
        }

            .top-bar > .layer > .logo-context > a > img {
                height: 60px;
            }

        .top-bar > .layer > .nav-context {
            flex: auto;
            text-align: right;
        }

            .top-bar > .layer > .nav-context > .nav-item {
                text-decoration: none;
                outline: none;
                font-size: 13px;
                display: inline-block;
                margin: 0px;
                box-sizing: unset;
                position: relative;
                padding: 20px 0px;
            }

            .top-bar > .layer > .nav-context > .nav-item > a {
                color: #ffffff;
                font-size: 15px;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                display: inline-block;
                padding: 10px 10px;
                outline: none;
                text-decoration: none;
            }
                .top-bar > .layer > .nav-context > .nav-item > a:hover {
                    color: #fff;
                    background-color: #dd0000;
                }

            .top-bar > .layer > .nav-context > .nav-item .main {
                background-color: #fff;
                position: absolute;
                width: 250px;
                right: 0px;
                top: 60px;
                height: 0px;
                overflow: hidden;
                transition: all 700ms;
                box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.06);
            }

            .top-bar > .layer > .nav-context > .nav-item:hover .main {
                transition: all 700ms;
                height: 100px;
                padding-top: 20px;
                z-index: 1;
            }

            .top-bar > .layer > .nav-context > .nav-item:hover .main-100 {
                height: 100px;
            }

            .top-bar > .layer > .nav-context > .nav-item:hover .main-150 {
                height: 150px;
            }

        .top-bar > .layer > .nav-context > .nav-item:hover .main-200 {
            height: 200px;
        }

            .top-bar > .layer > .nav-context > .nav-item .main a {
                width: 100%;
                display: inline-block;
                font-size: 13px;
                font-family: 'Roboto', sans-serif;
                color: #00adef;
                text-align: right;
                padding: 5px 10px;
                font-weight: 500;
                text-decoration: none;
            }

                .top-bar > .layer > .nav-context > .nav-item .main a:hover {
                    background-color: #00ace8;
                    color: #fff;
                    box-shadow: unset;
                }


        .top-bar > .layer > .contact-context {
            width: 250px;
            text-align: center;
            padding-top: 22px;
            padding-right: 50px;
        }
            .top-bar > .layer > .contact-context > .contact-body {
                padding: 5px 10px;
                border: 1px solid #ffffff;
                background-color: #ffffff;
                color: #ff0000;
                font-size: 12px;
                width: 130px;
                float: right;
            }
                .top-bar > .layer > .contact-context > .contact-body > select {
                    border: none;
                    color: #ff0000;
                    font-weight: bold;
                    outline: none;
                    background-color: #ffffff;
                }
                    .top-bar > .layer > .contact-context > .contact-body > select > option {
                        color: #fff;
                        background-color: rgb(11 175 240 / 0.9);
                    }

            .top-bar > .layer > .contact-context > .logout {
                color: #ff0000;
                font-weight: bold;
                padding:10px;
                display:inline-block;
                text-decoration:none;
            }

            .top-bar > .layer > .contact-context > .logout:hover {
                background-color:#ea0000;
                color:#fff;
            }

        .top-bar > .layer > .small-menu-icon {
            display: none;
            text-align: right;
            cursor: pointer;
            padding-right: 10px;
            padding-top: 8px;
        }
            .top-bar > .layer > .small-menu-icon > i {
                border: 1px solid #ddd;
                padding: 5px;
                font-size: 16px;
                color: #fff;
            }

.small-menu-context {
    position: fixed;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/Images/blue-background.jpg');
}
    .small-menu-context > .layer {
        height:100%;
        width:100%;
        background-color: #1c42df;
        background: linear-gradient(to right, rgb(28 66 223 / .9),rgb(11 175 240 / .9));
        padding-top:30px;
    }
        .small-menu-context > .layer > .nav-item {
            text-align: center;
            color: #fff;
            font-size: 20px;
        }
            .small-menu-context > .layer > .nav-item > a {
                display: block;
                padding: 5px 10px;
                color: #fff;
                text-decoration: none;
                font-size: 20px;
                font-weight: bold;
            }
                .small-menu-context > .layer > .nav-item > a:hover {
                    background-color: #fff;
                    color: #ea0000;
                }

            .small-menu-context > .layer > .nav-item > select {
                border: none;
                color: #fff;
                font-weight: bold;
                outline: none;
                background-color: transparent;
                margin-top:20px;
            }
                .small-menu-context > .layer > .nav-item > select > option {
                    color: #fff;
                    background-color: rgb(11 175 240 / 0.9);
                }

            .small-menu-context > .layer > .nav-item > .main {
                position: relative;
                height: 0px;
                overflow: hidden;
                transition: all 700ms;
                background-color: #eee;
            }
            .small-menu-context > .layer > .nav-item:hover .main {
                transition: all 700ms;
                height: 60px;
                z-index: 1;
            }
            .small-menu-context > .layer > .nav-item:hover .main-100 {
                height: 100px;
            }
            .small-menu-context > .layer > .nav-item:hover .main-150 {
                height: 150px;
            }
            .small-menu-context > .layer > .nav-item:hover .main-200 {
                height: 200px;
            }
            .small-menu-context > .layer > .nav-item > .main > a {
                display: block;
                padding: 5px 10px;
                color: #ea0000;
                font-size: 12px;
                text-decoration: none;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
            }
                .small-menu-context > .layer > .nav-item > .main > a:hover {
                    background-color: #fff;
                    color: #ea0000;
                }
                .small-menu-context > .layer > .nav-item > .logout {
                    color: #ff0000;
                }

.custom-alert {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height:100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.20);
    z-index:10000;
    display:table;
}
.custom-alert > .alert-context {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    cursor:pointer;
}

    .custom-alert > .alert-context > .success {
        background-color: #2dc748;
        color: #fff;
        text-transform: uppercase;
        font-size:20px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        padding: 30px 5px;
        width: 300px;
        border-radius:3px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 3px 3px 7px rgba(60, 60, 60, 0.50);
    }
    
    .custom-alert > .alert-context > .error {
        background-color: #ff0000;
        color: #fff;
        text-transform: uppercase;
        font-size:20px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        padding: 30px 5px;
        width: 300px;
        border-radius:3px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 3px 3px 7px rgba(60, 60, 60, 0.50);
    }

.alert-context > .btn-hide{

}

.alert-hide {
    transition: all 0.5s;
    opacity: 0;
}

.btn-small {
    padding: 2px 5px;
    font-size: 12px;
}

    .btn-small i {
        font-size: 12px;
    }

.no-padding {
    padding: 0px !important;
}
.bold{
    font-weight:bold!important;
}
.d-n {
    display:none !important;
}
.d-b {
    display: block !important;
}

.render-body {
    min-height: 700px;
}

.footer-simple {
    background: linear-gradient(to right, #1c4ddf,#0fa8ed);
    font-family: 'Roboto', sans-serif;
    position: relative;
}
    .footer-simple .menu-context {
        padding: 10px 50px;
    }

        .footer-simple .menu-context > .item-body {
            position: relative;
            float: left;
            width: 25%;
            padding: 10px;
            font-size: 14px;
            color: #a0a0a0;
        }
            .footer-simple .menu-context > .item-body > .logo {
                padding:20px 0px;
            }
            .footer-simple .menu-context > .item-body > .logo > img {
                height:50px;
            }

            .footer-simple .menu-context > .item-body > a {
                display: block;
                font-weight: 400;
                padding: 3px 0px;
                color: #fcfcfc;
            }

                .footer-simple .menu-context > .item-body > a:hover {
                    color: #e0ff34;
                    text-decoration: none;
                }

        .footer-simple .menu-context > .item-body > .social-media {
            color: #fbc906;
            clear: both;
            padding-top:30px;
        }

            .footer-simple .menu-context > .item-body > .social-media a {
                color: #fff;
                display: inline-block;
                height: 32px;
                width: 32px;
                padding-top: 7px;
                text-align: center;
                border:1px solid #fff;
                border-radius:50%;
            }
                .footer-simple .menu-context > .item-body > .social-media a i {
                    font-size: 16px;
                }

                .footer-simple .menu-context > .item-body > .social-media a:hover {
                    text-decoration: none;
                }

                    .footer-simple .menu-context > .item-body > .social-media a:hover i {
                        transform: rotateY(360deg);
                        transition: 1000ms;
                    }

                .footer-simple .menu-context > .item-body > .social-media a:focus {
                    text-decoration: none;
                }

        .footer-simple .menu-context > .ssl-icon {
            float: right;
            padding: 10px 0px;
            color: #fff;
        }
            .footer-simple .menu-context > .ssl-icon > .pay-with {
                font-size: 10px;
                padding:3px 10px;
                color: #fff;
                display: inline-block;
                border-right: 1px solid #fff;
                margin-right: 10px;
            }
        .footer-simple .menu-context > .ssl-icon > img {
            height:25px;
        }
            .footer-simple .menu-context > .ssl-icon > .ssl-logo {
                font-size: 12px;
                color: #fff;
                display: inline-block;
                border-left: 1px solid #fff;
                padding-left: 10px;
                margin-left: 10px;
            }
                .footer-simple .menu-context > .ssl-icon > .ssl-logo > img {
                    height: 18px;
                }

    .footer-simple > .copyright {
        color: #fff;
        font-size: 11px;
        padding: 10px 50px;
        background: linear-gradient(to right, #143bb0,#107fc8);
        background-color: #193eb1;
    }
        .footer-simple > .copyright > .item {
            width: 100%;
            position: relative;
            float: left;
        }
            .footer-simple > .copyright > .item > a {
                float: right;
                color: #fff;
            }

                .footer-simple > .copyright > .item > a > span {
                    float: right;
                    color: #fbc906;
                }

.none {
    display: none;
}

/*============MODAL=============*/

.modal-content .modal-header {
    padding: 5px 10px;
    border-bottom: none;
}

    .modal-content .modal-header .close {
        font-size: 30px;
        opacity: .70;
    }

    .modal-content .modal-header h5 {
        font-size: 17px;
        font-weight: bold;
    }

/*============!! MODAL=============*/

.panel {
    border-radius: 0px;
}

.panel-primary {
    border-color: #dddddd;
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(131, 131, 131, 0.20);
    min-height: 400px;
}

    .panel-primary > .panel-heading {
        border-radius: 0px;
        background-color: #fff;
        border-color: #d0dae2;
        color: #ff6d00;
        font-weight: bold;
        height: 40px;
    }

        .panel-primary > .panel-heading > .heading {
            float: left;
        }

        .panel-primary > .panel-heading > .button {
            float: right;
        }

            .panel-primary > .panel-heading > .button > .btn-success {
                padding: 2px 5px;
                font-size: 12px;
            }
.input-as-hidden{
    position:absolute;
    border:none;
    background-color:none;
    outline:none;
    height:0px;
    width:0px;
}
button {
    outline: none;
}

.form-control {
    border: 1px solid rgba(0, 107, 100, 0.20);
    border-radius: 0px;
}

    .form-control:focus {
        border: 1px solid #dee1e9;
        box-shadow: 2px 4px 8px rgba(0, 107, 100, 0.06);
        outline: none;
    }

    .btn{
        outline:none;
    }

.small-navigation {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 40px;
    z-index: 99;
    overflow: auto;
    display: none;
}

    .small-navigation > .layer {
        padding: 25px 0px;
        padding-top:35px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(22, 65, 148, 0.71);
        background-image: linear-gradient(to bottom right, rgba(22, 65, 148, 0.40), rgba(22, 65, 148, 1));
    }

        .small-navigation > .layer > a {
            font-family: 'Roboto',sans-serif;
            display: block;
            padding: 5px 15px;
            color: #fff;
            font-size: 12px;
        }

            .small-navigation > .layer > a > i {
                font-size: 17px;
                color: #fff;
                width: 18px;
            }

        .small-navigation > .layer > .sub {
            padding-left: 40px;
        }

        
::placeholder {
    color: #97a2b4;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #97a2b4;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

::-ms-input-placeholder {
    color: #97a2b4;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.as-hide {    
    height: 0px;
    width: 0px;
    padding: 0px!important;
    border: 1px solid rgba(0, 0, 0, 0.00)!important;
    position: absolute;
    background-color:transparent;
    color:transparent;
}

.paging-number {
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #1c9ccb;
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding-top: 4px;
    text-align: center;
    border-radius: 0%;
    border: 1px solid #CCC;
    margin-right: 3px;
}

    .paging-number:hover {
        background-color: #1c9ccb;
        cursor: pointer;
        color: #fff;
        border: 1px solid #1c9ccb;
    }

.paging-active {
    background-color: #1c9ccb;
    border: 1px solid #1c9ccb;
    color: #fff;
    cursor: default !important;
}

.loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

    .loader > .main-context {
        display: table;
        height: 100%;
        width: 100%;
    }

        .loader > .main-context > .body {
            height: 100%;
            color: #fff;
            width: 100%;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .loader > .main-context > .body > .title {
                padding-top: 5px;
            }



@media (max-width:991px) {
        .top-bar > .layer > .logo-context {
            width: 250px;
        }
            .top-bar > .layer > .logo-context > a > img {
                height: 50px;
            }

    .top-bar > .layer > .nav-context > .nav-item {
        padding: 15px 0px;
    }

        .top-bar > .layer > .nav-context > .nav-item > a {
            padding: 10px 10px;
        }
    .top-bar > .layer > .contact-context {
        width: 200px;
        padding-top: 22px;
        padding-right: 30px;
    }
        .top-bar > .layer > .contact-context > .logout {
            padding: 5px;
        }
}

@media (max-width:767px) {
    .top-bar > .layer > .logo-context {
        width: 180px;
    }
    .top-bar > .layer > .logo-context > a > img {
        height: 40px;
    }
    .top-bar > .layer > .nav-context > .nav-item {
        padding: 8px 0px;
    }

        .top-bar > .layer > .nav-context > .nav-item > a {
            padding: 10px 8px;
        }

    .top-bar > .layer > .contact-context {
        padding-top: 15px;
        padding-right: 30px;
    }

    .footer-simple .menu-context {
        padding: 10px 20px;
    }
        .footer-simple .menu-context > .item-body {
            width: 33.33%;
            padding: 5px;
        }
        .footer-simple .menu-context > .item-body > a {
            font-size:12px;
        }

        .footer-simple .menu-context > .item-body > .social-media {
            padding-top: 5px;
        }
}

@media (max-width:650px) {
    .top-bar > .layer > .logo-context {
        width: 160px;
    }
    .top-bar > .layer > .logo-context > a > img {
        height: 35px;
    }
    .top-bar > .layer > .logo-context {
        padding:5px;
    }
    .top-bar > .layer > .nav-context .nav-item{
        display:none;
    }
    .top-bar > .layer > .contact-context {
        display: none;
    }
    .top-bar > .layer > .small-menu-icon {
        display: block;
    }
    .footer-simple .menu-context > .item-body > .social-media a {
        height: 28px;
        width: 28px;
        padding-top: 5px;
    }

        .footer-simple .menu-context > .item-body > .social-media a i {
            font-size: 15px;
        }

    .footer-simple .menu-context > .ssl-icon  {
        float:unset;
        text-align:center;
    }
    .footer-simple .menu-context > .ssl-icon > img {
        display:none;
    }
        .footer-simple .menu-context > .ssl-icon > .pay-with {
            border-right: none;
            margin-right: 0;
        }
        .footer-simple .menu-context > .ssl-icon > .ssl-logo {
            border-left:none;
            padding-left: 0px;
            margin-left: 0px;
        }
}

@media (max-width:500px) {
    .footer-simple .menu-context > .item-body {
        width: 50%;
    }
        .footer-simple .menu-context > .item-body > a {
            font-size: 10px;
        }
        .footer-simple .menu-context > .item-body > .social-media {
            padding-top: 0px;
        }
        .footer-simple .menu-context > .item-body > .social-media a {
            height: 25px;
            width: 25px;
            padding-top: 3px;
        }

            .footer-simple .menu-context > .item-body > .social-media a i {
                font-size: 14px;
            }
}


.fb_dialog_content > iframe {
    right: -10px !important;
    bottom: 30px !important;
}
