/*
 * Pagina Estilo CSS Painel Administrativo
 * Copyright 2011-2018 Equipe VK2 Authors
 * Licensed under EULA
*/
body{
    margin: 0;
    padding: 0;
    background: #fff;
}
html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#main-content-login{
    display: block;
    width: 450px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -225px;
}
.title-admin{
    display: block;
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}
.title-admin h1{
    width: 100%;
    font-size: 30px;
    color: #020203;
    text-align: center;
}
.title-admin h1 strong{
    display: block;
    text-align: center;
    font-size: 45px;
}
.title-admin img{ width: 100px; margin: 0 auto; display: block; }

.container{
    display: block;
    width: 100%;
    background: url("/files/admin/images/pxp.png") repeat;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    height: auto;
    box-sizing: border-box;
    padding: 30px 20px 10px 20px;
}

.container h2{
    display: block;
    width: 100%;
    font-size: 20px;
    color:#e3e2e2;
    margin: 0 0 10px;
    padding: 0;
}
.invalid-user{
    display: block;
    color: red;
    font-size: 12px;
    margin: 20px 0;
}
.form-group{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.form-group label{
    display: block;
    color: #e3e2e2;
    font-size: 14px;
    margin: 0;
    padding: 0 3px;
}
.form-group input,
.form-group select{
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    border: none;
    background: #e3e2e2;
    line-height: 40px;
    padding: 0 45px 0 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #12171d;
}
.btn-primary{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    color: #12171d;
    border: none;
    background: #05c76e;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}
.btn-link{
    display: block;
    width: 100%;
    text-align: center;
    color: #e3e2e2;
    font-size: 14px;
    margin: 15px 0 0;
}
.btn-link:hover{
    color: #aaaaaa;
    text-decoration: none;
}

select:invalid { color: gray; }

.error-message{
    font-size: 12px;
    color: red;
    letter-spacing: 1px;
    font-weight: bold;
}

.btn-primary.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-primary.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-primary.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-primary.btn-info {
	color: rgb(255, 255, 255);
	background-color: rgb(21, 146, 166);
	border-color: rgb(22, 158, 180);
}

.main-welcome-wrapper {
	display: block;
	width: 550px;
	margin-left: -275px;
	position: absolute;
	z-index: 10;
	height: 100%;
	left: 50%;
}

#main-content-welcome {
	display: block;
	width: 450px;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -225px;
}

.main-welcome-container {
	display: block;
	width: 100%;
	background: url("/files/admin/images/pxp.png") repeat;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: auto;
	box-sizing: border-box;
    padding: 25px;
}

.disHighlight {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}

.welcome-panel-acess {
	display: block;
	width: 100%;
	height: 70px;
	background-color: #e3e2e2;
    margin: 10px 0px 10px 0px;
	top: 0px;
	position: relative;
	border-bottom: 1px solid #B0AFAF;
	box-shadow: 0px 0px 0px 0px #B8B8B8;
    transition: all 150ms ease-in;
    cursor: pointer;
}

.welcome-panel-acess:hover {
	background-color: #e3e2e2;
	top: -2px;
	height: 70px;
	border-bottom: 6px solid #B0AFAF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

a,a:hover {
    color: inherit;
    text-decoration: inherit;
  }

.welcome-panel-acess:active {
	top: 0px;
	border-bottom: 1px solid #B0AFAF;
	background-color: #e3e2e2;
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .2);
	transform: scale(0.98);
}

.welcome-panel-title {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	line-height: 68px;
}

.welcome-panel-title.admin:before{
    font-family: ui-admin;
    font-size: 40px;
    font-style: normal;
    margin-left: 20px;
    content: "\f134";
}

.welcome-panel-title.agendamento:before{
    font-family: ui-admin;
    font-size: 40px;
    font-style: normal;
    margin-left: 20px;
    content: "\f284";
}

.welcome-panel-title.balanca:before{
    font-family: ui-admin;
    font-size: 40px;
    font-style: normal;
    margin-left: 20px;
    content: "\f264";
}

@media only screen and (min-height: 580px) and (max-height: 699px) {

	.title-admin{
    display: block;
        width: 100%;
        padding: 35px 0;
        box-sizing: border-box;
    }
    .title-admin h1{
        width: 100%;
        font-size: 15px;
        color: #020203;
        text-align: center;
    }
    .title-admin h1 strong{
        display: block;
        text-align: center;
        font-size: 25px;
    }

    .title-admin img{ width: 70px; margin: 0 auto; display: block; }

}

@media only screen and (min-height: 0) and (max-height: 579px) {
	.title-admin{
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .title-admin h1{
        width: 100%;
        font-size: 15px;
        color: #020203;
        text-align: left;
        display: inline-block;
        width: 50%;
    }
    
    .title-admin h1 strong{
        display: block;
        text-align: center;
        font-size: 25px;
    }
    
    .title-admin img{ display: inline-block;  width: 15%; margin: none; }
}

@media only screen and (min-width: 360px) and (max-width: 560px) {
    .main-welcome-wrapper{
        width: 100%;
        margin-left: -225px;
    }

    .welcome-panel-title {
        font-size: 17px;
    }

    .welcome-panel-title.admin:before{
        font-size: 25px;
    }
    
    .welcome-panel-title.agendamento:before{
        font-size: 25px;
    }
    
    .welcome-panel-title.balanca:before{
        font-size: 25px;
    }

    .welcome-panel-acess{
        height: 60px;
    }

    .welcome-panel-acess:hover {
        background-color: #e3e2e2;
        top: -2px;
        height: 60px;
        border-bottom: 6px solid #B0AFAF;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (min-width: 280px) and (max-width: 449px) {
    #main-content-login {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        margin: 0;
    }

    .title-admin {
        display: block;
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .title-admin h1 {
        width: 100%;
        font-size: 15px;
        color: #020203;
        text-align: center;
    }

    .title-admin h1 strong {
        display: block;
        text-align: center;
        font-size: 25px;
    }

    .main-welcome-wrapper {
        width: 360px;
        margin-left: -180px;
    }
}