﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.login-img3-body {
    background: url(../Content/img/PortalBackgroundNew.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.login-form {
    max-width: 670px;
    margin: 80px auto 0;
    background: #E1E1E1;
}

.login-img-body .login-form {
    max-width: 350px;
    margin: 100px auto 0;
    background: rgba(225,225,225,.4);
}

.login-img2-body .login-form {
    background: rgba(225,225,225,.7)
}

.login-img3-body .login-form {
    background: rgba(225,225,225,.8)
}

.login-form a {
    color: #418043 !important
}

.login-form h2.login-form-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background: #418043;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: FjallaOne,sans-serif
}

.login-form .checkbox {
    margin-bottom: 14px
}

.login-form .checkbox {
    font-weight: 400;
    font-weight: 300;
    font-family: FjallaOne,sans-serif
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .login-form .form-control:focus {
        z-index: 2
    }

.login-form .login-img {
    font-size: 50px;
    font-weight: 300
}

.login-form .input-group {
    padding-bottom: 15px
}

.login-form .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 3px;
}

.login-form input[type="text"], .login-form input[type="password"] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 3px;
}

.login-form .btn {
    border-radius: 3px;
}

.login-form .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: FjallaOne,sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px
}

.login-form p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300
}

.login-img3-body .login-form p, .login-img2-body .login-form p {
    color: #418043
}

.login-form a {
    color: #b6b6b6
}

    .login-form a:hover {
        color: #418043
    }

.register-img3-body {
    background: url(../Content/img/PortalBackgroundNew.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.register-form {
    /*max-width: 670px;
    margin: 80px auto 0;
    background: #E1E1E1;*/
}

.register-img-body .register-form {
    max-width: 350px;
    margin: 100px auto 0;
    /*background: rgba(225,225,225,.4);*/
}

.register-img2-body .register-form {
    /*background: rgba(225,225,225,.7)*/
}

.register-img3-body .register-form {
    /*background: rgba(225,225,225,.8)*/
}

.register-form a {
    color: #418043 !important
}

    .register-form a i {
        color: #FBFCFC !important
    }

.register-form h2.register-form-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background: #418043;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: FjallaOne,sans-serif
}

.register-form .checkbox {
    margin-bottom: 14px
}

.register-form .checkbox {
    font-weight: 400;
    font-weight: 300;
    font-family: FjallaOne,sans-serif
}

.register-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    /*padding: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .register-form .form-control:focus {
        z-index: 2
    }

.register-form .register-img {
    font-size: 50px;
    font-weight: 300
}

.register-form .input-group {
    padding-bottom: 15px
}

.register-form .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 3px;
}

.register-form input[type="text"], .register-form input[type="password"] {
    /*border: none;
    box-shadow: none;*/
    font-size: 16px;
    border-radius: 3px;
}

.register-form .btn {
    border-radius: 3px;
}

.register-form .btn-register {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: FjallaOne,sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px
}

.register-form p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300
}

.register-img3-body .register-form p, .register-img2-body .register-form p {
    color: #418043
}

.register-form a {
    color: #b6b6b6
}

    .register-form a:hover {
        color: #418043
    }

.has-error {
    /*border: solid 1px red !important;*/
}

    .has-error button {
        border: solid 1px red !important;
    }

    .has-error input {
        border: solid 1px red !important;
    }

    .has-error select {
        border-color: red;
    }

    .has-error textarea {
        border-color: red !important;
    }

    .has-error .md-outline {
        border-color: red !important;
    }

    .has-error input[type=radio] + label {
        color: red !important;
    }

    .has-error input[type=checkbox] + label {
        color: red !important;
    }

    .has-error .chzn-single {
        border-color: red !important;
    }

    .has-error .chosen-single {
        border-color: red !important;
    }

.img-circle.profile_img {
    width: 70%;
    background: #f7f7f7;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52,73,94,.44);
    padding: 4px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
}

.x_panel {
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: #FBFCFC;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px
}

    .x_title .filter {
        width: 40%;
        float: right
    }

.x_content, table.tile td ul li a, table.tile_info {
    width: 100%
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block
}

    .x_title h2 small {
        margin-left: 10px
    }

.x_title span {
    color: #BDBDBD
}

.x_content {
    padding: 0 5px 6px;
    float: left;
    clear: both;
    margin-top: 5px
}

    .x_content h4 {
        font-size: 16px;
        font-weight: 500
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
