/*Body*/
 body {
    font-family: Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    font-size: 13px;
}
a {
    color: #e32b2b;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #e32b2b;
    text-decoration: underline;
}

textarea {
    margin-top: 10px;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
textarea:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.BtnTop {
    margin-top: 30px;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #404040;
    border-color: #CCCCCC;
}
.Input50 {
    width: 50%;
}
.alert {
    margin: 15px;
}
/*Header*/
 .page-header {
    border-bottom: none;
}
.page-header h1 {
    background: url("../img/logotipo.jpg") no-repeat;
    height: 94px;
    margin: 0;
    width: 193px;
    text-indent: -9999px;
}
/*Login*/
 .navbar-inverse {
    background: #575757;
}
.btn-lg {
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.33;
}
.LabelPassword a {
    text-decoration: underline;
    color: #e32b2b;
}
.Col6Login {
    background: none repeat scroll 0 0 #202020;
    height: 350px;
    padding: 40px;
}
.btn-default {
    background: none repeat scroll 0 0 #E32B2B;
    border: medium none;
    color: #FFFFFF;
    display: block;
    text-shadow: none;
}
.H2Title {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 50px;
}
.btn-default:hover, .btn-default:focus {
    background-color: #E32B2B;
    color:#ffffff;
}
.LabelPassword {
    margin: 10px 10px 10px 25px;
    font-size: 12px;
}
.btn-defaultRight {
    float: right;
    margin-top: 30px;
}
.btn-defaultRight2 {
    float: right;
}
.input-group-addon {
    background-color: #000000;
    border:none;
}
.InputIconUsername {
    background: url("../img/username.jpg") no-repeat;
    padding-left: 25px;
}
.InputIconPassword {
    background: url("../img/password.jpg") no-repeat;
    padding-left: 25px;
}
/*Express 2 Me*/
 .glyphicon.glyphicon-cog.SpaceAplicacao {
    margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    font-size: 15px;
}
.navbar-default {
    background-color: #EEEEEE;
    border: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #ffffff;
    color: #e32b2b;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > .active {
    background-color: #ffffff;
    color: #e32b2b;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.navbarLogout {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 0 2px 0 15px !important;
}
.SpaceUser {
    margin-right: 5px;
}
.nav.navbar-right.SpaceLogin {
    margin-top: 15px;
    float: right;
}
.navbar-brand.logotipoPeq {
    background: url("../img/logotipo_peq.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 49px;
    margin-right: 25px;
    margin-top: -15px;
    text-indent: -9999px;
    width: 95px;
}
.HomePageButtons {
    list-style: none outside none;
    margin-top: 35px;
    text-align: center;
}
.HomePageButtons li {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.15, #ffffff), color-stop(1, #f4f4f4));
    background:-moz-linear-gradient(center top, #ffffff 15%, #f4f4f4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
    background-color:#ededed;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-left-radius:10px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    display: inline-block;
    padding: 45px 0 60px;
    text-decoration: none;
    width: 100%;
}
.HomePageButtons li label {
    margin-right: 10px;
}
.HomePageButtons li span {
    color: #E32B2B;
    font-size: 16px;
    font-weight: bold;
}
.HomePageButtons li p {
    margin-top: 15px;
    color: #696868;
    font-size: 14px;
}
/*Pesquisar encomendas*/
 .rowContainer {
    padding-left: 105px;
    padding-right: 105px;
    margin-bottom: 50px;
}
.rowForm {
    background: none repeat scroll 0 0 #f2f2f2;
    margin: 0;
    padding: 20px;
}
.TitleBlack {
    color: #000000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width:auto;
}

.Pesquisa
{
   margin-bottom: 30px;
    margin-top: 20px;  
    
    }
.PesquisaAvancada {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}
.FloatRight {
    float: right;
}
.btn-Black {
    background-color: #404040;
    float: left;
}

.btn-Red {
    background-color: #E32B2B;
    float: left;
}

.btn-Black:hover {
    background-color: #404040;
}
.btn.btn-default.btn-Black:focus {
    background-color: #404040;
}
.TitleRed {
    color: #e32b2b;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}
.panel-default > .panel-heading {
    color: #E32B2B;
    font-weight: bold;
}
.panel-default {
    margin-top: 20px;
}
/*Navigation*/
 .navegation {
    font-size: 11px;
}
.navegation a {
    text-decoration: none;
}
.navegation .navback {
    float: left;
    margin-right: 5px;
}
.navegation .breadcrumbPager {
    float: left;
    padding: 4px;
}
.navegation .navfront {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.navegation select {
    border: 1px solid #DDDDDD;
    float: left;
    padding: 3px;
}
.ColIcones {
    text-align: right;
}
.ColIcones a {
    text-decoration: none;
}

.icon-remove {
    margin-left:10px;
    height:20px;
    width:20px;
}

.icon-edit {
    height:22px;
    width:22px;
}

.icon-save {
    height:20px;
    width:20px;
}

.text-box124 {
    width:118px;
    height:30px;
    font-size:13px;
    padding-right:0px;
}

.text-box335 {
    width:323px;
    height:30px;
    font-size:13px;
    padding-right:0px;
}

.text-box60 {
    width:60px;
    height:30px;
    font-size:13px;
    padding-right:0px;
}

.text-box80 {
    width:80px;
    height:30px;
    font-size:13px;
    padding-right:0px;
}
/*Pesquisa avançada*/
 .col-md-PaddingTB {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*Detalhe da encomenda*/
 .col-md-Padding {
    padding:10px 0px 10px 0px
}
 .col-md-Padding2 {
    padding:10px 10px 10px 0px
}
.btn-BlackSpace {
    margin-top: 30px;
}
.FormEntrega {
    padding-top: 10px;
}
/*Gestão da aplicação*/
 .rowFormGestao {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 20px;
}
.GestaoAplicacao {
    list-style: none outside none;
    margin-top: 15px;
    padding-left: 15px;
    width: 330px !important;
}
.GestaoAplicacao li {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.15, #ffffff), color-stop(1, #f4f4f4));
    background:-moz-linear-gradient(center top, #ffffff 15%, #f4f4f4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
    background-color:#ededed;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-left-radius:10px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 25px;
    height: 210px;
    width: 80%;
}
.GestaoAplicacao li span {
    color: #E32B2B;
    font-size: 16px;
    font-weight: bold;
    float: right;
}
.GestaoAplicacao li p {
    color: #696868;
    font-size: 14px;
    margin-top: 15px;
}
.btn-LoginRight {
    float: right;
    margin-top: 30px;
    background-color: #404040;
}
.btn-LoginRight:hover {
    float: right;
    margin-top: 30px;
    background-color: #404040;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: inherit;
}

 .table-responsive {
    overflow-x: auto;
    overflow-y: auto;

  }

/*Modal*/

.modal-header .close {
margin-top: -2px;
}
button.close {
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}

/* iPads (portrait) ----------- */
 @media (min-device-width: 768px) and (orientation: portrait) {
    .rowContainer {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #E32B2B;
    }
    .navbar-default .navbar-nav > li > .active {
        background-color: #FFFFFF;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #E32B2B;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ffffff;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .rowContainer {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #E32B2B;
    }
    .navbar-default .navbar-nav > li > .active {
        background-color: #FFFFFF;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #E32B2B;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ffffff;
    }
    .ColIcones {
        clear: both;
        float: right;
        text-align: right;
        margin-bottom: 30px;
    }
    .navegation select {
        margin-top: 5px;
    }
    .btn-BlackSpace {
        margin-top: 120px;
    }
    .BtnTop {
        clear: both;
    }
}



/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

.btn{
margin-left:10px;
}

/* misc */
.heavytext{
    font-weight: bold;
}

div.active:hover
{
    background-color:#f5f5f5;
}

.topseparator
{
    border-top: 1px solid #ccc;
}

label[for*=Active] {

   
    position: relative;
    left: 5px;
    bottom: 1px;
}

input[id=Active] {
     margin-left: 60px;
}

th,td {
    text-align: center;
}


.notificationbox
{
z-index: 1000;
padding: 12px 10px 10px 30px;
margin-top: 10px;
    box-shadow: 5px 5px 10px #000;
    display: none;
    width: 550px;
}
 
.nb-success
{
color: #060;
    background: #cfc url(images/ok.gif) no-repeat 8px 12px;
}
 
.nb-error
{
color: #c00;
    background: #fcc url(images/fail.gif) no-repeat 8px 12px;
}
 
.nb-warning
{
color: #c60;
    background: #ffc url(images/warn.gif) no-repeat 8px 12px;
}



.abolished {color: black;}
.pending {color: red;}
.lackOfConfirmation{ color: purple;}
.lackOfValidation{ color: orangered;}
.validating{ color: yellow;}
.validated{ color: green;}

.hideDisplay
{
    display:none;
}
