/*
Template Name: DreamAdmin
Author: Rory Kranendonk
Author URI: http://www.dreamwire.nl
Version: 1.0
*/

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

html, body {
	margin : 0;
	padding : 0;
	background-image : url(../img/admin/back-website.gif);
	background-repeat : repeat;
	height : 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

img {border : 0;}

.wrapper {
	float : left;
	background-image : url(../img/admin/back-gradient.gif);
	background-repeat : repeat-x;
	width : 100%;
	min-height : 400px;
}

.top {
	padding : 80px 0 0;
	width : 480px;
	height : 75px;
        margin-bottom: 5px;
}

.top .split{
	float : left;
	position : relative;
	font-size : 11px;
	font-weight : bold;
	text-align : right;
	line-height : normal;
	width : 240px;
	height : 67px;
}

.top .split h1{
	float : left;
	background-repeat : no-repeat;
	margin : 0;
	padding : 0;
	font-size : 0;
	line-height : 0;
	text-align :  left;
	color : #1c1c1c;
	height : 67px;
        margin-bottom: 10px;
        overflow: hidden;
        padding-bottom: 10px;
}

.container, .footer {
	position : relative;
	margin : 0 auto;
	width : 880px;
}

.holder {
	float : left;
	background-color : #FFFFFF;
	border-left : 1px solid #d3d3d3;
	border-right : 1px solid #d3d3d3;
	border-bottom : 1px solid #d3d3d3;
	margin : -1px 0 0;
	padding : 0 0 20px 0;
	width : 880px;
}

.box {
	float : left;
	display : inline;
	background-position : left 1px;
	background-repeat : repeat-x;
        border-radius: 8px;
        background-color : #FFF;
        height: 300px;
        width : 560px;
}

.box1 {
    margin-right: 30px;
    width: 255px;
}

#add .box {
    min-height: 400px;
    background: #FFF;
    overflow: hidden;
    width: 700px;
    height: auto;
}
#finalizar-pagamento-paypal .box{
    width: 100% !important;
}

#add .container, #forgot2 .container, .errors .container, #validar .container{
    width: 700px;
}

#add .submit, #forgot2 .submit {
    margin-top: 5px;
}

.box-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}

.box-header h3 {
    line-height: 30px;
    margin: 0;
    font-size: 22px;
}


.box .content {
	background-position : left top;
	background-repeat : repeat-x;
	padding : 20px 0 20px 20px;
        overflow: hidden;
}

.container .box .forms{
	padding : 10px 20px;
}

#add .box .content {
    padding: 10px 90px;
}

.box .content .logged{
	padding : 10px 0 0;
}

.box .content .logged label{
	float : left;
	padding : 7px 4px 0 0 !important;
	padding : 11px 4px 0 0;
	line-height : 1.05em;
}

.box .content .logged input.sb-select{
	background-image : url(../img/admin/select-actions.gif);
	background-position : right top;
	background-repeat : no-repeat;
	background-color : transparent;
	border : 1px solid #cdcdcd;
	-webkit-border-radius : 4px;
	-moz-border-radius : 4px;
	border-radius : 4px;
	z-index : 1;
	margin : 3px 0 0 !important;
	margin : 6px 0 0;
	padding : 3px 17px 0 5px;
	line-height : 1.05em;
	cursor : pointer;
	color : #656565;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	width : 62px;
	height : 15px;
}

.box .content .logged .sb-dropdown {
	top : 22px;
	left : 5px;
	width : 74px;
}

.box .content .logged .sb-dropdown a, .box .content .logged .sb-dropdown a:link, .box .content .logged .sb-dropdown a:active, .box .content .logged .sb-dropdown a:visited {
	display : block;
	background : none;
	padding : 5px 10px;
	overflow : hidden;
	font-family : Arial;
	cursor : pointer;
	color: #1c1c1c;
	font-size : 11px;
	line-height : 14px;
	text-decoration: none;
	width : 100%;
	height : 13px;
}

.box .content .logged .sb-dropdown a:hover,
.box .content .logged .sb-dropdown .selected  {
  background-color : #f7f7f7;
}

.box .half,
.box .half-left{
	float : left;
	width : 216px;
}

.box .half-left{
	padding : 0 4px 0 0;
}

.box .half-left input,
.box .half input{
	float : left;
	width : 204px;
}

.box .content .buttons{
	float : right;
	padding : 0;
	width : 77px;
}

.box .content .buttons button{
	max-width : auto;
}

.box .content .buttons button span{
	padding : 6px 15px 0;
	line-height : 1.05;
	height : 20px;
}


.forgot {
    float: left;
    font-size: 13px;
    color: #0044CC;
}


.home {
    overflow: hidden;
}

.login {
    float: left;
}

.cadastro {
    float: left;
}


/* FORM */

.input {
    margin-bottom: 7px;
}

.input .error-message {
    font-size: 12px !important;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

input[type=text], input[type=password], input[type=email] {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 15px;
    height: 23px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 4px 6px;
    vertical-align: middle;
    
}

.login input[type=text], .login  input[type=password] {
    width: 200px;
}

.cadastro input[type=text], .cadastro  input[type=password], .cadastro  input[type=email]{
    width: 500px;
}

input[type=submit] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.login input[type=submit] {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    float: right;
    padding: 8px 10px;
}

.cadastro input[type=submit] {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    float: right;
    padding: 8px 10px;
}

.footer {
    text-align: center;
    padding: 6px;
    font-size: 12px;
    color: #555;
    clear: both;
}

.box .mensagem .error, #authMessage, .form-evento .mensagem .error {
    font-size: 12px;
    width: 93% !important;
    margin: 10px 0 !important;
    line-height: 1.2em !important;
    padding: 8px 20px !important;
}


.box #flashMessage, 
#authMessage, 
.form-evento .mensagem #flashMessage, 
.form-evento .mensagem #authMessage .box .mensagem .error, 
.form-evento .mensagem .error, 
.box .mensagem .success, 
.form-evento .mensagem .success {
    font-size: 12px;
    width: 93% !important;
    margin: 10px 0 !important;
    line-height: 1.2em !important;
    padding: 8px 20px !important;
}

.mensagem2 .error, .mensagem2 .success {
    border-radius: 5px 5px 5px 5px;
    margin: 20px 0;
    padding: 10px;
}
.mensagem2 .success {
    border: 1px solid #D6E9C6;
    background-color: #DFF0D8;
    color: #468847;
}
.mensagem2 .error {
    border: 1px solid #B94A48;
    background-color: #EED3D7;
    color: #B94A48;
}

.descricao-cadastro {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.1em;
    padding: 10px 0 20px 0;
}

.mensagem-sucesso-cadastro-user {
    font-size: 18px;
    text-align: center;
    background: none repeat scroll 0 0 #EDFDD3;
    border: 1px solid #2EBC18;
    border-radius: 10px 10px 10px 10px;
    color: #2EBC18;
    font-size: 18px;
    margin: 30px 20px 80px 20px;
    padding: 20px;
    text-align: center;
}

.mensagem-erro-cadastro-user {
    font-size: 18px;
    text-align: center;
    background: none repeat scroll 0 0 #FFE6E3;
    border: 1px solid #eed3d7;
    border-radius: 10px 10px 10px 10px;
    color: #b94a48;
    font-size: 18px;
    margin: 30px 20px 80px 20px;
    padding: 20px;
    text-align: center;
}