html{
    /*font-size: 112.5%;*/
}
body {
    font-family: Arial, sans-serif;
    margin:0px;
}
/*General css*/
#outer-container{
    margin-bottom: 4.0rem;
}
button{
    cursor: pointer;
}

.query_content
{
    border-top: 1px solid rgb(95, 175, 223);
    padding-top:10px;
    background-color: #bfd0e4;
}

.ecl-file__container_custom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1.0rem;
}

.ecl-file__container_custom_1 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    padding-top: 4rem;
}

.welcome-area{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    word-break: break-word;
    padding:0rem 1rem 0rem 1rem;
    margin: 0.5rem 0rem 0.5rem 0rem;
}
.welcome-area h1{
    margin: 0.5rem 0rem 0.5rem 0rem;
}
.welcome-area p{
    margin: 0.5rem 0rem 0.5rem 0rem;
}
.tiles {
    display: block;
    padding: 1em 0;
    color: #004494;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.22rem;
    border-top: 3px solid #ffd617;
    cursor: pointer;
}
.tiles-focus{
    border-top-color: #004494;
}
.form-container{
    background-color: rgba(207, 207, 207, 0.23);
    margin-bottom: 2rem;
    border-radius: 0 0 .28571429rem .28571429rem;
}
.form-title{
    background-color: #006fb4;
    color: #FFFFFF;
    padding: 0.5rem 1.0rem 0.5rem 1.0rem;
    font-family: Arial, sans-serif;
    border-radius: .28571429rem .28571429rem 0 0;
    margin: 0;
}
.form-content{
    padding: 1rem;
}
.form-desc{
    text-align: justify;
    word-wrap: break-word;
    margin: 0;
}
.form-content-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form-input{
    width: 100%;
}

span.error
{
    color:#FF0000;
}

#message-icon{
    display: flex;
    align-items: center;
}
.arc-detail-inner-row>td:nth-child(2){
    border: none;
}

.result_report{
    text-align: center;
}
.table-paginator{
    display: flex;
    justify-content: space-between;
}
.paginator-top{
    margin-bottom: 2.0rem;
}
.paginator-bottom{
    margin-top: 2.0rem;
}
.top-link{
    display: flex;
    justify-content: center;
}
.tariff_susp-inner-table > td{
    word-break: break-word;
}
.rd-detail-inner_table{
    margin-bottom: 2rem !important;
}
.page-title{
    margin-top: 0.5rem !important;
}



/*Css for small displays*/
@media screen and (max-width:996px ) {
    #language-selector-overlay{
        display: none;
    }
    
    .tiles{
        text-align: center;
    }
    .table-result{
        table-layout: auto !important;
    }
    .ellipsis{
        width: 100%;
    }
    .form-label{
        flex-basis: 100%;
        margin-bottom: 0.2rem !important;
    }
    .form-select_container{
        flex-basis: 100%;
    }
    .form-input_container{
        flex-basis: 100%;
    }
    .form-select>div{
        width: 100%;
    }
    .form-input_container input{
        width: 100%;
    }
    .form-button-area{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-button-area div{
        margin: 0.1rem;
    }
    .form-button{
        width: 100% !important;
        display: flex !important;
        flex-grow: 0;
        justify-content: center;
    }
    #extractBtN{
        margin-top: 0.2rem;
    }
    .tariff_susp-inner-table>td:nth-child(1){
        text-align: center;
    }
    .tariff_susp-inner-table>td:nth-child(2){
        text-align: center;
    }
    .tariff_susp-inner-table>td:nth-child(3){
        text-align: justify;
    }
    .tariff_susp-inner-table>td:nth-child(4){
        text-align: justify;
    }
    #disclaimer{
        width: 100%;
    }
    #disclaimer>h5{
        text-align: center;
    }
    #disclaimer>p{
        text-align: justify;
    }
    #error-message-container{
        word-break: break-all;
    }
    .rd-detail-inner-row > td{
        display: block;
        /*width: 100%;*/
        padding: 1rem;
        word-break: break-word;
    }
    .rd-detail-inner-row >td:first-child{
        text-align: center;
    }
    .rd-detail-inner-row > td:last-child{
        background-color: #f5f5f5;
        text-align: justify;
    }
}
/*Css for large displays*/
@media screen and (min-width: 996px){
    #language-selector-overlay{
        display: none;
    }
    .ecl-site-header-harmonised__menu{
        padding: 1rem .75rem 1rem 1rem;
    }
    .page-header__body{
        padding: .66rem 0;
    }
    .page-header__title{
        color: #bfd0e4;
        font-size: 1.22rem;
        margin-bottom: .66rem;
        margin-top: .66rem;
    }

    .welcome-area p{
        max-width: 100%!important;
        text-align: justify;
    }
    .update-date{
        display: inline-block;
        vertical-align: middle;
    }
    .grid{
        padding: 2.0rem 1.0rem 2.0rem 1.0rem;
    }

    /*Forms*/
    .form-label{
        flex-basis: 20%;
        word-break: break-word;
        box-sizing: border-box;
        padding-right: 1rem;
    }
    .form-select_container{
        flex-basis: 70%;
    }
    .form-select{
        padding-left: 0.5rem;
        box-sizing: border-box;
    }
    .form-select>div{
        width: 50%;
    }
    .form-input_container{
        box-sizing: border-box;
        flex-basis: 70%;
        padding-left: 0.5rem;
    }
    .form-input_container input{
        width: 70%;
    }
    .form-button-area{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .form-button-area>div:nth-child(1){
        margin-right: 0.2rem;
    }
    .form-button{
        width: 10rem;
    }
    .ellipsis
    {
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;

    }
    .oddRow{
        background-color:#f5f5f5
    }
    .table-result{
        table-layout: fixed;
        width: 100%;
    }
    .ecl-page-header{
        padding-bottom: 0 !important;
        border-top-width: 0;
    }
    .priority_col{
        width: 15%;
        word-break: break-word;
    }
    .more-info_col{
        width:15%;
    }
    .request-status_col{
        width: 30%;
    }
    .order-number_col{
        width: 10%;
        word-break: break-word;
    }
    .tariff_susp-inner-row > td:nth-child(1){
        word-break: break-word;
        width:30%;
    }
    .rd-detail-inner-row>td:first-child{
        width: 30%;
        padding: 1rem;
        word-break: break-word;
    }
    .rd-detail-inner-row>td:last-child{
        padding: 1rem;
        word-break: break-word;
    }
}



