.panel-title > a > h4 {
    text-transform: capitalize;
}

.panel-title > a:focus, .panel-title > a:hover, .panel-title > a > h4:hover {
    color: #000;
    text-decoration: none;
}

.panel-default > .panel-heading {
    overflow-x: auto;
    white-space: nowrap;
}

.hidden_ninja {
    display: none;
}

table.kekekes_table {
    width: 100%;
}

table.kekekes_table tr td {
    width: 50%;
    line-height: 1.42857;
    padding: 8px;
    border-top: 1px solid #e7eaec;
    vertical-align: middle;
}

table.kekekes_table {
    text-transform: capitalize;
}

table.footable > tbody > tr > td > h4 {
    text-transform: capitalize;
}

table.footable > tbody > tr > td > h4 > a {
    text-decoration: none;
}

table.footable > tbody > tr:nth-child(2n) > td {
    border-top: none;
    line-height: 0;
    padding: 0;
    vertical-align: middle;
}

table.footable {
    margin-bottom: 0;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

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

.inputfile + label {

    max-width: 80%;
    font-size: 14px;
    /* 20px */
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none !important;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #337ab7;
    padding-bottom: 10px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #5591b7;
}

input[type=checkbox].check_box_user {
    float: inherit;
    margin-left: 3%;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.hiden_button_input {
    position: absolute;
    top: -100px;
}

.ibox-content h4{
    text-transform: capitalize;
}
ul.block_one_file{
    clear: both;
    width: 100%;
    list-style: none;
}
.block_one_file>li{
    float: left;
    text-align: center;
    width: 33.333333%;
    line-height: 60px;
    vertical-align: bottom;
    /*border-bottom: 1px solid #CEC8C8;*/
    /* height: 100px; */
    /* min-width: 113px; */
    height: 60px;
    
}
.block_one_file>li:nth-child(2){
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul.status{
    list-style: none;
    font-size: 20px;
    background-color: aliceblue;
}
.docuemnt_user{
    background-color: #F7F7F7;
    border: none;
}
ul.add_file_and_list{
    float: left;
    list-style: none;
    clear: both;
    width: 100%;
}
ul.add_file_and_list>li{
    width: 50%;
}
.ibox-content h4 {
    margin-top: 5px;
    color: inherit;
    font-size: 20px;
    font-weight: 100;
}
.sr-only{
    position: inherit;
}
.modal-image{
    width: 100%;
}
.file_name>button{
    min-width: 150px;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list_doc{
    list-style: none;
    margin: 5px 0;
}
.left-stick{
    float: left;
}
.row-documents,.data-row-groups,.row{
    clear:both;
}
.button-row{
    margin-left: 0;
    margin-right: 0;
}
input[type="checkbox"]{
    margin-right: 5px;
}
ul{
    list-style: none;
}
.data-row-groups>ul{
    margin-left: 1px;
    padding-left: 10px;
}

.document-group{
    margin: 10px 0;
}
.form-create-doc-group{
    margin: 10px 0;
}
label {
    font-weight: 500;
    margin: 3px 10px;

}
.input-group-name{
    margin-bottom:5px;
}
.send-groups{
    margin-top: 5px;
}
.up_case+.form-control{
    margin: 5px 0;
}
form#documents{
    margin:10px 0;
}

.ajax-file-upload input[type=file] {
    display: block;
}
h5,.ibox-title>h5{
    font-size:18px;
    font-weight:300;
}

.ajax-upload-dragdrop{
    border:1px solid #efefef !important;
    max-width: 497px !important;
    width: 100% !important;
}
.ajax-file-upload{
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;
    color: #FFFFFF !important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 132px !important;
    height: 34px !important;
    box-shadow: none !important;
    margin-bottom: 5px !important;
}

#StatusPopup{
    z-index: 10000 !important;
}
.w70{
    width: 116px;
}

.status-paragraph{
    margin: 3px 9px 10px;

}
.status-inside{
    max-width: 175px;
}
.ajax-file-upload-filename{
    width: 500px !important;
}
.commentclass{
    width:70px;
    float: left;
}
.text-comment{
    width: 285px;
}
input {
    text-transform: none !important;
}
@media all and (min-width:768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
.status-button-start-page{
    margin-left: 10px;
}
.status-button-start-page:nth-child(1){
    margin-left: 0;
}
.status-doc-button-modal{
    margin-left: 10px;
}


