/*
Theme Name: Chicago Skyway
Theme URI: http://framework.themosis.com/
Author: Dillon Barenbrugge
Author URI: http://www.themosis.com/
Description: Themosis framework theme.
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: easy, organized, expressive, template, engine, utility.
*/


.bold-text {
    font-weight: 800;
}

.quarter-width-td {
    width: 25%;
}

.thirty-five-percent-width-td {
    width: 35%;
}

.print-button {
    margin-top: 25px;
}

.invalid-password {
    font-size: 1.5em;
    font-weight: bolder;
    color: #cd5c5c;
    margin-bottom: 20px;
}

#customer-service-login {
    padding-bottom: 90px;
}

#logout {
    margin-top: 2rem;
}

.input-disabled {
    color: #a6cfe0 !important;
    border-color: #a6cfe0 !important;
    cursor: not-allowed;
}

/*Ovveride*/


html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
}

#footer {
    background-color: #252525;
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.hint--small:after {
    width: 15rem;
}

.image-td{
    min-width: 80px !important;
    margin: 0;
    padding: 0 !important;
    vertical-align: middle !important;
}

.ocr-image{
    width: 100%;
}
a.btn-home {
    background-color:#24ABE2;
    color:#333 !important;
}
a.btn-home:hover {
    background-color:#7bd8fd !important;
}