﻿body {
    background-color: #f2f2f2;
}

/*--------------------------------------------------	
HEADER---------------------------------------------------*/
.topnav {
    height: 50px;
    line-height: 15px;
    background: #444;
    font-size: 13px;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .topnav {
        height: auto;
        padding-bottom: 0px;
    }
}

.topnav a {
    color: #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.topnav .separator {
    display: inline-block;
    width: 1px;
    height: 10px;
    border-left: solid 1px #ccc;
    margin: 0 20px 0 20px;
}

.topnav .pull-left {
    margin-top: -3px;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    margin: 0px 10px;
    font-size: 16px;
    color: #999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .social-icons a:hover {
        color: #fff;
    }

.top-text a:hover {
    color: #fff;
}

#header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    min-height: 90px;
}

    #header:before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        bottom: -60px;
        background-image: url('Images/shadow.png');
        background-size: 100% 100%;
    }

    #header #topNav-header button.btn-toggle-mobile {
        color: #333;
        display: none;
        padding: 6px 10px;
        float: right;
        margin-top: 27px;
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: none;
    }

        #header #topNav-header button.btn-toggle-mobile i {
            padding: 0;
            margin: 0;
            font-size: 21px;
        }

@media only screen and (max-width: 768px) {
    #header #topNav-header button.btn-toggle-mobile {
        display: block;
        float: right;
        margin-right: 0;
    }
}

#header #topNav-header .navbar-nav > li > a, #header #topNav-header .navbar-nav > li > span {
    background-color: #439bbc;
    color: #fff;
    border-radius: 3px 3px 0 0 !Important;
    margin-top: -6px;
    padding-top: 15px;
    margin-bottom: 0;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header #topNav-header .navbar-nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header #topNav-header .navbar-nav > li.active > a, #header #topNav-header .navbar-nav > li.active > span {
    background-color: #439bbc;
}

    #header #topNav-header .navbar-nav > li.active > a:before, #header #topNav-header .navbar-nav > li.active > span:before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 6px solid #439bbc;
        border-right: 6px solid transparent;
        position: absolute;
        top: 0px;
        right: -4px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #header {
        min-height: unset;
    }

        #header #topNav-header .navbar-header {
            padding-right: 0;
        }

        #header #topNav-header .navbar-brand.logo-nav {
            line-height: unset;
            height: auto;
        }

        #header #topNav-header .navbar-brand.logo-nav {
            padding: 15px 0 15px;
        }

    .topnav {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .topnav .separator {
            display: none;
        }

        /*.topnav .top-phone{
            display: block;
        }

        .topnav .top-email{
            display: block;
        }*/

        .topnav .top-phone span {
            color: #f0c809;
        }

        .topnav .top-email {
            margin-left: 5px;
            color: #50caed;
        }
}

.homepage #verify-box, .homepage #frmVerify, .homepage #error {
    display: none;
}

.homepage #frmVerify {
    display: block;
}

#frmVerify .panel-heading {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 30px;
}

.homepage .wrapper-page .form-content {
    margin: 30px auto 0;
    max-width: 360px;
    background: #ffffff;
}

    .homepage .wrapper-page .form-content hr {
    }

.normal-login {
}

.social-login {
}


.border-r-bottom {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bg-white {
    background-color: #ffffff !important;
}

.btn.btn-facebook {
    color: #fff;
    background: #3b5998 !important;
    border-color: #3b5998 !important;
    background-image: unset !important;
}

    .btn.btn-facebook:hover {
        color: #fff !important;
        background: #2d4373 !important;
        border-color: rgba(0,0,0,0.2) !important;
        background-image: unset !important;
    }

.btn.btn-google {
    color: #fff;
    background: #dd4b39 !important;
    border-color: #dd4b39 !important;
    background-image: unset !important;
}

    .btn.btn-google:hover {
        color: #fff;
        background: #c23321 !important;
        border-color: #c23321 !important;
        background-image: unset !important;
    }

.text-white {
    color: #ffffff;
}

.text-danger {
    color: #ef5350;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #6e8cd7;
}

.text-warning {
    color: #ffd740;
}

.text-success {
    color: #33b86c;
}

.text-info {
    color: #29b6f6;
}

.text-inverse {
    color: #212121;
}

.text-pink {
    color: #ec407a;
}

.text-purple {
    color: #7e57c2;
}

.wp100 {
    width: 100%;
}

#frmVerify .form-control:hover {
    border-color: #4fc1e9;
}

#frmVerify .form-control:focus {
    border-color: #4fc1e9;
    box-shadow: none !important;
}

.form-control.input-validation-error:focus {
    box-shadow: none !important;
}
