/*
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 : Jul 3, 2020, 8:36:19 AM
    Author     : j.plummer
*/


@media (max-width: 991px) {
    body, p, td {
        font-size: 9pt;
    }
    btn {
        padding  : .25rem .4rem;
        font-size  : .75rem;
        line-height  : .5;
        border-radius : .2rem;
    }
}

@media (max-width: 991px) {
    .au-input {
        padding: 0 5px;
        line-height: 30px;
    }
}

.qt_warning {border: 1px solid #dc3545 !important;}

.mobile-hamburger {color: #fff; font-size: 18pt;}

.mobile-icon {width: 18px;}

.mobile-font {
    color: #ffffff !important; 
}

.icon-green {color: #33cc33;}
.icon-red {color: #ff0000;}
.icon-blue {color: #0066ff;}
.icon-amber {color: #ffcc00;}
.icon-purple {color: #9933ff;}
.icon-teal {color: #00cc99;}
.icon-orange {color: #ff9900;}
.icon-yellow {color: #ffff00;}
.icon-grey {color: #dcdcdc;}
.icon-darkgrey {color: #707070;}
.icon-black {color: #000000;}
.icon-white {color: #ffffff;}
.icon-medium {font-size: 10pt;}
.icon-rose {color: #ff0066;}
.bg-green {background-color: #33cc33;}
.bg-red {background-color: #ff0000;}
.bg-blue {background-color: #0066ff;}
.bg-amber {background-color: #ffcc00;}
.bg-purple {background-color: #9933ff;}
.bg-teal {background-color: #00cc99;}
.bg-orange {background-color: #ff9900;}
.bg-yellow {background-color: #ffff00;}
.bg-grey {background-color: #dcdcdc;}
.bg-darkgrey {background-color: #707070;}
.bg-black {background-color: #000000;}
.bg-white {background-color: #ffffff;}
.bg-rose {background-color: #ff0066;}
.cc_icon_mr3 {margin-right: 3px !important;}
.cc_icon_mr5 {margin-right: 5px !important;}
.small_link_7 {font-size: 7pt !important;}
.small_link_8 {font-size: 8pt !important;}
.small_link_9 {font-size: 9pt !important;}
.cc_menu_link {color: #212529 !important;}
.cc_menu_link:hover {color: #ff9900 !important;}
.cc_menu_link_top {font-weight: 600 !important;}
.cc_menu_link_sub {font-weight: 500 !important;}

.cc_widget {min-height: 225px; margin-bottom: 20px; padding: 0px;}
.cc_widget_content {min-height: 300px; max-height: 350px; margin: 0px; padding: 5px 15px 0px 15px !important; overflow: auto;}

.border-lockt {
    border: 1px solid #F26521;
}

.bg-lockt {
    background-color: #F26521;
    color: white;
}

.tp_modal_text_body {
    font-size: 12pt !important;
}