﻿/*Responsive css   */
/*For small devices sm*/
@media (max-width: 767px) {
    .icon1 {
        display: none;
    }

    .icon2 {
        margin-left: 10px !important;
        float: none !important;
        text-align: center;
    }

    .headerblockleft {
        width: 100% !important;
    }

    .headerblockright {
        width: 100% !important;
    }

    .menyblock {
        display: flex;
        float: none !important;
        margin-right: 0px !important;
        justify-content: center;
    }

        .menyblock a {
            margin: 0 !important;
            padding-left: 7px !important;
            padding-right: 7px !important;
        }

    .icon4 {
        width: 100% !important;
    }

    .signheading2 {
        font-size: 15px !important;
        position: relative;
        top: 4px;
    }
    .sm-hide {
        display: none !important;
    }
    .pageblockwrapper1 {
        overflow-x: hidden;
    }

    .formtx input {
        padding: 14px 2px 14px 2px;
    }

    .formb1 {
        width: 100%;
    }

    .formb2 {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .select2 {
        width: 102% !important;
    }

    .formtx1 textarea {
        padding: 14px 2px 14px 2px;
    }

    .textformblock {
        width: 100% !important;
    }

    .pageblockwrapper {
        margin-top: 60px;
    }
    .fgc-pageblockwrapper {
        margin-top: 15px;
    }
    .headerbgblock {
        position: relative;
    }

    .topheader {
        padding: 10px;
    }

    #blockconfirmation {
        margin-top: 0px;
        position: relative;
        top: 90px;
        width:100%;
    }

    .formtx select {
        width: 102%;
    }
    .action-buttonsnew {
        width: 144px;
    }
    .block-confirmation-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/*sm End*/
/* Your tablet-specific styles go here */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .icon4 {
        float: none !important;
        width: 100% !important;
    }

    .signheading2 {
        font-size: 16px;
        position: relative;
        top: 4px;
    }
    .menyblock a {
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }
}
.header-text
{
    color:black !important;
}
    .header-text:hover {
        text-decoration: underline #ff8360 !important;
    }
.footer-adjustment a:hover {
    text-decoration: underline #ff8360 !important;
}
.table-business-account tr > td > .fa-pencil,
.table-business-account tr > td > .fa-angle-down,
.table-business-account tr > td > .fa-angle-up {
    color: #71f8ff !important;
}
