/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-mag-2016, 9.35.45
    Author     : Administrator
*/

h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 28px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
    margin-bottom: 8px;
}

button, a, input[type="submit"] {	
    cursor: pointer!important;
}

.flex {

    display: flex;    

}

.flex-middle {

    align-items: center;

}

html, body, .full-height {

    height: 100%;

}

.login-content .login-panel {

    margin-top: -100px;

}

.navbar-brand {
    padding: 17px;
}

.navbar-brand .icon {

    width: 30px;
    height: 30px;

}

.login-content .logo {

    width: 150px;
    max-height: 100px;
    margin: 20px auto;    

}

.row.buttons {
    margin-top: 40px;
}

span.slash-sign, span.floor-sign  {
    position: absolute;
    font-size: 26px;
    font-weight: 300;
    top: -9px;
    color: #A9A9A9;
}

body table tr>td>span.slash-sign.color-white {
    top: 4px;
    left: 1px;
    position: relative;
    line-height: 0.5em!important;
}

span.slash-sign{
    left: -4px;
}

span.floor-sign{
    left: -8px;
}

.gmap.gmap-small {
    height: 400px;
}
.gmap.gmap-large {
    height: 700px;
}

.color-white {
    color: #fff!important;
}

/*@media (min-width: 1720px)
{
    .container {
        width: 1680px;
    }
}*/

big label {
    padding-top: 5px;
}

.width-100{
    width: 100%;
}

.width-90{
    width: 90%;
}

.width-80{
    width: 80%;
}

.width-70{
    width: 70%;
}

.width-60{
    width: 60%;
}

.width-50{
    width: 50%;
}

.spinner {
    margin: -40px auto 0;
    font-size: 5px;
    z-index: 1000;
    position: fixed;
    text-indent: -9999em;
    border-top: 1em solid rgba(0, 0, 0, 0.15);
    border-right: 1em solid rgba(0, 0, 0, 0.15);
    border-bottom: 1em solid rgba(0, 0, 0, 0.15);
    border-left: 1em solid rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite cubic-bezier(0.65, 0.13, 0.29, 0.84);
    animation: load8 1.1s infinite cubic-bezier(0.65, 0.13, 0.29, 0.84);
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 18em;
    height: 18em;
    top: 50%;
    left: 50%;
    margin-top: -9em;
    margin-left: -9em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }