.webs .web div {
    width: 50%;
    float: left;
    line-height: 35px;
    font-size: 25px;
    font-weight: bold;
}


.tablerespo {
    text-align: center;
}

.tablerespo {
    max-width: 700px;
    margin: 0 auto;
}

.table-incident {
    width: 100%;
    text-align: left;
    color: #002668;
    border: 1px solid #e6effe;
    border-radius: 5px;
    margin-bottom: 70px;
    font-size: 1.4rem;
    box-shadow: 0 3px 5px rgba(15, 101, 246, 0.24);
}

.table-incident tr:nth-child(2n) {
    background-color: #e6effe;
}

.table-incident th {
    width: 30%;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.smallFile {
    font-size: 83%;
    color: silver;
}

.tabs {
    width: 100%;
    border-bottom: 1px solid silver;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.tabs a {
    text-decoration: none;
    color: silver;
    padding: 8px 12px;
    background-color: #f5f5f5;
    margin-right: 6px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 1.4rem;
}

.tabs a .badge {
    font-size: 80%;
    position: relative;
    color: white;
    padding: 3px 7px;
    border-radius: 10px;
    position: relative;
    top: -16px;
    background: #FA5252;
}

.tabs a.active .badge {
    background: #FA5252;
}

.tabs a.active {
    color: #002668;
    font-size: 1.4rem;
    font-weight: bold;
}

.noContent {
    display: block;
    color: silver;
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}


.notes {
    text-align: center;
    width: 100%;
}

.note-box {
    background-color: white;
    border: 1px solid #e6effe;
    border-radius: 5px;
    box-shadow: 0 8px 10px rgba(15, 101, 246, 0.24);
    padding: 15px;
    max-width: 600px;
    margin: 0 auto 40px;
}

.note-box .row strong {
    text-align: left;
}

.note-box p {
    text-align: left !important;
    color: black !important;
}

.note-box span.datetime {
    text-align: right;
    display: block;
    font-size: 80%;
    color: silver;
}

.notes .arrow {
    background-color: #e6effe;
    width: 50px;
    height: 50px;
    margin: 0 auto 40px;
    border-radius: 25px;
}

.notes .arrow svg {
    width: 20px !important;
    height: 20px !important;
    margin-top: 15px;
}

.notes .arrow svg path {
    fill: rgb(242, 0, 104);
    stroke: rgb(242, 0, 104);
}

main section.form .information-list .information-box .status-box.message:before {
    width: 28px;
    height: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 14px);
    background-image: url(/templates/data/images/icons-message.svg);
}

main section.form .information-list .information-box .status-box.email:before {
    width: 28px;
    height: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 14px);
    background-image: url(/templates/data/images/icons-email.svg);
}

.currentState {
    display: block;
    margin-bottom: 30px !important;
    background: #e6effe;
    padding: 15px;
    border-radius: 15px;
}

@media only screen and (max-width: 900px) {
    .tabs {
        border-bottom: 0px;
    }

    .tabs a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }

    .tabs a .badge {
        top: 0px;
        background-color: transparent !important;
        color: silver;
    }

    .tabs a .badge::before {
        content: '(';
    }

    .tabs a .badge::after {
        content: ')';
    }

    .tabs a.active .badge {
        color: #002668 ]
    }
}

.errors .missing{
    text-align: center;
    font-family: OpenSans-Bold;
    width: 100%;
    background: red;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.errors .missing a{
    color: white;
}

.errors .check{
    text-align: center;
    font-family: OpenSans-Bold;
    width: 100%;
    background: #ff8c00;
    color: white;
    padding: 15px;
    margin-top: 12px;
    border-radius: 5px;
    margin-bottom: 40px;

}
.errors .check a{
    color: white;
}

.table-search {
    font-family: OpenSans-Bold;
    color: #002668;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
}

.table-search th {
    background: #e6effe;
    color: #002668;
    text-align: left;
    padding: 10px;
    width: 50%;
}

.table-search th a {
    color: #002668;
}

.table-search small {
    margin-top: 5px;
    display: block;
    font-family: OpenSans-Regular;
    font-size: 90%;
    font-weight: 100;
}

.table-search th.head {
    border-bottom: 1px solid #868E96;
    width: 100%;
}

.table-search td{
    padding: 5px;
    text-align: left;
    font-family: OpenSans-Regular;
    font-size: 12px;
}

main section.form {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.status{
    font-family: OpenSans-Regular !important;
    font-size: 1.2rem !important;
    color: #fff !important;
    padding: 3px 8px !important;
    border-radius: 5px;
    margin-left: 10px;
}

.table-search tbody tr:nth-child(2n){
    background-color: #e6effe;
}

.table-search td.new{
    text-align: center;
    color: white;
    padding: 20px;
}

.table-search td.green{
    text-align: right;
    padding:0;
    padding-bottom:30px;
}

.table-search td.new a{
    font-family: OpenSans-Bold;
    color: #002668;
    border: 1px solid #868E96;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 10px;
}
table.table-info tbody tr td {
    font-family: OpenSans-Regular!important;
    text-align:left!important;
}
table.table-info tbody tr td.center {
    text-align:center!important;
}
section.topform {
    margin: 30px;
}
@media only screen and (min-width: 767px) {
    .newleftside {
        width: 75% !important;
        padding-left: 25% !important;
    }
}

.table-summary th{
    padding: 8px 10px;
    font-family: OpenSans-Bold;
    text-align: right;
    font-size: 90%;
}

.table-summary td{
    padding: 8px 10px;
    font-family: OpenSans-Regular;

}
.contract-box {
    background-color: #e6effe;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    padding: 20px 20px;
    margin-top: 60px;
    box-shadow: 0 8px 10px rgba(15,101,246,0.24);
}
.contract-box .head {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.contract-box .head strong {
    color: #002668;
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
    margin: 0;
}
.contract-box .head span {
    font-family: OpenSans-Regular;
    font-size: 1.4rem;
    color: #002668;
    float: right;
}
.contract-box .head span a {
    font-family: OpenSans-Bold;
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    padding: 6px 13px;
    background-color: #1ad67b;
    border-radius: 5px;
    margin-left: 10px;
}
.contract-box .description table tr th, .contract-box .description table tr td {
    text-align:left;
    padding: 2px 5px;
}
.contract-box .description .left-box, .contract-box .description .right-box {
    width:50%;
    float:left;
}
.description:after {
    content: "";
    clear: both;
    display: table;
}