/*! Interimar 
/*! First normal css, next media queries if applies */

/* Links */
a {
    color: #13b1cd;
    text-decoration: none;
  }
  
  a:focus, a:hover {
    color: #1095ac;
    text-decoration: none;
  }
  
  a:focus {
    outline: none;
  }

.interimar_body
{
    background-color: white;;
}

.im_revision_module {
    width: 100%;
    text-align: center;
    background-color: white;
    padding-top: 80px;
}

.im_title_revision_regular {
    width: 100%;
    font-size: 29px;
    font-weight: bolder;
    color: var(--intermodules_dark_blue);
    font-family: mustica_semibold;
}

.interimar_logo_revision{
    width: 224px;
    margin-top: -69px;
    float: right;
    position: relative;
}

.interimar_logo_revision img{
    width: 100%;
}

.interimar_logo_solo{
    width: 50%;
    margin: 0 auto;
    padding-top: 25%;
    padding-left: 25px;
}

.interimar_logo_solo img{
    width: 100%;
}

.file_list_container {
    position: relative;
}

.file_list_button {
    background-color: #4377a7;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

.file_list_button:hover {
    background-color: #6485a5;
}

.disabled_button {
    background-color: #757575;
}

.issue_no_action{
    font-size: 18px;
}

.mail_color{
    color:  #0073ed;
    text-decoration: underline;
}

.highlight_value{
    color:  #0073ed;
}

.revision_content{
    font-size: 17px;
    background-color: white;
    border-radius: 35px;
    box-shadow: 0px 0px 20px 6px rgb(0 0 0 / 9%);
    padding: 53px;
    text-wrap: balance;
    line-height: 1.8;
}

.drop_zone {
    width: 150px;
    height: 150px;
    border: 2px dashed #ccc;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    padding-bottom: 6px;
    padding-left: 5px;
}



/*! bn-admin css */ 
::-webkit-scrollbar {
    width: auto !important;  /* DONT Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
  }

.p_relase_color{
    color: #a30808; 
}

.p_test_color{
    color: #067e02;
}

.p_dev_color{
    color: #0a60b1;
}

.p_preprod_color{
    color: #c40aeb;
}

.p_preprod{
    background-color: #c40aeb;
}

.p_relase{
    background-color: #a30808;
}

.p_test{
    background-color: #067e02;
}

.p_dev{
    background-color: #0a60b1;
}

.p_relase, .p_test, .p_preprod, .p_dev{
    height: 65px;
}

.collapsible {
    background-color: #004A90;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #3183d1;
}

.delete_icon{
    margin-left: -2px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 22px !important;
    text-align: center;
}

.delete_row{
    text-align: center; 
    width: 53px;
}

.input_fields {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input_fields_small {
    width: 200px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input_fields_mini {
    width: 100px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    
}

.contract_text{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.date_field {
    width: 170px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.mini_input_field {
    width: 100px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.auto_width{
    width: auto;
}

/* TEST section*/
.test_action{
    cursor: pointer;
}

.left_menu_title{
    display: block;
    cursor: pointer;    
}

.hidden_left_menu{
    height: 0;
    overflow: hidden;
}

.center{
    text-align: center;
}

.test_table{
    display: table;
    border-collapse: collapse;
}

.test_row{
    display: table-row;
}

.test_cell{
    display: table-cell;
    min-width: 75px;
    border: #c3c3c3;
    border-style: solid;
    border-width: 1px;    
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.test_passed_mark::before{
    font-size: 19px;
    color: green;
    content: "\2713";
    width: 100%;
    text-align: center;
    font-weight: bolder;
    display: block;
}

.test_failed_mark::before{
    font-size: 19px;
    color: red;
    content: "X";
    width: 100%;
    text-align: center;
    font-weight: bolder;
    display: block;
}

.test_running::before{
    font-size: 20px;
    color: rgb(65, 65, 65);
    content: "...";
    width: 100%;
    text-align: center;
    display: block;
}

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-xlarge{font-size:22px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}



/* END TEST */

.selected_row{
    background-color: #6fdd6b !important;
} 

.purchases_rows {
    cursor: pointer;
}

.bn_admin_env_version{
    position: relative;
    display: flex;
    color: white;
    font-size: 10pt;
    margin-left: 11px;
    padding-bottom: 3px;
    height: 100%;
    align-items: flex-end;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #c3c3c3;
}

.admin_popup{
    background-color: rgba(17, 17, 17, 0.336);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 900;
}

.admin_popup_window{
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 65%;
    height: 70%;
    background-color: white;
    overflow: auto;
    -webkit-box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    align-items: baseline;
    margin-top: 110px;
    justify-content: center;
    z-index: 9999999;
}

.admin_popup_security_window {
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 65%;
    height: 70%;
    background-color: white;
    overflow: auto;
    -webkit-box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    margin-top: 110px;
    flex-direction: column;
    padding: 10%;
    font-size: 23px;
    z-index: 9999999;
}

.ap_button_small{
    color: white !important;
    background-color: #004A90;
    border-radius: 32px;
    min-width: 140px;
    width: fit-content;
    height: 40px;
    font-size: 19px;
    margin: 0 auto;
    border: none;
    display: inline-block;
    cursor: pointer;
  }

  .input_drag_and_drop {
    width: 410px;
    padding: 54px 90px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 22px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 20pt;
}


.input_styled{
    width: fit-content;
    padding: 0px 19px;
    margin: 9px 0 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15pt;
    display: flex;
    align-items: center;
    align-content: flex-end;
    line-height: 45px;
    padding-right: 40px;
}

.styled_input_icon{
    display: inline;
    font-size: 18pt;
    margin-top: 1px;
}

.styled_input input[type="file"] {
    display: none;
}

.pink_highlight{
    background-color: #d005fb;
}

.bn_admin_edit_platform_categories_col
{
    width: 100px;
    margin-right: 40px;
}

.big_checkbox{
    transform: scale(2);
    margin-left: 16px !important;
}

.m_col {
    width: 49%;
    padding: 50px;
    margin: 0 auto;
}

.m_table{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.title_menu{
    margin-top: 35px;
    margin-bottom: 0;
    background-color: #111;
    color: white;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    width: 100%;
    font-size: 14pt;
    flex-direction: column;
    justify-content: space-around;
}

.changelog_panel{
    height: 100vh;
    overflow: scroll;
}

.info_m{
    color: #a554ff;
    font-weight: bold;
}

.warning{
    color: red;
    font-weight: bold;
}

.info{
    color:#004A90;
    font-weight: bold;
}


.select_def{
    width: 450px;
}


.admin_menu_left{
    width: 300px;
    background-color: #fbfbfb;
    color: #474747;
    text-align: left;
    padding: 20px;
    position: absolute;
    top: 65px;
    bottom: 0;
}


.admin_panel_content{
    position: absolute;
    left: 300px;    
    top: 65px;
    bottom: 0;
    width: calc(100% - 300px);
}


.admin_module{
    padding: 20px;
    margin: 0 auto;
    padding-left: 80px;
}


.inline_input_row{
    display: flex;
    align-items: center;
    min-height: 57px;
}

.inline_input_row_col1{
    min-width: 190px;
}

.inline_input_row_col2{
    width: 100%;
    margin-right: 50px;
}


.ap_right_button {
    color: white !important;
    background-color: #004A90;
    border-radius: 32px;
    min-width: 190px;
    width: fit-content;
    height: 60px;
    font-size: 19px;
    border: none;
    display: block;
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

.register_kit_radios{
    width: 90%;
    display: flex;
    flex-direction: row;    
    justify-content: center;
    padding: 15px 0;
}

.register_kit_radio{
    padding: 0 20px;
}

.custom_label {
    font-size: 1.0125rem;
    font-weight: 500;
    color: #242424;
    margin-bottom: 0.25rem;
}

.label_row{
    display: flex;
}

.required_field::after {
    content: '*';
    color: red;
  }


/* .ap_table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    max-width: 100% !important;
    min-width: 70%;
} */

.ap_table td, .ap_table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 6px !important;
}

.t_green{
    color: rgb(11, 150, 11);
}

.t_red{
    color: rgb(173, 8, 8);
}


@media print {
    
    .revision_content {
        font-size: 17px;
        background-color: white;
        border-radius: 35px;
        box-shadow: none;
        padding: 0;
        text-wrap: balance;
        line-height: 1.8;
    }

    .im_general_content {
        width: 91%;
        max-width: 100%;
        margin: 0 auto;
    }

    .interimar_logo_revision{
        margin-top: -82px;
    }
    
}
