/*
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 : Oct 3, 2018, 12:08:27 PM
    Author     : bicho
*/

@font-face {
    font-family: 'GILROY-Light';
    src: url("../fonts/gilroy/Gilroy-Light.ttf") format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'GILROY-Semibold';
    src: url("../fonts/gilroy/Gilroy-SemiBold.ttf") format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'GILROY-Bold';
    src: url("../fonts/gilroy/Gilroy-Bold.ttf") format('truetype');
    font-style: normal;
}

.form-custom input {
    margin-bottom: 0 !important;
}

.form-custom dd {
    font-size: 12px !important;
    /* text-align: right;*/
}

.form-custom .error {
    color: red !important;
}

.form-custom .info {
    display: none !important;
}

.form-custom dl {
    margin: 0;
    margin-top: .809rem;
}

.form-custom span {
    color: #a2a2a2;
}

.form-custom input[type=submit] {
    margin: 1rem 0px 1rem 0px !important;
}

.alert-container {
    position: absolute !important;
    top: -4rem;
    left: 50%;
}

.alert-container .alert {
    display: none;
}

.rigth {
    display: initial;
    position: absolute;
    /*top: -1rem;*/
    right: 0;
    font-size: initial;
}

.separater {
    margin-right: 2rem;
}

input:-moz-read-only { /* For Firefox */
    color: #a2a2a2;
}

input:read-only {
    color: #a2a2a2;
}

input:read-only:hover {
    border-color: inherit;
}

.centered {
    text-align: center;
}

.button.red {
    border-color: #ff4c4c;
    color: #ff4c4c;
}

.button.red:hover {
    background-color: #ff4c4c;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.logo {
    width: 50%;
}

.nav-logo .logo {
    width: 50px;
}

.dataTables_length select {
    display: inline !important;
    width: auto !important;
}

.dataTables_filter input {
    display: inline !important;
    width: auto !important;
}

.fixedHeader-floating {
    z-index: 1000;
    top: 9px !important;
}

.hidden {
    display: none !important;
}

h1, h2 {
    font-family: 'GILROY', GILROY-Semibold;
}

