


    .row_margin{
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .table_footer{
        margin: 20px 0;
    }

    .col_padding{
        padding-top: 10px;
    }

    .message_align{
        margin: 0 auto;
    }

    .hr-primary{
        background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
        margin-bottom: 10px;
    }

    /* data tables */

    table.dataTable > tbody > tr > td > a.btn, span.dtr-data > a.btn , table.dataTable > tbody > tr > td > div >a.btn , .pp_icons
    {
        padding: 1px 2px !important;
        color: gray !important;
    }

    table.dataTable > tbody > tr > td > a.btn:hover, span.dtr-data > a.btn:hover, table.dataTable > thead > tr > th:hover, .pp_icons:hover
    {
        color: black !important;
    }
    /* data tables */

    /* footer */
    hr 
    {
      height: 4px;
    }

    html, body {
      height: 100%;
      margin: 0;
      background: #d2d2d2
    }
    .wrapper {
      /*min-height: 93%; */
      min-height: 56.8%;
      
    }

    /* logo */
    .navbar-brand
    {
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .navbar-brand>img 
    {
        height: 100%;
        padding: 15px;
        width: auto;
        padding: 7px 14px;
    }


    .payment-details .col-md-4 p {
        font-weight: bold;
    }

    #loader{
    display: none;
    background: #eee url('../images/ajax-loader.gif') no-repeat 50% 50%;
    opacity: 0.6;
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    z-index:9999999;
}


.sq-input {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.sq-input--focus {
    border-color: #98cbe8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(152,203,232,.6);
}
.sq-input--error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

div.dataTables_processing {
    z-index: 9999 !important;
}

.shadow {
    margin: 0 auto;
    max-width: 1200px!important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    background-color: #f5f8fa;
}

.footer_body
{
    padding-top: 20px;
    color: white;
    background: #3b3b3b;
    border-top: 6px solid #1d1d1d;
}

.footer_body h3
{
    color: #ffffff;
    border-bottom: 2px solid #eb3143;
    padding-bottom: 25px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
}

footer a {
    color: #f8f8f8;
}

footer a:hover {
    color: #eb3143;
    text-decoration: none;
}

footer a:focus {
    color: #f8f8f8;
    text-decoration: none;
}

.footer_body ul
{
    list-style: none;
    padding: 0px;
}

.footer_body ul li
{
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.footer_body ul li a
{
    text-decoration: none;
    font-size: 14px;
}

.footer_body p
{
    font-size: 13px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.copy_right_body
{
    border-top: 3px solid #5a5a5a;
    background-color: #1d1d1d;
    color: #eb3143;
    font-size: 12px;
    padding: 25px 0;
}

.copy_right_body p
{
    color: rgb(235, 49, 67);
    font-family: Arial, sans-serif;
    line-height: 20px;
    margin-left: 4px;
    font-style: normal;
    font-weight: normal;
}

.footer_col
{
    padding: 20px;
}

div.dataTables_processing
{
    z-index: 9999 !important;
}

.dropdown:hover .dropdown-menu 
{
    display: block;
}

.nav a
{
    font-size: 18px !important;
    display: block;
    padding: 30px 20px;
    color: #1d1d1d;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.nav ul a
{
    text-transform: capitalize;
}

.nav a:hover
{
    color: #eb3143 !important;
}

.t3 
{
    font-size: 22px !important;
    line-height: 22px;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

#headerDiv
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#headerDiv p {
    font-size: 13px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}


.button.red, .button:hover.red, .purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212;
}

.button_log_in.big_log_in {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url("https://www.macgases.com/include/js/rs-plugin/images/gradient/g40.png") repeat-x top;
}

.red_log_in {
    color: red;
}

.button_log_in {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url("https://www.macgases.com/include/js/rs-plugin/images/gradient/g30.png") repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
}

.button_log_in.red_log_in {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212;
}

@media only screen and (max-width: 767px)
{
    .button_log_in 
    {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: normal;
    }

    #app-navbar-collapse .dropdown-menu
    {
        position: relative;
        display: block;
        margin-left: 15px;
        width: calc(100% - 30px);
        margin-right: 15px;
    }

    #app-navbar-collapse li 
    {
        clear: both;
    }

    #app-navbar-collapse .navbar-collapse.in
    {
        overflow-y: visible;
    }

    .navbar-fixed-top
    {
        position: relative;
    }

    #app-navbar-collapse
    {
        max-height: 100%;
    }

    .divider
    {
        margin: 0px 0 !important;
    }

    .container_style
    {
        padding-top: 20px !important;
    }

}

@media (min-width: 768px)
{
    .navbar-right .dropdown-menu 
    {
        right: 4px;
        left: auto;
    }
}

.modal-open .navbar-fixed-top
{
    transform: translateX(-0.7%);
}

.container_style
{
    padding-top: 170px;background: #f8f8f8;padding-bottom: 25px;
}

.divider
{
    background-color: #FFFFFF !important;
}

.dropdown-menu
{
    box-shadow: none;
}

.glyphicon-menu-down
{
    font-size: 11px !important;
    padding-bottom: 5px !important;
    vertical-align: middle !important;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
    background: #FFFFFF;
}

.menu_title
{
    width: 50px;
    float: left;
    padding-top: 2px;
    font-family:'Roboto Condensed', Arial, sans-serif;
    font-size:16px;
}

.menu_button .glyphicon-list
{
    font-size:25px;
}

.navbar-default .navbar-toggle
{
    border-color: #FFFFFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover 
{
    background-color: #FFFFFF;
}

.menu_button
{
    margin-right: 0px;
}

.datepicker
{
z-index: 9999 !important;
}

table.reports 
{
    border-collapse: collapse;
}
.reports table, .reports th, .reports td {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}

.reports tr.header
{
    background-color: black;
}

.reports .header td
{
    text-align: center;
    color: white;
    border-right-color: white;
}

.reports .header td:last-child
{
    border-right-color: black;
}

.reports thead { display: table-header-group }
.reports tfoot { display: table-row-group }
.reports tr { page-break-inside: avoid }

.bigger-text 
{
    font-size: 16px;
}

.reports .emptyrow td
{
    border: 0px;
}