﻿/***
Login page
RSE-BLAU: 00569f
Hellgrau eff2f7
RSE-HELLBLAU #1883c9
    website hellblau #0095d3


***/

 select,
  textarea,
  input {
    font-size: 16px !important
  }


.page-500 .number {
    font-weight:600; 
    display:block; 
    text-align:center; 
    color: #fff; 
    margin:auto auto; 
    max-width:500px; 
    border-top:3px solid white; 
    border-bottom:3px solid white; 
    padding:50px; 
}

.page-500 .details {
    padding-top:100px; 
    display:block; 
    text-align:center; 
}

.page-500 {
    background:transparent; 
    text-align:center; 

}

body.login {padding-left:40px !important }

#main_container {
    padding-top:10px; 
    width: 100%;
}
#login_form_container .content {
    margin:0px;
    padding-bottom: 50px;
}
#login_form_container,
#slider_container {
    
    display: block;
    margin: 0px auto;
    width: 25%;
    min-width: 400px;
}
#slider_container {
    width:65%; 
    display: none;
}
#slider_container .inside {
    padding-left:40px; 
}

#horizontalTab {

}

h3.mini {
    color: #28204d;  /*Changing colors - (Cobra)*/
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px;
}
h2 {
    color:#f1aa00;   /*Changing colors - (Cobra)*/
    font-weight:600; 
    margin-top:0px; 
    margin-bottom:10px; 
    font-size:28px; 
}


.r-tabs .r-tabs-tab a{
   display:block; 
   opacity:0.9; 
   background-color:#fff; 
   padding:10px; 
   text-decoration:none; 
   font-size:0.9em
}


.r-tabs .r-tabs-tab.r-tabs-state-active a {
    background-color:#f1aa00; /*Changing colors - (Cobra)*/
    opacity:1; 
    color:#fff; 
}
.r-tabs-nav {
    display:block; 
    border-bottom:3px solid #f1aa00;   /*Changing colors - (Cobra)*/
}

#tab_content_container {
    background-color: #fff;
    min-height: 340px;
    background-image: url('img/Login/connections_bg.png');
    background-position:right bottom; 
    background-size:cover; 
}

.tabcontent_text, 
.tabcontent_img {
    display:block; 
    float:left; 
    width:50%
}
.tabcontent_img {
    width:50%; 
}

.tabcontent_img img {
    display:block; 
    width:90%; 
    height:auto;     
    transition: all 0.35s ease;
    margin-left:-10%; 
    opacity:0; 
}

.r-tabs-state-active .tabcontent_img img {
    margin-left: 10%;
        opacity:1; 

}






r-tabs .r-tabs-tab a{
    display:block; 
   opacity:0.9; 
   background-color:#fff; 
}

/*Status Updates*/

.status_updates {
    margin-left: 0px;
    color: #ffffff;
    width: 100%;
    /* background-color:rgba(42, 100, 95, 0.5);  */
    background-color: #28204d; /*#28204d;*/ /*Changing colors - ()*/
    padding: 15px 30px;
}

.status_updates h3 {
    font-size:14px; 
    margin:0px; 
}
.status_updates p {
    font-size:12px; 
    margin:1px; 
}
.wartung-eintrag {
    padding-top:10px; 
    padding-bottom:10px; 
    border-bottom:1px solid #ffffff; 
    
}




html, body {
    height:100%; 

}
    body.login {
        background-image: none;
        background-color: #74869C !important;
    }
    .login .logo {  /*Inserting the Cobra-Logo in the top right corner*/
    margin: 0 auto;
    margin-top: 1px;
    margin-left: -14%;
    padding: 0px;
    text-align: left;
    height: 111px;
    background-position:center;
    background-image: url('Oekosolar_logo.png');
    background-size: 200px;
    background-repeat: no-repeat;
    
    
}

    .login .logo img { /*Managing the size of the Logo - (Cobra)*/
        width: 150px;
        height: 100px;
        display: none;
        
    }

   
   
.form-group {
    margin-bottom:10px;
}

.login .content {
    background-color: #fff;
    width: auto;
    margin-top: 140px; 
    margin-left:40px;
    margin-bottom: 10px; 
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    background-image: url('./login_footer_bg.jpg');
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
}

.login .content h3 {
    color: #f1aa00;  /*Changing colors - (Cobra)*/
    text-align: left;
    font-size: 38px;
    font-weight: 700 !important;
}

.login .content h4 {
    color: #555;
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .form-control {
    border: none;
    background-color: #eff2f7;
    height: 43px;
    color: #f1aa00;  /*Changing colors - (Cobra)*/
    /*border: 1px solid #dde3ec;*/
}


    .login .content .form-control:focus, .login .content .form-control:active {
        /*border: 1px solid #c3ccda;*/
        border: 0;
    }

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1;
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3;
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3;
}

    .login .content .form-control {
        color: black !important;
    }

    .login .content .form-title {
        font-weight: 300;
        margin-bottom: 25px;
    }

.login .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 0px solid #eee;
    padding: 0px 30px 0px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa !important;
}

.login-options .social-icons {
    float: right;
    padding-top: 3px;
}

.login-options .social-icons li a {
    border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn {
    margin-top: 0px;
    margin-right:20px;
    border: 0;
}

.login .content .form-actions .btn-success {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none;
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af;
}




.login .content .forgot_container {
    display:none; 
    padding-bottom:20px; 
    padding-top:10px
}
.login .content .forget-password {
    font-size: 14px;
    display:inline; 
    float: none;
    margin-top: 10px;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
    color: black !important;
}

.mt-radio > span, .mt-checkbox > span {
    border: 0;
}

.login .content .create-account {
    margin: 0 -40px -40px -40px;
    padding: 10px 0 20px 0;
    text-align: center;
    background-color: #f1aa00;  /*Changing colors - (Cobra)*/
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account p a {
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
    }

.login .content .create-account .pipe-divider {
    color: #c3cedd;
    margin-left:10px; 
    margin-right: 10px; 
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

.login .content .alert {
    margin-bottom: 10px;
}

.login .content .alert:last-child {
    margin-bottom: 0;
}

.create-account {
    display: none;
}



/* footer copyright */
.login .copyright {
    width:100%; 
    max-width:400px; 
    text-align: left;
    margin: 0 0px 0 0px;
    padding: 10px 0 0 0px;
    color: #fff;
    font-size: 12px;
}

.login .language-switch-area {
    text-align: left;
    padding: 0px 40px 0px 10px;    
    width:auto; 
    max-width:200px; 
    background-color:#1883c9;
    margin-left:0px; 
    margin-bottom:40px; 
  
}
.login .language-switch-area .language-icon {
    -ms-opacity: 1;
    opacity: 1;
}

.login .language-switch-area .language-icon-current {
    -ms-opacity: 1;
    opacity: 1;
}


.tabclear {
    clear:both; 
}
.copy_rse {display:block; font-weight:bold; }

.h1, h2, h3, h4, h5, h6 {
    color: black !important;
}



@media (max-width: 1200px) {

.r-tabs .r-tabs-tab a{
   padding:5px; 
   font-size:0.8em
    }

}

@media (max-width: 950px) {
    #slider_container {
        display:none; 
    }

    #login_form_container {
        width:100%;
        min-width: 250px;
    }
    .status_updates {
        width:100%; 
        max-width:100%; 
        padding-top:10px; 
        padding-bottom:15px; 
    }
    body.login {
        padding-left:20px !important;
        padding-right:20px !important;
        padding-bottom:20px !important;
        padding-top:0px !important;
    }
    .copy_rse {
        font-weight:normal; 
    }

}

@media (max-width: 767px) {

    #main_container{
        padding-top:20px; 
        padding-bottom:20px; 
    }
}


@media (max-width: 440px) {
    /***
  Login page
  ***/
 

    /*.login .content {
        width: 280px;
        margin-top: 10px;
    }*/

    .login .content h3 {
        font-size: 22px;
    }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}
