﻿/* (C) TENVIRK 2017
 */
/* CSS strony logowania do Panelu Internetowego dla ERP */

body {
    background-color: rgb(25, 26, 31);
    color: #fff;
}
     	
#mainSection { 
    background-image: url(../SkImages/dark_orange.png);
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat;
}

#info
{   
    border-top: 1px solid #101010;
}

#info.visible-xs {
        background: rgba(25, 26, 31, 0.8);
        border: none;
}

@-ms-viewport {
	width: auto;
}
			
@media (min-width:768px){
    .infoText1 {
		margin-left: 110px; 
		margin-bottom: 30px; 
		margin-top: 30px;
	}
}	
        	
#intro { 
		height: auto;  
		margin: 0 auto; 
		width: 100%; 
		position: relative; 
		padding: 0px 0;
        background: rgba(25, 26, 31, 0.8);
}	

#home {       
		height: auto;  
		margin: 0 auto; 
		width: auto; 
		position: relative; 			
		padding: 0px 0px 40px;
        min-height: 200px;
}			
			
.LoginTable {  
		width: 350px; 
		padding-left: 20px; 
		padding-right: 20px; 
		padding-bottom: 0px; 
        margin-left:auto;
        margin-right: auto;
		margin-bottom: 50px;
        background: rgba(25, 26, 31, 0.8);
}		

.section-header-container {
    padding: 100px 0px 50px;
    margin-left: auto;
    margin-right: auto;
}

.section-header {
        background: rgba(25, 26, 31, 0.8);
    padding: 20px;   
    font-size: 28px;
    position: relative;             
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    min-width: 200px;
    max-width: 800px;
    min-height: 200px;
        /*border: 1px solid #00D1E5;*/
}

.section-header > img {max-width: 100%;}

@media (max-width:767px){
    .section-header {
        padding: 20px;             
        min-height: 100px;
    }
            
    .section-header-container {
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}	
      
body a, body .btn.btn-link {
    color: #F16E04;
}

#svg-animate-logo {
    overflow: visible;
    position: absolute;
    left: 50px;
    top: 50px;
    width: calc(100% - 100px);
    max-height: 100px;
}
#svg-animate-logo-2 {
    display: block;
    position: absolute;
    left: 50px;
    top: 50px;
    width: calc(100% - 100px);
    max-height: 100px;
    transform-origin: 38.75% 50%;
    -moz-transform-origin: 38.75% 50%;
}

body .btn.btn-success, body .btn-primary {
    display: inline-block;
    background: #F16E04;
    border-color: #F16E04;
    color: #fff;          
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 0 30px;
    text-transform: uppercase;
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}

#modalPINEnter .btn.btn-success {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}

#mainSection .glyphicon.glyphicon-flag {
    color:  #F16E04;
}

body .btn.btn-default {
    background: #F16E04;
    color: #fff;
    border-color: #F16E04;
}

body .btn {
    border-radius: 0;
}

body #mainSection input, #modalPINEnter input,  body #mainSection textarea {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #F16E04;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    display: block;
    outline: none;
    resize: none;           
}

body #mainSection input {
    margin-bottom: 10px;
}

#mainSection input:-webkit-autofill, textarea:-webkit-autofill,#mainSection select:-webkit-autofill {
    background: none !important;
    color: #fff !important;
    }

#mainSection .dropdown-menu {
    border: 1px solid #F16E04;
    background-color: rgb(25, 26, 31);
    border-radius: 0;
    padding: 0;
}

#mainSection .dropdown-menu>li>a {
    color: #fff;
}

#mainSection .dropdown-menu>li>a:hover {
    background-color: #F16E04;
    color: #fff;

}

#modalLogging .modal-content, #modalCookies .modal-content,  #modalInfo .modal-content, #modalPINEnter .modal-content, #AJAXloadArea_Message .modal-content,
#modalLoggingInfo .modal-content{
    background-color: rgb(25, 26, 31);
    border: 1px solid #F16E04;
    border-radius: 0;                  
}

#AJAXloadArea_Message .modal-content  .alert-warning, #modalLoggingInfo  .modal-content  .alert-warning  {
    background-color: #F16E04;
    border-color: #F16E04;
    color: rgb(25, 26, 31);
    border-radius: 0;
    font-weight: bold;
}

#modalPINEnter .modal-body .alert-danger {
    background-color: rgb(25, 26, 31);
    border-color: #F16E04;
    color: #F16E04;
    border-radius: 0;
    font-weight: bold;
}

#modalLogging .modal-content  .progress, #modalLogging .modal-content  .progress-bar-warning {
    background-color: #F16E04;
}

#modalCookies  .modal-header, #modalPINEnter  .modal-header, #modalInfo  .modal-header, #AJAXloadArea_Message  .modal-header, #modalLoggingInfo .modal-header,
#modalCookies  .modal-footer, #modalPINEnter  .modal-footer, #modalInfo  .modal-footer, #AJAXloadArea_Message  .modal-footer, #modalLoggingInfo .modal-footer {
    border-color: #F16E04;
}

#cookies-message {
    border: 2px solid #F16E04 !important;
    color: #fff !important;
    background-color: rgb(25, 26, 31) !important;
}

#cookies-message  .btn-danger, #cookies-message  .btn-danger:hover, #cookies-message .btn-danger:focus, #cookies-message .btn-danger:active, #cookies-message .btn-danger.active {
    color: #ffffff;
    background-color: #F16E04;
    border-color: #F16E04;
}

.progress {
    border-radius: 0;
}

.modal-header .close {
    color: #EB7F37;
}