﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea {
    font-size: 12px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.SettingMenu {
    position: relative;
}

.action-list1 ul li {
    list-style-type: none;
    display: inline-block;
    float: right;
}

.action-list1 ul li, ul.action-list1 li {
    float: left;
    margin: 0 auto;
    padding: 5px 10px 5px 0px;
}

.table-action thead tr th {
    vertical-align: top !important;
}

.mypagination {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: right;
}

    .mypagination ul {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 13px;
        float: right;
    }

    .mypagination li {
        list-style-type: none;
        display: inline-block;
        padding-bottom: 1px;
    }

    .mypagination a, .mypagination a:visited {
        padding: 6px 4px;
        border: 1px solid #000000;
        text-decoration: none;
        color: #000000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 0 #000000, 0 4px 4px #EEEEEE;
        /*line-height: 16px;*/
        margin: 0 2px;
    }

        .mypagination a:hover, .mypagination a:active {
            border: 1px solid #000000;
            color: #FFF;
            background-color: #000000;
        }

        .mypagination a.currentpage {
            background-color: #2e6ab1;
            color: #FFF !important;
            border-color: #2b66a5;
            font-weight: bold;
            cursor: default;
        }

        .mypagination a.disablelink, .mypagination a.disablelink:hover {
            background-color: #fafafa;
            cursor: default;
            color: #999;
            border-color: #f4f4f4;
            font-weight: normal !important;
        }

    .mypagination input[type=text] {
        width: 20px !important;
        text-align: center;
    }

#grid .mypagination input[type="text"] {
    min-width: 30px !important;
    display: inherit;
}

.uploadfile {
    visibility: hidden;
}

span.field-validation-error {
    color: red;
}

input.uploadfile {
    display: none !important;
}

span.upl_response > div {
    padding-top: 10px;
    display: block;
}

/* Please Wait Loading css */
.leightbox img {
    width: 100% !important;
}

.leightbox {
    color: #333;
    display: block;
    position: fixed;
    vertical-align: middle;
    text-align: center;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    padding: 8px;
    background-color: white;
    border: 1px solid #CCC;
    z-index: 1003;
    overflow: hidden;
}

#overlay, #overlay2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100%);
    z-index: 1002;
    background-color: #000;
    -moz-opacity: 0.30;
    opacity: .30;
    filter: alpha(opacity=30);
    /*margin-top:45px;*/
}

.lightbox[id] {
    /* IE6 and below Can't See This */
    position: fixed;
    vertical-align: middle;
    text-align: center;
}

#overlay[id], #overlay2[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}

.lightbox img {
    width: 100% !important;
}
/* Visitors Design Start */

input[type=checkbox] + label {
    padding-left: 5px;
}

p.form-control, div.form-control {
    min-height: 32px;
    height: auto;
    max-height: 72px;
    overflow-y: auto;
    background-color: #eee;
    margin-bottom: 10px;
}

.form-control a {
    color: #337ab7 !important;
}

.sports-clock {
    right: 49%;
    bottom: 40%;
}

.clck {
    position: absolute;
    bottom: 40%;
    right: 50%;
    display: block;
    z-index: 9;
}

.icon_play {
    color: #172751;
    background-color: #ffcb11;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 5px 5px 5px #433f46;
}

.login-check {
    position: relative;
}

.header-avatar {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin: 0;
}

/*#region Wizards*/
.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .wizard.wizard-tabbed {
        background: #fbfbfb;
    }

        .wizard.wizard-tabbed ul li {
            padding: 0 10px;
            background-color: #fbfbfb;
        }

            .wizard.wizard-tabbed ul li .chevron {
                display: none;
            }

                .wizard.wizard-tabbed ul li .chevron:before {
                    display: none;
                }

            .wizard.wizard-tabbed ul li.complete {
                background-color: #fbfbfb;
            }

            .wizard.wizard-tabbed ul li.active {
                background: #ffffff;
            }

    .wizard.wizard-wired {
        padding-top: 10px;
        display: block;
        background: #ffffff;
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #eeeeee;
    }

        .wizard.wizard-wired ul {
            display: table;
            width: 100%;
            position: relative;
        }

            .wizard.wizard-wired ul li {
                display: table-cell;
                text-align: center;
                background-color: #ffffff;
                width: 20%;
                padding: 0;
                margin: 0;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

                .wizard.wizard-wired ul li .chevron {
                    display: none;
                }

                    .wizard.wizard-wired ul li .chevron:before {
                        display: none;
                    }

                .wizard.wizard-wired ul li.complete {
                    background-color: #ffffff;
                }

                    .wizard.wizard-wired ul li.complete .step:before {
                        font-size: 22px;
                        line-height: 36px;
                    }

                    .wizard.wizard-wired ul li.complete:hover {
                        background-color: #ffffff;
                    }

                .wizard.wizard-wired ul li.active {
                    background-color: #ffffff;
                }

                .wizard.wizard-wired ul li .step {
                    border-width: 2px;
                    width: 40px;
                    height: 40px;
                    line-height: 34px;
                    font-size: 15px;
                    z-index: 2;
                    background-color: #ffffff;
                }

                .wizard.wizard-wired ul li .title {
                    display: block;
                    margin-top: 4px;
                    margin-bottom: 6px;
                    max-width: 100%;
                    font-size: 14px;
                    line-height: 20px;
                    z-index: 104;
                    text-align: center;
                    table-layout: fixed;
                    -ms-word-wrap: break-word;
                    word-wrap: break-word;
                }

                .wizard.wizard-wired ul li:before {
                    display: block;
                    content: "";
                    width: 100%;
                    height: 2px !important;
                    font-size: 0;
                    overflow: hidden;
                    background-color: #e5e5e5;
                    position: relative !important;
                    top: 25px;
                    z-index: 1 !important;
                }

                .wizard.wizard-wired ul li:first-child:before {
                    max-width: 51%;
                    left: 50%;
                }

                .wizard.wizard-wired ul li:last-child:before {
                    max-width: 50%;
                    width: 50%;
                }

    .wizard ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 988px;
        /*width: 4000px;*/
    }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                background: #f3f3f3;
                cursor: default;
            }

                .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f3f3;
                }

        .wizard ul li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            line-height: 46px;
            position: relative;
            background: #f5f5f5;
            color: #d0d0d0;
            font-size: 14px;
            cursor: default;
            -webkit-transition: all 0.218s ease;
            -moz-transition: all 0.218s ease;
            -o-transition: all 0.218s ease;
            transition: all 0.218s ease;
        }

            .wizard ul li .step {
                border: 2px solid #e5e5e5;
                color: #cccccc;
                font-size: 13px;
                border-radius: 100%;
                position: relative;
                z-index: 2;
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 20px;
                text-align: center;
                margin-right: 10px;
            }

            .wizard ul li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1;
            }

                .wizard ul li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #f5f5f5;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px;
                    -webkit-transition: all 0.218s ease;
                    -moz-transition: all 0.218s ease;
                    -o-transition: all 0.218s ease;
                    transition: all 0.218s ease;
                }

            .wizard ul li.complete {
                background: #f5f5f5;
                color: #444444;
            }

                .wizard ul li.complete:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #a0d468;
                    z-index: 10000;
                }

                .wizard ul li.complete:hover {
                    background: #eeeeee;
                    cursor: pointer;
                }

                    .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #eeeeee;
                    }

                .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f5f5f5;
                }

                .wizard ul li.complete .step {
                    color: #a0d468;
                    border-color: #a0d468;
                }

                    .wizard ul li.complete .step:before {
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        line-height: 20px;
                        text-align: center;
                        border-radius: 100%;
                        content: "\f00c";
                        background-color: #ffffff;
                        z-index: 3;
                        font-family: FontAwesome;
                        font-size: 12px;
                        color: #a0d468;
                    }

            .wizard ul li.active {
                background: #ffffff;
                color: #262626;
            }

                .wizard ul li.active .step {
                    border-color: #2dc3e8;
                    color: #2dc3e8;
                }

                .wizard ul li.active:before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -1px;
                    height: 2px;
                    max-height: 2px;
                    overflow: hidden;
                    background-color: #2dc3e8;
                    z-index: 10000;
                }

                .wizard ul li.active .chevron:before {
                    border-left: 14px solid #ffffff;
                }

            .wizard ul li .badge {
                margin-right: 8px;
            }

            .wizard ul li:first-child {
                -webkit-border-radius: 2px 0 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px 0 0 0;
                -moz-background-clip: padding;
                border-radius: 2px 0 0 0;
                background-clip: padding-box;
                padding-left: 10px;
            }

.actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 42px;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    border-left: 1px solid #d4d4d4;
}

    .actions a {
        line-height: 45px;
        font-size: 12px;
        margin-right: 8px;
    }

    .actions .btn-prev i {
        margin-right: 5px;
    }

    .actions .btn-next i {
        margin-left: 5px;
    }

    .actions.actions-footer {
        margin-top: -10px;
        position: relative;
        float: none;
        text-align: right;
        border: 0;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    }

.step-content {
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    background-color: #fbfbfb;
}

    .step-content .step-pane {
        display: none;
    }

    .step-content .active {
        display: block;
    }

        .step-content .active .btn-group .active {
            display: inline-block;
        }
/*#endregion Wizards*/

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-justify {
    text-align: justify !important;
}

/*#region Bordered Colors*/
.bordered-solid {
    border-style: solid !important;
}

.bordered-dashed {
    border-style: dashed !important;
}

.bordered-dotted {
    border-style: dotted !important;
}

.bordered-double {
    border-style: double !important;
}

.bordered-1 {
    border: 1px solid #ffffff;
}

.bordered-2 {
    border: 2px solid #ffffff;
}

.bordered-3 {
    border: 3px solid #ffffff;
}

.bordered-4 {
    border: 4px solid #ffffff;
}

.bordered-5 {
    border: 5px solid #ffffff;
}

.bordered-bottom-1 {
    border-bottom: 1px solid #ffffff;
}

.bordered-bottom-2 {
    border-bottom: 2px solid #ffffff;
}

.bordered-bottom-3 {
    border-bottom: 3px solid #ffffff;
}

.bordered-bottom-4 {
    border-bottom: 4px solid #ffffff;
}

.bordered-bottom-5 {
    border-bottom: 5px solid #ffffff;
}

.bordered-top-1 {
    border-top: 1px solid #ffffff;
}

.bordered-top-2 {
    border-top: 2px solid #ffffff;
}

.bordered-top-3 {
    border-top: 3px solid #ffffff;
}

.bordered-top-4 {
    border-top: 4px solid #ffffff;
}

.bordered-top-5 {
    border-top: 5px solid #ffffff;
}

.bordered-left-1 {
    border-left: 1px solid #ffffff;
}

.bordered-left-2 {
    border-left: 2px solid #ffffff;
}

.bordered-left-3 {
    border-left: 3px solid #ffffff;
}

.bordered-left-4 {
    border-left: 4px solid #ffffff;
}

.bordered-left-5 {
    border-left: 5px solid #ffffff;
}

.bordered-right-1 {
    border-right: 1px solid #ffffff;
}

.bordered-right-2 {
    border-right: 2px solid #ffffff;
}

.bordered-right-3 {
    border-right: 3px solid #ffffff;
}

.bordered-right-4 {
    border-right: 4px solid #ffffff;
}

.bordered-right-5 {
    border-right: 5px solid #ffffff;
}

.bordered-themeprimary {
    border-color: #2dc3e8 !important;
}

.bordered-themesecondary {
    border-color: #fb6e52 !important;
}

.bordered-themethirdcolor {
    border-color: #ffce55 !important;
}

.bordered-themefourthcolor {
    border-color: #a0d468 !important;
}

.bordered-themefifthcolor {
    border-color: #e75b8d !important;
}

.bordered-white {
    border-color: #ffffff !important;
}

.bordered-snow {
    border-color: #fbfbfb !important;
}

.bordered-whitesmoke {
    border-color: #f5f5f5 !important;
}

.bordered-seashell {
    border-color: #f3f3f3 !important;
}

.bordered-ivory {
    border-color: #eeeeee !important;
}

.bordered-platinum {
    border-color: #e5e5e5 !important;
}

.bordered-lightgray {
    border-color: #d0d0d0 !important;
}

.bordered-gray {
    border-color: #cccccc !important;
}

.bordered-darkgray {
    border-color: #999999 !important;
}

.bordered-silver {
    border-color: #777777 !important;
}

.bordered-sonic-silver {
    border-color: #737373 !important;
}

.bordered-storm-cloud {
    border-color: #666666 !important;
}

.bordered-lightcarbon {
    border-color: #555555 !important;
}

.bordered-carbon {
    border-color: #444444 !important;
}

.bordered-slate-gray {
    border-color: #333333 !important;
}

.bordered-darkcarbon {
    border-color: #262626 !important;
}

.bordered-blue {
    border-color: #5db2ff !important;
}

.bordered-info {
    border-color: #57b5e3 !important;
}

.bordered-sky {
    border-color: #11a9cc !important;
}

.bordered-primary {
    border-color: #4374e0 !important;
}

.bordered-azure {
    border-color: #2dc3e8 !important;
}

.bordered-blueberry {
    border-color: #6f85bf !important;
}

.bordered-palegreen {
    border-color: #a0d468 !important;
}

.bordered-success {
    border-color: #53a93f !important;
}

.bordered-green {
    border-color: #8cc474 !important;
}

.bordered-lightyellow {
    border-color: #f6d52e !important;
}

.bordered-yellow {
    border-color: #ffce55 !important;
}

.bordered-warning {
    border-color: #f4b400 !important;
}

.bordered-gold {
    border-color: #f9b256 !important;
}

.bordered-orange {
    border-color: #fb6e52 !important;
}

.bordered-lightred {
    border-color: #e46f61 !important;
}

.bordered-darkorange {
    border-color: #ed4e2a !important;
}

.bordered-red {
    border-color: #df5138 !important;
}

.bordered-danger {
    border-color: #d73d32 !important;
}

.bordered-pink {
    border-color: #e75b8d !important;
}

.bordered-darkpink {
    border-color: #cc324b !important;
}

.bordered-magenta {
    border-color: #bc5679 !important;
}

.bordered-purple {
    border-color: #7e3794 !important;
}

.bordered-maroon {
    border-color: #981b48 !important;
}

.readonly-dropdown {
    pointer-events: none;
    background-color: #e9ecef; /* Grey background */
    cursor: not-allowed;
}
/*#endregion Bordered Colors*/
