﻿.dataTable th .fas {
    margin-right: 5px;
}

.dataTable td button {
    margin-right: 10px;
}
.dataTable tbody tr{
    position:relative;
}
.dataTable tbody tr input[type=text] {
    width: 100%;
}


.dataTable tbody tr td.actions{
    white-space:nowrap;
}
.dataTable tbody tr .edit {
    display: none;
}
.generic-list .dataTable tbody tr.edited .display {
    display: none;
}
.generic-list .dataTable tbody tr.edited .edit {
    display: block;
}
.dataTable tbody tr .save-bt, .dataTable tbody tr .cancel-bt {
    display: none;
}

.generic-list .dataTable tbody tr.edited .save-bt, .generic-list .dataTable tbody tr.edited .cancel-bt {
    display: inline-block;
}

.generic-list .dataTable tbody tr.edited .edit-bt {
    display: none;
}

.generic-list .dataTable.read-only-key tbody tr.edited .key-field .edit {
    display: none;
}
.generic-list .dataTable.read-only-key tbody tr.edited .key-field .display {
    display: block;
}

/*.generic-list .dataTable tbody tr.edited td:nth-child(2n+1) {
    background-color: #f1f2f3;
}*/
.generic-list .dataTable tbody tr.edited td {
    padding: 10px;
}


.blocked .dataTable tbody tr:hover {
 /*   background-color: #fff !important;*/
    transform: none !important;
}
.dataTable tbody tr.no-data {
    visibility:hidden;
}
/*.dataTable tbody tr.no-data.edited {
    visibility:visible;
}*/

.dt-buttons{
    display:inline-block;
    margin-left:30px;
    padding-bottom:10px;
}
    .dt-buttons .dt-button {
        margin-top: 4px;

    }

div.table-responsive > div.dataTables_wrapper > div.row{
    position:relative;
    margin-left:-15px;
    margin-right:-15px;
}
.blocked #Datalist1_wrapper .row:nth-child(3)::after,
.blocked #Datalist1_wrapper .row:nth-child(1)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    /*background-color: rgba(255,255,255,0.5);*/
    cursor: not-allowed;
}
.blocked #Datalist1_wrapper .table > thead th {
    cursor: not-allowed;
    opacity: 0.5;
}
.searchable-container .items{
    flex-wrap:wrap;
}
    .searchable-container .items .contracts {
        display: flex;
        flex-wrap:wrap;
        justify-content:space-around;
        width: 100%;
        overflow:hidden;
    }
    .searchable-container .items .fn,
    .searchable-container .items .qfn,
    .searchable-container .items .ships {
        font-weight: 600;
        text-align: left;
    }
    .searchable-container .items .ships {
        color: #c4f6ff;
    }
   .light .searchable-container .items .ships {
        color: #666;
    }
    .searchable-container .items .ships .iten span {
        color: #06b4bf;
        font-weight: 800;
    }
        .searchable-container .items .fn {
            color: #00ff90;
        }
    .searchable-container .items .qfn {
        color: #ff6a00;
    }
.searchable-container .items .name {
    color: #d3d3d3;
    font-weight: 600;
    width:100%;
    text-align:center;
    font-size:16px;
}
.light .searchable-container .items .name {
    color: #333;

}
    .searchable-container .items .item{
        margin-bottom:10px;
    }
        .searchable-container .items .item:hover{
            text-decoration:underline;
        }
        .searchable-container .items .contract {
            padding: 5px;
        }
    .searchable-container .items .contract:hover{
        text-decoration:underline;
    }
.searchable-container .sep{
    width:100%;
    margin:10px 0;
    height:1px;
    background-color:#fff;
}
.searchable-container .actions{
    width:100%;
    padding:10px 0;
    text-align:center;
}
.searchable-items{
    border:none;
}
.new-manager {
    text-align: center;
    width: 25%;
    min-width: 400px;
    max-width: 100% !important;
    margin: auto;
    padding: 10px 10px 0 10px;
    background-color: rgba(0,0,0,0.15);
    border-radius: 12px;
    border: solid 1px rgba(255,255,255,0.15);
}
.new-manager .row{
    padding:0 20px;
}
.new-manager input[type=text]{
    margin-bottom:20px;
}
    .new-manager h5 {
        margin: 10px 0 20px 0;
    }
    .new-manager input[type=button] {
        margin-right: 0 !important;
    }
    .new-manager input[type=text].error {
        border:solid 1px red;
    }
#Version {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
}
#Version h6 {
    text-align: center;
    margin-bottom: 0;
}
    #Version  .name {
        color: #5471ff;
    }
    #Version .date {
        color: #c4f6ff;
    }
    #Version .version {
        color: #00ff90;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
    }

    #Version .version.old {
        color: red;
    }
#Version .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:auto;
    margin:0 10px;
}
.wizard > .actions {
    margin:0;
    padding:0 5px;
}
.contract #manager {
    padding:0;
}
.wizard > .content{
    background-color:transparent;
    min-height:initial;
}
.form-group.inner{
    padding-left:0;
}
.form-area{
    padding:30px 30px 0 30px;
}
/*.form-area:nth-child(2n+1){
    background-color:#f6f6f6;
}*/

/*WIZARD */
.circle.wizard .actions ul{
    justify-content:flex-end;
}
.wizard > .actions .disabled a{
    display:none;
}
.custom-form .form-group{
    margin:0 8px 0 0;
    flex:1;
}
.custom-form .form-row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.custom-form label{
    display:inline-block;
    font-size:11px;
    margin-bottom:2px;
    padding-left:5px;
}

.custom-form .form-control{
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #1b2e4b;
    letter-spacing: 1px;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px;
    color:#1b2e4b;
    width:100%;
    text-align: center;
    background-color:transparent !important;
    font-family: monospace;
}
.custom-form .no-flex{
    flex:none;
}
.status-group .badge{
    margin-right:10px;
}
.amend-container {
    display: inline-block;   
}

.amend-container .dropdown-menu{
    box-shadow: 0 1rem 1.8rem rgb(18 38 63);
}

#elements-container{
    padding:15px 0;
    margin:0px 15px;
}