/*Import Global Compulsory CSS Files*/
@import url(app.css);
* {border-radius: 0;}
body {
 color: #777;
 font-size: 13px;
 line-height: 1.6;
}
body.header-fixed-space {padding-top: 94px;}
body.header-fixed-space-v2 {padding-top: 135px;}

p, li, li a, label, a, input {color: #999;}
a:focus,
a:hover,
a:active,
button,
button:hover {outline: 0 !important;}
a:focus,a:hover {text-decoration: underline;}

/*Boxed Layout
------------------------------------*/
.wrapper {background: #fff;}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {display: none;}

/* Buttons
------------------------------------*/
.btn-u {background: #fff;}

    .btn-u:hover,
    .btn-u:focus,
    .btn-u:active,
    .btn-u.active,
    .open .dropdown-toggle.btn-u {
        background: #777;
        color: #fff;
    }

.btn-u-split.dropdown-toggle {border-left: solid 1px #777;}
.btn-u.btn-brd {border: solid 1px #777;}

    .btn-u.btn-brd:hover {
        color: #3f9266;
        border-color: #3f9266;
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        background: #3f9266;
    }

    .btn-u.btn-brd.btn-u-dark-blue {
        border: solid 1px #4765a0;
        color: #4765a0;
        background: #fff;
    }
        .btn-u.btn-brd.btn-u-dark-blue:hover {
            color: #fff;
            background: #4765a0;
        }

    .btn-u.btn-brd.btn-u-green {
        border: solid 1px #3f9266;
        color: #3f9266;
        background: #fff;
    }

        .btn-u.btn-brd.btn-u-green:hover {
            color: #fff;
            background: #3f9266;
        }

/* Typography
------------------------------------*/
.headline h2,
.headline h3,
.headline h4 {
    border-bottom: 2px solid #3f9266;
}

blockquote:hover {
    border-left-color: #3f9266;
}

/* Footer
------------------------------------*/
.footer a {
    color: #eee;
}

    .copyright a,
    .footer a:hover,
    .copyright a:hover {
        color: #3f9266;
    }

.footer .dl-horizontal a:hover {
    color: #3f9266 !important;
}

.footer-default .footer .dl-horizontal a:hover {
    color: #3f9266 !important;
}

.footer-default .footer a {
    color: #3f9266;
}

    .footer-default .footer a:hover {
        color: #3f9266;
    }

.footer-default .copyright a {
    color: #3f9266;
}

    .footer-default .copyright a:hover {
        color: #3f9266;
    }

.info-blocks:hover i.icon-info-blocks {
    color: #3f9266;
}
input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
img.input-captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-left: 1px solid #e5e5e5;
}
/*--------------------------------------------------
  Registration and Login Page v4
----------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 7%;
    font-size: 14px;
}

.image-block {
    padding: 70px 0;
    overflow: hidden;
    min-height: 815px;
}

.form-block {
    padding: 70px 159px;
    background: #fff;
    min-height: 815px;
}

    .form-block img {
        margin-bottom: 10px;
    }

    .form-block h2 {
        text-transform: uppercase;
        padding-bottom: 5px;
    }

/* Input fields */
.form-blocr.tput fields,
.form-blockk .inputnput-group input.form-control {
    background: transparent;
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    border-color: rgba(214,214,214,.5);
    border-left: none;
    color: #969595;
}

.form-block .list-unstyled {
    margin: 0 -5px;
    padding: 10px 0 13px;
}

/* Input fields icons */
.form-block .input-group-addon {
    min-width: 40px;
    background: transparent;
    border-color: rgba(214,214,214,.5);
}

    .form-block .input-group-addon i {
        font-size: 16px;
        position: relative;
        top: 1px;
    }

.form-block .form-control:focus {
    box-shadow: none;
    border-color: #999;
}

/* Buttons */
.form-block .btn-u,
.form-block .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

/* Social buttons */
.login-block .or-login {
    color: rgba(0,0,0,.5);
    padding-top: 60px;
    border-top: 1px solid #eee;
    position: relative;
}

.login-block .or {
    position: absolute;
    border: 1px solid #eee;
    width: 70px;
    height: 70px;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    text-transform: uppercase;
    background: #fff;
    line-height: 70px;
    padding: 0 24px;
}

.login-block .btn {
    padding: 12px 20px;
    font-size: 13px;
}

    .login-block .btn .fa {
        position: relative;
        top: 2px;
        font-size: 18px;
        margin-right: 10px;
    }

/* Bottom part */
.login-block .bottom p {
    text-transform: uppercase;
}

.login-block .bottom .btn-u {
    width: 190px;
    text-align: center;
    line-height: 38px;
}

    .login-block .bottom .btn-u:hover {
        color: #fff;
    }

/* Registration form */
.reg-block .checkbox label {
    display: list-item;
    list-style: none;
}

.reg-block .checkbox label {
    max-width: 230px
}

/* Sticky-Footer */
.sticky-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 15px 40px;
    text-align: center;
    border-top: 1px solid #eee;
    background: #fff;
}

    .sticky-footer .copyright-space {
        margin: 0;
    }

@media (min-width: 992px) {
    .login-block,
    .reg-block {
        min-width: 340px;
    }

        .login-block .social-login:before,
        .login-block .social-login:after {
            position: absolute;
            top: -2px;
            height: 2px;
            background: #fff;
            width: 110px;
            content: "";
        }

        .login-block .social-login:before {
            left: 0;
        }

        .login-block .social-login:after {
            right: 0;
        }
}

@media (max-width: 1138px) {
    .form-block {
        padding-right: 85px;
        padding-left: 85px;
    }

    .login-block .social-login,
    .login-block .bottom {
        text-align: center;
    }

    .social-login ul li:first-child,
    .bottom ul li:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .form-block {
        padding: 70px 40px;
    }

    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    body {
        margin-bottom: 0;
    }

    .sticky-footer {
        position: static;
    }
}

@media (max-width: 418px) {
    .login-block .checkbox {
        margin-bottom: 30px;
    }

        .login-block .checkbox ul li:first-child {
            margin-bottom: 10px;
        }

        .login-block .checkbox ul li:last-child {
            float: none !important;
        }
}

#topcontrol:hover {
    background: #e74c3c;
}

/* Icons
------------------------------------*/
.link-icon:hover i {
    color: #3f9266;
    border: solid 1px #3f9266;
}

.link-bg-icon:hover i {
    color: #3f9266;
    background: #3f9266 !important;
    border-color: #3f9266;
}

i.icon-color-u {
    color: #3f9266;
    border: solid 1px #3f9266;
}

i.icon-bg-u {
    background: #3f9266;
}

.icon-page li:hover {
    color: #3f9266;
}

.social-icons-v1 i:hover {
    color: #fff;
    background: #3f9266;
}

.fa-icons li:hover {
    color: #3f9266;
}

    .fa-icons li:hover i {
        background: #3f9266;
    }

.line-icon-page .item:hover {
    color: #3f9266;
}

/* Grid Block v2
------------------------------------*/
.grid-block-v2 li:hover .grid-block-v2-info {
    border-color: #3f9266;
}

.headline-center h2:after {
    background: #3f9266;
}

.headline-left .headline-brd:after {
    background: #3f9266;
}

.copyright-section i.back-to-top:hover {
    color: #3f9266;
}

#topcontrol:hover {
    background-color: #3f9266;
}

.lists-v1 i {
    background: #3f9266;
}

.lists-v2 i {
    color: #3f9266;
}

.rgba-default {
    background-color: rgba(24, 186, 155, 1);
}

