.alert-header {
    margin-top: 30px;
    padding: 10px 0px;
    background-color: #585a5d;
    font-size: 13px;
}

.alert-header > div {
    padding: 8px 0;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 900;
}

.alert-header a, .alert-header a:visited {
    font-weight: 900;
    padding: 8px 5px;
    /*color: #a6a8ac;*/
    color: #fbaf42;
}

.main-content.back.alert-details-page a{
    font-family: 'General Sans Variable';
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #0A0C35;
    text-decoration: none;
    display: flex;
    gap: 15px;
}

.alert-details-page{
    padding: 30px 20px 0;
    margin: auto;
    max-width: 1198px;
    padding-left: 0!important;

}

.alert-details-page.page-title{
    font-family: 'General Sans Variable';
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
}

/************************************************************************************/
/************************************************************************************/

.alert-row{
    font-size: 13px;
}

.alert-row > div {
    padding: 0px 0 14px 5px;
    display: inline-block;
    font-weight: 900;
}

.logo-cell-sp {
    width: 70%;
    position: relative;
    top: 12px;
}
.logo-cell-pn {
    width: 70%;
    position: relative;
    top: 8px;
}

.alert-row:nth-child(even) {
    color : #dddddd;
    background: #2b2b2b;
}

.alert-row:nth-child(odd) {
    color : #dddddd;
    background: #373737;
}

.alert-count {
    font-family: Lato-Regular;
    font-weight: 900;
    font-size: 20px;
}

.alert-header-description {
    width : 25%;
}

/****************************/
/*********  LOGO  ***********/
/****************************/
.logo-cell {
    position: relative;
    top: 10px;
    width: 100%;
}
.orange {
    color: #fbaf42;
}
.light-blue {
    color: #5eb5e0;
}

.alert-icon {
    position: relative;
    top: 5px;
}

.cell1 {width: 6%;}
.cell2 {width: 13%;}
.reasons {
    width: 25%;
}
.mr5 {
    margin-right: 5%;
}
.mr16 {
    margin-right: 16px;
}
.cell-detail {
    width: 25%;
}
a.alert-details-link,
a.alert-details-link:visited{
    color: #dddddd;
}
a.alert-details-link:hover{
    color: #fbaf42;
}
.alert-value {
    display: inline-block;
    width: 45%;
    text-align: right;
}

.alert-reason {
    text-align: right;
}

.alert-threshold {
    display: inline-block;
    width: 35%;
    text-align: right;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

#searchBtn, #resetBtn {
    padding: 5px;
}

#searchInput {
    padding: 5px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

/****************************/
/*******  DETAILS  **********/
/****************************/

.main-content.back{
    padding-left: 15%;
}

.back > a,
.back > a:visited{
    color: #345678;
}
.back > a:hover {
    color: #fbaf42;
}
.alert-details-page div.box {
    /*border: 1px #666 solid;
    border-radius: 10px;
    padding: 10px;*/
    margin-bottom: 20px;
    border: 1.5px solid #D1D1D6;
    border-radius: 10px;
    background: white;
    padding: 20px !important;
}

.alert-details-page div.box .title {
    /*font-weight: 900;*/
    padding: 6px 0;
    font-family: 'General Sans Variable';
    font-weight: 600;
    font-size: 16px;
    line-height: 27.2px;
    color: #101720;
    text-decoration: none;
}

.alert-details-page > div.box > div.subbox6 {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: #101720;
}

.alert-details-page > div.box > div.altbox {
    border: 1px #666 solid;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
}

.alert-details-page textarea,
.alert-details-page button,
.alert-details-page input,
.alert-details-page select {
    font-family: Lato-Light;
    border: 1px #666 solid;
    border-radius: 5px;
}
.alert-details-page input[type=submit] {
    padding: 10px 20px;
    margin: 10px 0 0;
    cursor: pointer;
    background: #ededed;
}
.alert-details-page input[type=submit]:hover{
    background: #ccc;
}

.alert-details-page input,
.alert-details-page select{
    width: 100%;
    padding: 10px;
    background: #fff;
}
.alert-details-page input[type=radio]{
    width: 30px;
}
.alert-details-page textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #E5E5EA;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: #101720;
}
.alert-details-page button{
    /*padding: 10px 20px;
    cursor: pointer;
    background: #ededed;*/
    margin: 10px 0 0;
    padding: 10px 30px;
    background: transparent;
    font-family: 'General Sans Variable';
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #101720;
    border-radius: 10px;
    border: 1.5px solid #FBAF42;
    cursor: pointer;
}
.alert-details-page button:hover{
    /*background: #ccc;*/
    background: #FBAF42;
}
.alert-details-page button.cta{
    background: #379ab4;
    color: #fff;
}
.alert-details-page button.cta:hover{
    background: #21748a;
}

.altbox.erdata > div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/****************************/
/*******  ER_FORM  **********/
/****************************/
.form-title, .form-row{
    display:flex;
    justify-content:space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.form-title div{
    width: 100%;
    text-align: center;
    background-color: #ddd;
}
.form-row div{
    width: 65%;
}
.form-row div:first-of-type{
    font-weight: 600;
    width: 30%;
}
.error{
    color:#ff0000;
    display: none;
}

.buttonbox > div{
    width: 40%;
}
.buttonbox > div.left{
    text-align: left;
}
.buttonbox > div.right{
    text-align: right;
}
.buttonbox{
    display:flex;
    justify-content:space-between;
}