/**
 * Author:Alairton Dendena
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font-weight:normal;
    font:inherit;
    vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}
html {
    *overflow-x:hidden;
}
body {
    line-height:1;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
a {
    cursor:pointer;
    text-decoration:none;
}

/* Utils */
.absolute { position:absolute; }
.block { display:block; }
.crop {
    width:960px;
    margin:0 auto;
}
.fixed { position:fixed; }
.fleft { float:left; }
.fright { float:right; }
.hide { display:none; }
.in-block { display:inline-block; }
.o-visible { overflow:visible; }
.o-hidden { overflow:hidden; }
.relative { position:relative; }
.replacement {
    display:block;
    text-indent:-1000em;
}
.transition {
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.txt-center {
    text-align:center;
}
.txt-left {
    text-align:left;
}
.txt-right {
    text-align:right;
}
.upper {
    text-transform:uppercase;
}

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:500);

/* Render */
body {
    background:#EEE;
    color:#585858;
    font:normal 14px Arial, Helvetica, sans-serif;
}
.company a {
    background:url(../img/company.png);
    height:64px;
    margin:0 auto;
    width:189px;
}

/* Alerts */
.alert {
    font-size:14px;
    font-weight:bold;
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    position:absolute;
    z-index:100;
    left:0;
    right:0;
}
.alert-success {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6;
}
.alert-error {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1;
}

/* Login */
.login {
    background:url(../img/bg.jpg) 50% 0 #FFF;
}
.login .content {
    padding:8% 0;
}
.panel {
    background:#ffffff;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
    background:-webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background:-o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background:-ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background:linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    height:380px;
    margin:0 auto;
    padding:50px 50px 60px;
    width:238px;
    -moz-border-radius:11px ;
    -webkit-border-radius:11px ;
    border-radius:11px ;
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff7f7f7,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff7f7f7,GradientType=0)
    progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true);
}
.ie7 .panel {
    background:url(../img/bg-panel.png) no-repeat;
}
.panel h2 {
    color:rgb(153,153,153);
    font-family:'Roboto',sans-serif;
    font-weight:500;
    font-size:22px;
    line-height:120%;
    margin:30px 0 35px;
}
.panel .input {
    margin:0 0 10px;
}
.panel .text input,
.panel .password input {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:120%;
    color:rgb(88,88,88);
    text-align:left;
    background-color:rgb(255,255,255);
    width:230px;
    padding:8px 4px;
    border-color:rgb(221,221,221);
    border-width:1px;
    -moz-border-radius:4px ;
    -webkit-border-radius:4px ;
    border-radius:4px ;
    border-style:solid;
}
.panel .submit input {
    font-size:15px;
    font-weight:bold;
    line-height:120%;
    color:rgb(255,255,255);
    text-align:center;
    background-color:rgb(45,178,0);
    width:240px;
    height:36px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:0;
    cursor:pointer;
}
.panel span {
    background:url(../img/sprite.png) 50% 10px;
    color:rgb(186,186,186);
    line-height:120%;
    font-size:15px;
    margin:25px 0;
}
.panel small {
    color:rgb(153,153,153);
    font-size:12px;
    line-height:140%;
}
.panel small a {
    color:rgb(153,153,153);
    font-size:12px;
    line-height:140%;
    text-decoration:underline;
}

/* Header */
.main-header {
    background:#ffffff;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
    background:-webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background:-o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background:-ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background:linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
    width:100%;
    height:105px;
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff7f7f7,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff7f7f7,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true);
}
.ie8 .main-header,
.ie7 .main-header {
    background:url(../img/bg-main-header.jpg) repeat-x;
}
.main-header .company {
    margin-top:20px;
}
.menu-navegation {
    margin-top:35px;
    width:740px;
}
.menu-item {
    float:left;
    margin-right:20px;
}
.menu-item > a {
    background-color:rgb(64,73,83);
    color:rgb(255,255,255);
    float:left;
    font-size:12px;
    line-height:120%;
    text-align:left;
    padding:10px;
    width:120px;
}
.has-submenu > a {
    background-image:url(../img/sprite.png);
    background-position:118px -13px;
}
.logout {
    font-size:12px;
    font-weight:bold;
    line-height:120%;
    color:rgb(170,170,170);
    border-color:rgb(204,204,204);
    border-width:1px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border-style:solid;
    padding:7px 28px;
}
.has-submenu:hover > .submenu {
    display:block;
}
.submenu {
    background-color:rgb(101,115,131);
    left:0;
    top:34px;
    min-width:180px;
    z-index:1;
}
.submenu-item {
    display:block;
    border-bottom:solid 1px #738293;
}
.submenu-item a {
    color:rgb(255,255,255);
    font-size:12px;
    line-height:250%;
    padding:10px;
}

/* Content */
.content-header {
    height:76px;
}
.title-page {
    color:rgb(153,153,153);
    font-family:'Roboto',sans-serif;
    font-weight:500;
    font-size:22px;
    line-height:120%;
    margin:35px 0 0;
}
.add {
    color:rgb(255,255,255);
    font-size:15px;
    font-weight:bold;
    line-height:120%;
    text-align:center;
    background-color:rgb(45,178,0);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:30px 0 0;
    padding:7px 20px;
}
.wrapper {
    background-color:rgb(255,255,255);
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true);
    padding:40px;
}
.list {
    width:100%;
}
.list-header {
    border-bottom:solid 2px #DDD;
}
.list-header th {
    color:rgb(153,153,153);
    font-family:'Roboto',sans-serif;
    font-weight:500;
    font-size:14px;
    line-height:120%;
    padding:10px 20px;
    min-width: 115px;
}
.list-content {
    border-bottom:solid 1px #EEE;
}
.list-content td {
    color:rgb(88,88,88);
    font-size:14px;
    line-height:120%;
    padding:10px 20px;
}
.list-content .download {
    background:url(../img/sprite.png) 0 -52px;
    color:rgb(71,102,132);
    font-size:14px;
    font-weight:bold;
    line-height:120%;
    padding-left:22px;
}
.list-content .edit {
    color:rgb(255,255,255);
    font-size:14px;
    font-weight:bold;
    line-height:120%;
    text-align:center;
    background-color:#eea236;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding:4px 6px;
}
.list-content .delete {
    color:rgb(255,255,255);
    font-size:14px;
    font-weight:bold;
    line-height:120%;
    text-align:center;
    background-color:#d43f3a;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding:4px 6px;
}

/* Add / Edit */
.wrapper .input {
    margin:0 0 10px;
}
.wrapper .input label {
    color:rgb(88,88,88);
    display:block;
    font-size:14px;
    line-height:120%;
    margin:0 0 4px;
}
.wrapper .text input,
.wrapper .password input {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:120%;
    color:rgb(88,88,88);
    text-align:left;
    background-color:rgb(255,255,255);
    padding:8px 4px;
    width:100%;
    border-color:rgb(221,221,221);
    border-width:1px;
    -moz-border-radius:4px ;
    -webkit-border-radius:4px ;
    border-radius:4px ;
    border-style:solid;
}
.wrapper .select select {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:120%;
    color:rgb(88,88,88);
    text-align:left;
    background-color:rgb(255,255,255);
    padding:0 4px;
    height:36px;
    width:50%;
    border-color:rgb(221,221,221);
    border-width:1px;
    -moz-border-radius:4px ;
    -webkit-border-radius:4px ;
    border-radius:4px ;
    border-style:solid;
}
.wrapper .submit input {
    font-size:15px;
    font-weight:bold;
    line-height:120%;
    color:rgb(255,255,255);
    text-align:center;
    background-color:rgb(45,178,0);
    width:110px;
    height:36px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:0;
    cursor:pointer;
}

/* Footer */
.main-footer small {
    color:rgb(153,153,153);
    font-family:'Roboto',sans-serif;
    font-weight:500;
    font-size:12px;
    line-height:120%;
    padding:25px 0;
}