﻿
h3 {
    margin-top: 0;
}

.grey-glow {
    border: 1px solid #bdbbb9 !important;
    border-color: #bdbbb9 !important;
    box-shadow: 0 0 10px lightgray !important;
}

    .grey-glow:focus {
        border: 2px solid #b6c7b5 !important;
        border-color: #b6c7b5 !important;
        box-shadow: 0 0 15px #b6c7b5 !important;
    }

.blue-glow {
    border: 2px solid #dadada !important;
    border-color: #9ecaed !important;
    box-shadow: 0 0 10px #9ecaed !important;
}

.field-validation-error {
    display: block;
    text-align: left;
}

.input-validation-error {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}

.wideform
input,
select,
textarea {
    max-width: 80%;
}*/

.wrapper {
    background: #FFFFFF;
    padding: 1em;
    margin: 1em auto;
    border-top: 5px solid #2a7092;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.box-layout {
    background: #FFFFFF;
    border-top: 5px solid #E7786B;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
/*#2a7092*/
.row.extra-sm-bottom-padding {
    margin-bottom: 10px;
}

.row.extra-med-bottom-padding {
    margin-bottom: 20px;
}

.voffset-top {
    margin-top: 2px;
}

.voffset1-top {
    margin-top: 5px;
}

.voffset2-top {
    margin-top: 10px;
}

.voffset3-top {
    margin-top: 15px;
}

.voffset4-top {
    margin-top: 30px;
}

.voffset5-top {
    margin-top: 40px;
}

.voffset6-top {
    margin-top: 60px;
}

.voffset7-top {
    margin-top: 80px;
}

.voffset8-top {
    margin-top: 100px;
}

.voffset9-top {
    margin-top: 150px;
}

.voffset-bottom {
    margin-bottom: 2px;
}

.voffset1-bottom {
    margin-bottom: 5px;
}

.voffset2-bottom {
    margin-bottom: 10px;
}

.voffset3-bottom {
    margin-bottom: 15px;
}

.voffset4-bottom {
    margin-bottom: 30px;
}

.voffset5-bottom {
    margin-bottom: 40px;
}

.voffset6-bottom {
    margin-bottom: 60px;
}

.voffset7-bottom {
    margin-bottom: 80px;
}

.voffset8-bottom {
    margin-bottom: 100px;
}

.voffset9-bottom {
    margin-bottom: 150px;
}


/* ordered list */
/*
ol.round {
    list-style-type: none;
    padding-left: 0;
}
*/

/*ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }*/


.video-center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.login-card {
    padding: 0;
    background-color: transparent;
    text-align: center;
    margin: 2rem 1rem;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 22px 4px rgba(0, 0, 0, 0.08);
}

.login-card-label {
    color: #5fceea;
    font-size: 0.875rem;
    font-weight: normal;
    width: 100%;
    text-align: left;
    visibility: hidden;
}

    .login-card-label.visible {
        visibility: visible;
    }

.login-card .top {
    background-color: #484848;
}

.login-card .top,
.login-card .bottom {
    padding: 1.5rem;
}

    .login-card .top p,
    .login-card .top h3,
    .login-card .top a,
    .login-card input,
    .login-card input:focus {
        color: white !important;
    }

        .login-card input::-webkit-credentials-auto-fill-button {
            background-color: #5fceea;
        }

        .login-card input::-webkit-caps-lock-indicator {
            filter: brightness(0) invert(1);
        }

    .login-card .top a {
        text-decoration: underline;
    }

.login-card i {
    color: #5fceea;
}

.login-card a.show-password {
    border-bottom: 1px solid white;
    margin-bottom: 0.25rem;
    padding-right: 0.5rem;
    height: 2rem;
}

.login-card .bottom {
    background-color: white;
}

.login-card input,
.login-card input:focus {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    background-color: transparent;
}

.login-card input {
    padding-top: 0;
    height: 2rem !important;
}

.login-card button,
.login-card a.btn {
    text-align: center;
    width: 80%;
    margin-bottom: 4px;
}

.password-input:focus-within + div.error,
input + div.error {
    display: block !important;
}

@media (min-width: 768px) {
    .login-card {
        margin: 2rem auto;
        width: 23.75rem;
        margin-bottom: 3rem;
    }
}



.reg-tabs {
    border: none;
}

    .reg-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .reg-tabs > li.active a,
        .reg-tabs > li.active a:hover,
        .reg-tabs > li.active a:focus {
            color: #fff;
            background-color: #2c99c2;
        }

        .reg-tabs > li > a {
            background-color: #eee;
            border-radius: 0;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            color: #555555;
            padding: 7px 15px;
            margin-right: 0;
        }

            .reg-tabs > li > a .fa {
                margin-right: 10px;
            }

            .reg-tabs > li > a:hover,
            .reg-tabs > li > a:focus {
                color: #333333;
                background-color: transparent;
            }

            .reg-tabs > li > a i {
                font-size: 32px;
                margin-right: 20px;
                vertical-align: middle;
            }
    /* -------- Nav Tabs ---------- */
    .reg-tabs > li {
        text-align: center;
    }

        .reg-tabs > li > a i {
            display: block;
            font-size: 48px;
            margin-right: 0;
            margin-bottom: 10px;
            vertical-align: middle;
        }

.services-tab .reg-tabs {
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

    .services-tab .reg-tabs > li {
        border-left: 1px solid #eeeeee;
        margin-bottom: 0;
        width: 20%;
    }

        .services-tab .reg-tabs > li:first-child {
            border-left: none;
        }

        .services-tab .reg-tabs > li > a {
            font-size: 13px;
            margin-right: 0;
            padding: 35px 20px;
            text-transform: uppercase;
            max-height: 114px;
            min-width: 250px;
        }

            .services-tab .reg-tabs > li > a i {
                display: block;
                font-size: 36px;
                margin-right: 0;
                margin-bottom: 10px;
                vertical-align: middle;
            }

.services-ta .reg-tabs > li.active > a,
.services-ta .reg-tabs > li.active > a:hover,
.services-ta .reg-tabs > li.active > a:focus,
.services-ta .reg-tabs > li a:hover,
.services-ta .reg-tabs > li a:focus {
    color: #fff;
}

.services-tab .reg-tabs > li.active > a i,
.services-tab .reg-tabs > li.active > a:hover i,
.services-tab .reg-tabs > li.active > a:focus i,
.services-tab .reg-tabs > li a:hover i,
.services-tab .reg-tabs > li a:focus i {
    color: #fff;
}

/*=======================================================
			SHOP PAGES
========================================================*/
.shop-page {
}

    .shop-page .items .img {
        position: relative;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .shop-page .items .img a {
            display: inline-block;
            font-size: 14px;
            color: #999999;
            background: #f7f7f7;
            height: 40px;
            width: 40px;
            z-index: 66;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            margin: 0 5px;
            margin-top: 20px;
        }

    .shop-page .items select {
        height: 30px;
        border: 1px solid #cccccc;
        display: inline-block;
        padding-left: 5px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .shop-page .items .top-pro-info span {
        text-transform: uppercase;
        color: #cccccc;
        font-weight: 500;
    }

    .shop-page .items .img a:hover {
        background: #3dc5df;
        color: #fff;
    }

    .shop-page .items .img .on-sale {
        height: 57px;
        width: 57px;
        border-radius: 50%;
        text-align: center;
        line-height: 57px;
        font-size: 11px;
        color: #fff;
        background: #222222;
        display: inline-block;
        position: absolute;
        top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        right: 10px;
        z-index: 999;
    }

.over-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0 30px;
    padding-top: 15%;
    background: rgba(255,255,255,1);
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .over-info h6 {
        margin-bottom: 10px;
    }

    .over-info span {
        font-weight: bold;
        color: #3dc5df;
        font-size: 18px;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

.shop-page .items li:hover .over-info {
    opacity: 1;
}

.shop-page .items li:hover .img {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.shop-page .items li {
    margin-bottom: 30px;
}

.shop-page .items-details {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
}

.shop-page ul {
    margin-bottom: 0px;
}

.shop-page .items-details h6 {
    margin: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}

.shop-page .items-details a {
    text-transform: uppercase;
    font-weight: bold;
    color: #222222;
}

.shop-page .items-details span {
    color: #f4d03f;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    font-weight: bold;
    color: #3dc5df;
    font-size: 18px;
}

.shop-page .items-details strike {
    color: #cccccc;
    font-weight: normal;
    margin-right: 10px;
}

.shop-page .items-details a.btn {
    color: #cccccc;
    border: 1px solid #cccccc;
    background: none;
    padding: 8px 40px;
}

    .shop-page .items-details a.btn i {
        margin-right: 10px;
    }

    .shop-page .items-details a.btn:hover {
        border-color: #f4d03f;
        background: #f4d03f;
        color: #fff;
    }


.shop-page .side-bar .media-object {
    width: 70px;
}

.shop-page .side-bar .media-heading {
    font-weight: bold;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}


.shop-page .side-bar .media-body span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #3dc5df;
}

.mini-stat {
    border: none;
}

.mini-stat-img {
    background: url(../images/bg-1.png);
    background-size: cover;
    background-color: #2a7092 !important
}

.panel-group .panel-title2 a {
    background: rgba(52, 122, 183, 0.32);
    display: block;
    font-size: 14px;
   /* padding: 10px 15px 10px 48px;*/
    white-space: normal;
    color: black
}

.popup-overlay {
    visibility: hidden;
}

.popup-content {
    visibility: hidden;
}

.ajaxloader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}
.show-dropDownArrow {
    appearance: auto !important
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
