body {
    background-color: #8b8b9f;
    background-image: unset;
}

body > div#super_frame {
    height: 100%;
    display: flex;
}

body > div#super_frame > div:first-child {
    display: flex;
    margin: auto;
    margin-right: 0px;
    margin-left: calc(50% - 450px);
}

body > div#super_frame > div > div#main_frame {
    position: unset;
    height: unset;
    width: 900px;
    /*width: unset; */
    background-color: #c8c8dc;
    color:#000000;
    margin: unset;
    padding: 20px;
    border-top: 2px solid #303030;
    border-left: 2px solid #303030;
    border-bottom:2px solid #303030;
    border-right: 2px solid #303030;
    text-align: left;
    font-family: unset;
}

div#hirdetes {
    width: 188px;
    flex-wrap: wrap;
    background-color: #d21111;
    border: 2px solid #303030;
    border-radius: 2px;
    color: white;
    font-size: 105%;
    line-height: 110%;
    font-family: sans-serif;
    padding: 15px 10px;
    /* opacity: 0.75; */
    text-align: left;
    display: flex;
    flex-direction: column;
    /* position: absolute; */
    height: 100px;
    margin-left: 30px;
}

div#hirdetes > h4, div#hirdetes > h5  {
    font-weight: 700;
    font-size: 15px;
}

div#hirdetes > h4:nth-child(2)  {
    margin-top: -3px;
}

div#hirdetes > a {
    position: relative;
    height: 56px;
    width: 42px;
    left: -83px;
    /* left: 100px; */
    top: 55px;
}

form[name="buttons"] {
    margin-top: 20px;
}

form[name="buttons"], form[name="buttons"] > div#navigate {
    height: 30px;
}

form[name="buttons"] > div#navigate {
    padding: unset;
}

form[name="inputs"] {
    display: flex !important;
    /* align-items: center; */
    width: 100%;
    flex-direction: column;
}

form[name="inputs"] > div {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: calc(100% - 100px);
}

div#new_filesHandle {
background-color: #ddd;
border: unset;
border-bottom: unset;
height: 300px;
}

div#msg_result {
    background-color: #fff;
    width: 780px;
    margin: 20px 0px 0px 0px;
}

div#info {
    display: flex;
    height: unset;
    flex-direction: column;
}

input:not([type="file"]) {
    border: 2px solid;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input.new_main_button,label.new_main_button {
    color: #00f0f0;
    width: 100px;
    height: 30px;
    background: unset;
    box-shadow:inset 0px 1px 0px 0px #9acc85;
    background-color:#74ad5a;
    border:1px solid #3b6e22;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    /* font-family:Arial; */
    font-size:13px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    border-style: inset;
}

input.new_main_button.default,label.new_main_button.default {
    background: #005499;
    border-color: #c9ddff;
    box-shadow: inset 0px 1px 0px 0px #c9ddff;
    color: #fff;
    min-width: 180px;
}

label.new_main_button.default {
    min-width: unset;
    width: 97px;
}
input.new_main_button.default.small {
    min-width: 100px;
    width: 100px;
}

input.new_main_button.default:hover {
    background-color:#1495d1 !important;
}
input.new_main_button:active {
	position:relative;
	top:1px;
}

input.new_main_button.back {
    background-color: #000;
    color:#fff;
} 

input.new_main_button.red {
    background-color: red;
    color: #fff;
    width: unset;
} 


#new_right {
    text-align: left;
    margin-left: unset;
    width: unset;
    height: 300px;
    float: left;
    margin-right: unset;
}

#new_left {
    width: 270px;
    height: 275px;
    margin-left: unset;
    border-right-color: #fff;
}

#analyse_frame {
    margin-bottom: 50px;
}

input[type="file"] {
    display: none;
}
/* .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
} */


.fileinputs > input[type="file"] {
    display: none;
}
.fileinputs > .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.analise_bottom_right {
    padding: 5px;
}

.analise_bottom_right > input {
    margin-right: 10px;
}

.file-selection-info {
    font-weight:bold;
    color:black;
    text-align:center;
    margin-top: 30px;
}

.ctrl-key {
    padding: 3px 3px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid black;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
}

.select_box.analysis-files {
    background-color: #fff;
    border: 2px solid black;
    height: 220px !important;
    width: 100%;
}

#analise_bottom_left {
    margin-right: 30px;
    width: 370px;
    height: 220px;
}

.analise_bottom_right {
    width: 440px;
    height: 220px;
    background-color: #fff;
    border: 2px solid black;
}

#analise_top_left,#analise_top_right {
    border: unset;
    float: unset;
}

#analise_top_left {
    width: 455px;
    margin-right: 30px;
    text-align:center ;
}

#analise_top_right {
    width: 540px;
    text-align: center;
}

textarea#todo {
    resize: none;
    width: 100%;
    float: unset;
    color: black;
    border: 2px solid black;
    height: 300px;
    overflow: scroll;
    font-size: 100%;
    width: 100%;
    background-color: #fff;
}

div#msg_result_result_page {
    width: 100%;
    text-align: center;
    height: 30px;
    font-weight:bold;
    background-color: #ddd;
    display: flex;
}

div#msg_result_new_file_page {
    width: 100%;
    text-align: center;
    height: 30px;
    font-weight:bold;
    background-color: #ddd;
    border: unset;
    display: flex;
}

.msg_result_boder_helper {
    height: 2px;
    width: 216px;
    background: #ddd;
    position: relative;
    top: -2px
}

div#msg_result_show_file_page {
    width: 100%;
    text-align: center;
    height: 30px;
    font-weight:bold;
    background-color: #ddd;
    border: unset;
    display: flex;}

.title_container {
    display: flex;
}

#showFileBox {
    border: 1px solid #dfdf9f;
    background: #ddd;
    margin-left: 17px;
    margin-right: -200px;
    text-align: left;
    width: 565px;
    height: 300px;
    overflow: scroll;
    float: left;
}
