﻿body {
    font-family: "Open Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    margin: 5px;
    background-size: 100%;
    background-color: #D6DBE9;
    background-image: url(../Desktop/resources/wallpapers/banner-img-2.jpg)
    /*background-color: rgba(74,163,223,.9);*/
}

/* Sidebar
----------------------------------------------------------------------------------------------------*/
#sidebar {
    position: absolute;
    background-image: url(../assets/images/misc/mask.png);
    background-repeat: repeat;
    background-position: -99999px -99999px;
    width: 200px;
    height: 100%;
    text-align: center;
    color: #C0C0C0;
    bottom: 0 auto;
    right: 0;
}

#dvlogin {
    padding: 0px 20px 0 20px;
}

#sidebar img {
    position: relative;
    top: 10px;
    width: 80px;
    padding-bottom: 15px;
}

#sidebar h1 {
    font-weight: bold;
    font-size: 20px;
}


/* Login
----------------------------------------------------------------------------------------------------*/
#splash {
    border: 1px solid rgba(255, 168, 59, 1);
    background-color: #FDC57F;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    width: 600px;
    height: 410px;
    left: 50%;
    top: 45%;
    margin-left: -300px;
    margin-top: -200px; /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/ /*border-radius: 5px;*/ /*box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.74);
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.74);*/
}

#formLogin {
    position: absolute;
    width: 250px;
    height: 100%;
    background-color: #ffa83b;
    /*background-color: #89ABC9;*/
    padding: 0px 0 0 0px;
    color: white;
}

    #formLogin h1 {
        padding-left: 25px;
        color: #fff;
        font-size: 22px;
        line-height: 2.5;
    }

    #formLogin p {
        text-align: justify;
        font-size: 12px;
        color: #fff;
    }


input[type=password], input[type=text] {
    width: 100%;
    text-transform: uppercase;
    color: black;
    border: 1px solid #ccc;
    height: 23px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}

#logo {
    position: absolute;
    width: 349px;
    height: 100%;
    right: 0;
    border-left: 1px solid;
    border-left-color: #CCCCCC;
    /*background-color: #D8E3ED;*/
    background-color: white;
}

    #logo img {
        position: absolute;
        top: 160px;
        width: 80%;
        left: 30px;
    }

/*.btn
{
    background: url('../Imagem/bt1_1.png') center center no-repeat;
    position: relative;
    left: 135px;
    top: 20px;
    height: 29px;
    width:78px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: 0;
}*/

.btn {
    position: relative;
    left: 115px;
    top: 10px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #a6a6a6;
    display: inline-block;
    color: #666666;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

    .btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
        background-color: #f6f6f6;
    }

    .btn:active {
        position: relative;
        top: 13px;
    }

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 40%;
    left: 43%;
    padding: 10px;
    width: 100px;
    z-index: 1001;
    background-color: rgba(255, 168, 59, 1);
    border: 2px double #666666;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #FFFFFF;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
