/*Aqui object utilizador pode definir sobreposi��es de classes CSS gen�ricas definidas na aplica��o, ou seja, das defini��es que se encontream no ficheiro geral.css*/

    @media only screen and (max-width: 700px) {
        #page-login .loginPosition {
            margin-left: 1%;
            float: left !important;
        }
    }

    @media only screen and (min-width: 700px) {
        #page-login .loginPosition {
            margin-left: 40%;
            float: left !important;
        }
    }

    body{
        background-color: transparent !important;
    }
    
.container, #history{
	    background-color: RGB(33,33,33) !important;
}

#encAberto .panel-body, #novaEncomenda .panel-body{
	background: RGB(33,33,33) !important;
    border-radius: 15px !important;
}

.btn-toolbar{
    background: white !important;
}

.k-grid{
    font-size: 1.5rem!important;
}

.form-td{
    height: auto;
    border: hidden;
    /*border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
        border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    */
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ededed!important;
    background-image: none;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* The Modal (background) */
.modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-img {
    margin: auto;
    display: block;
    width: 55%;
}
/* Caption of Modal Image */
#caption-img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}