﻿.contentbox {

}

.contentbox-header {
    border: none;
    outline: none;
    background: #E5E9EC;
    font-size: 18px;
    height: 60px;
}

.contentbox-header h3 {
    font-size: 18px;
    color: #212121;
    font-family: sans-serif;
}

.contentbox-topbar {
    border: none;
    outline: none;
    background: #ffffff;
    font-size: 18px;
    overflow: hidden;
    height: 60px;
}

.contentbox-body {
    border: none;
    outline: none;
    background: #ffffff;
    font-size: 18px;
    overflow: hidden;
}

.contentbox-body-small {
    height: 123px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contentbox-footer {
    border: none;
    outline: none;
    background: #ffffff;
    font-size: 18px;
    height: 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contentbox input[type="submit"] {
    background-color: #3b3b3b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    padding: 10px 13px 10px 13px;
    outline: none;
    border: 1px solid rgb(150, 168, 178);
    font-weight: bold;
}

    .contentbox input[type="submit"]:hover {
        border: 1px solid #ffffff;
        background-color: #A4CB00;
    }

.contentbox input[type="text"],
.contentbox input[type="password"] {
    font-family: sans-serif;
    text-indent: 5px;
}

.contentbox input[type="date"]{
    font-family: sans-serif;
}

.contentbox input[type="tel"] {
    font-family: sans-serif;
}

.contentbox input[type="email"] {
    font-family: sans-serif;
}

.contentbox span {
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif;
}

.contentbox .photo-box {
    width: 50%;
    height: 50%;
    float: left;
}

.contentbox .photo-box img {
   margin-left: calc(50% - 25px);
   margin-top: 20px;
   margin-bottom: 10px;
}

.contentbox .photo-box i {
    margin-left: calc(50% - 25px);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 50px;
}

.contentbox .photo-box span {
    margin-left: calc(50% - 25px);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 50px;
}

.contentbox .photo-box h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.contentbox .photo-box a {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
}

    .contentbox .photo-box a:hover {
        color: #ffffff;
    }

.contentbox textarea {
    resize: none;
    width: 100%;
    font-family: sans-serif;
    text-indent: 5px;
}

page-wrap {
    align-content: center;
    margin-top: 30px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

wrap-small-left {
    width: 24.9%;
    float: left;
    margin-bottom: 10px;
}

wrap-big-right {
    width: 75%;
    float: right;
}

wrap-left {
    width: 49.9%;
    float: left;
    margin-bottom: 10px;
}

wrap-right {
    width: 50%;
    float: right;
    margin-bottom: 10px;
}

wrap-big {
    width: 100%;
}

.contentbox a {
    color: #3b3b3b;
    transition: 0.3s;
    text-decoration: none;
}

    .contentbox a:hover {
        color: #A4CB00;
    }


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }


.contentbox button[type="button"] {
    background-color: #3b3b3b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    padding: 10px 13px 10px 13px;
    outline: none;
    border: 1px solid rgb(150, 168, 178);
    font-weight: bold;
}

    .contentbox button[type="button"]:hover {
        border: 1px solid #ffffff;
        background-color: #A4CB00;
    }

.contentbox .dashboard-button {
    background-color: #3b3b3b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    padding: 10px 13px 10px 13px;
    outline: none;
    border: 1px solid rgb(150, 168, 178);
    font-weight: bold;
}

    .contentbox .dashboard-button:hover {
        border: 1px solid #ffffff;
        background-color: #A4CB00;
        color: #ffffff;
    }

.modal-open .modal-backdrop.in:nth-child(2) {
    opacity: .5
}

.modal-backdrop.in {
    opacity: 0
}

.contentbox-footer a {
    background-color: #3b3b3b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    padding: 10px 13px 10px 13px;
    outline: none;
    border: 1px solid rgb(150, 168, 178);
    font-weight: bold;
    cursor: pointer;
}

    .contentbox-footer a:hover {
        border: 1px solid #ffffff;
        background-color: #A4CB00;
        color: #ffffff;
    }

a .fa .fa-times:hover {
    color: #ff0000;
}

.field-validation-valid,
.field-validation-error {
    color: #ff0000;
}

.pagination {
    display: inline-block;
}

    .pagination .fa {
        color: black;
        float: left;
        padding: 11px 14px;
        text-decoration: none;
        transition: background-color .3s;
    }

    .pagination .indicator {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
    }

        .pagination .indicator:hover {
            color: black;
        }

    .pagination .fa:hover {
        background-color: #A4CB00;
        color: white;
    }

.planing-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #E5E9EC;
    font-family: sans-serif;
    font-size: 18px;
    font-size: 16px;
    text-wrap: normal;
    word-wrap: break-word;
}

    .planing-table th, .planing-table td {
        text-align: center;
        border: 2px solid #ffffff;
        padding: 10px;
        border: 1px solid #ffffff;
        padding: 1px;
    }

    .planing-table th {
        background-color: #E5E9EC;
    }

    .planing-table tbody tr {
        cursor: pointer;
    }

    .planing-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .planing-table tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .planing-table tbody tr:hover {
        background-color: #A4CB00;
        color: #ffffff;
    }

.style-button {
    background-color: #3b3b3b !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    padding: 10px 13px 10px 13px;
    outline: none;
    border: 1px solid rgb(150, 168, 178) !important;
    font-weight: bold;
}

    .style-button:hover {
        border: 1px solid #ffffff !important;
        background-color: #A4CB00 !important;
    }

/*.planing-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #E5E9EC;
    font-family: sans-serif;
    font-size: 16px;
    table-layout: fixed;
}

    .planing-table th, .planing-table td {
        text-align: center;
        border: 1px solid #ffffff;
        padding: 1px;
    }

    .planing-table th {
        background-color: #E5E9EC;
    }

    .planing-table tbody tr {
        cursor: pointer;
    }

    .planing-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .planing-table tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .planing-table tbody tr:hover {
        background-color: #A4CB00;
        color: #ffffff;
    }*/

.tbl-content {
    overflow-x: auto;
    max-height: 500px;
    margin-bottom: 20px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}