@media (min-width: 768px) {
    .sidebar {margin-top: 114px} 
    .login {padding-top: 210px}
}

@media (max-width: 767px) {
    .login {padding-top: 210px}
}

.mt {margin-top: 350px}

.img-login {
    width: 110px;
    margin-left: 32%;
    margin-bottom: 10px;
}
.title-login {
    font-family: inherit;
    font-size: 14px;
    text-align: center;
    color: #000A1D
}

.navbar {margin-bottom: 0px}
.navbar-header {padding: 10px} 
.navbar-brand {
    width: 250px;
    padding: 5px;
}

li a, h2, h3, h4 {color: #000A1D}
.capitalize {text-transform: capitalize}

p {
    font-size: 15px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: justify;
    padding-top: 10px
}

.span-user {color: #49852E}
h2.user {
    margin-right: 15px;
    font-size: 16px;
}

a {cursor: pointer}
a.active {color: #357CBD}
.sidebar ul li a.active {background-color: #FFF}


/* alert's */
.alert-pass {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
.danger-pass {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.info-pass {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.success-pass {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.warning-pass {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.message {
    color: #333;
    background-color:#F5F5F5;
    border-color: #E7E7E7;
}

.disabledInput {
    background-color: #EBEBEB;
    border-top-color: #CCC;
    border-color: #CCC;
    color: #000A1D
}

input.error,select.error,textarea.error{border:1px dashed #ff5151}
label.error {
    margin-top: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #ff5151
} 

#btFecharPedido {margin-top: 24px;}

.dadosCarrinho {
    font-weight: bold;
    color: #FFC926
}
p.carrinho {
    padding-top: 0px;
    font-family: inherit;
    font-size: 15px;
    line-height: 10px;
    color: #FFF
}

.itens {
    border-bottom: 1px dotted #CCC;
    margin: 0 5px 15px 5px
}

.footer {
    height: 50px;
    padding: 10px;
    background-color: #C9302C
}

