﻿/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/
body, html {
    height: 100%;
}

/* user image section */
.user-section {
    margin-top: 20px;
    font-size: 22px;
    background-color: rgb(83, 163, 163);
}

.user-section-inner {
    height: 65px;
    width: 65px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.user-section-inner img {
    margin-left: 10px;
    width: 55px;
    height: 60px;

}

.user-info {
    display: block;
    color: #000 !important;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0px
}

.user-text-online {
    font-size: 18px;
    color: #fff
}

.user-circle-online {
    width: 15px !important;
    height: 15px !important;
}

/* side-menu section */
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(74, 72, 126, 0);
}

.navbar-top-links .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #75C5B8;
}

.navbar-top-links > li > a {
    color: #FFFFFF;
}

.nav > li > a {
    padding: 20px 15px;
}

#side-menu {
    background-color: #04B173;
}

#side-menu a {
    color: #fff;
    border-bottom: 1px solid #84B899 !important;
    height: 55px;
}

.selected {
    background-color: rgb(83, 163, 163);
}

/* back colors */
.blue {
    background-color: rgb(113, 159, 241);
}

.green {
    background-color: rgb(144, 236, 192);
}

.red {
    background-color: rgb(255, 102, 133);
}

.yellow {
    background-color: rgb(237, 253, 46);
}

/* No border */
.no-boder {
    border: 0px solid #5bc0de !important;
}

/* tap nvbar Section */

#navbar {
    background-color: rgb(83, 163, 163);
}

.navbar-brand {
    padding-left: 20px;
}

.navbar-brand img {
    /*height: 30px;*/
}

.top-label {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -24px;
    margin-right: -24px;
}

/*large font*/
.large-font {
    font-size: 18px;
}

.body-Login-back {
    background-image: url('../img/code-bg.jpg');
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    position: relative;
}

.body-Login-back:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(92, 184, 92, 0.72);
    width: 100%;
    height: 100%;
}

.body-Login-back .panel {
    /*background-color: rgba(8, 8, 8, 0.6);*/
    background-color: rgba(39, 39, 53, 0.74);
    color: #ffffff;
    border-color: rgba(8, 8, 8, 0.07);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.body-Login-back .panel .panel-body {
    /*margin-top: 10px;*/
    padding: 17px;
}

.body-Login-back .panel .panel-body h1 {
    text-align: center;
    font-size: 1.7em;
    font-family: roboto;
    /*text-transform: uppercase;*/
    /*color: #ffffff;*/
}

.body-Login-back .panel .panel-body input[type=submit],
.body-Login-back .panel .panel-body .sign-up-btn {
    /*width: 100%;*/
    /*display: block;*/
    margin-bottom: 10px;
    position: relative;
    border: 0;
    color: #fff;
    /*background-color: rgba(92, 184, 92, 0.86);*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    font-family: roboto;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
}

.body-Login-back .panel .panel-body input[type=email],
.body-Login-back .panel .panel-body input[type=text],
.body-Login-back .panel .panel-body select,
.body-Login-back .panel .panel-body input[type=password] {
    color: #ffffff;
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    /*background: rgb(35, 62, 35);*/
    /*background:rgba(39,39,53,0.74);*/
    background-color: transparent;
    border: 1px solid rgba(217, 217, 217, 0.45);
    /* border-radius: 2px; */
    border-radius: 0px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.body-Login-back .panel .panel-body input[type=email]:focus,
.body-Login-back .panel .panel-body input[type=text]:focus,
.body-Login-back .panel .panel-body input[type=password]:focus,
.body-Login-back .panel .panel-body select:focus {
    border-color: #CCD0D7;
    box-shadow: none !important;
}

.body-Login-back .panel .panel-heading {
    background-color: rgba(8, 8, 8, 0.7);
    border-color: rgba(8, 8, 8, 0.07);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sign-up-panel.panel .panel-body input[type=email],
.sign-up-panel.panel .panel-body input[type=text],
.sign-up-panel.panel .panel-body input[type=password],
.sign-up-panel.panel .panel-body select {
    height: 35px;
}

.sign-up-panel.panel .panel-body select option {
    color: #000;
}

.sign-up-panel {
    margin-top: 15px;
}

.sign-up-page-logo {
    margin-top: 15px;
}

.margin-tips {
    margin: 5px;
}

.navbar-default {
    border-color: #27A6BE;
}

.login-panel .g-recaptcha {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.sign-up-panel .g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/*media queries*/

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1000px;

    }

}

@media (max-width: 768px) {
    #wrapper {
        margin-top: 140px !important;

    }
}