/* here you can put your own css to customize and override the theme */

body {
    font-family: "Open Sans",sans-serif,"Helvetica Neue";
}

.btn {
    text-shadow: none;
    font-size: 14px;
}

    .btn.dropdown-toggle {
        text-transform: unset;
        color: #555;
        font-weight: normal;
        font-size: 14px;
    }

.compulsory:after {
    content: " *";
    color: red;
}

.top-menu > .nav > li > a.link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 14px 7px 14px;
    margin-right: 5px;
}

.page-header {
    height: auto;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.07);
}

.page-content {
    min-height: 500px;
}

.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
    font-size: 23px;
}

.widget-thumb .widget-thumb-wrap .widget-thumb-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
}

.list-group.no-border > .list-group-item {
    border-bottom: 2px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 20px 20px;
}

.list-group-item .list-group-item-heading i {
    margin-right: 10px;
}

.table.spaced td {
    padding: 20px;
    border-top: 0px solid #e7ecf1;
    border-bottom: 1px solid #e7ecf1;
}

.portlet.light .portlet-form .form-actions,
.portlet.light .form .form-actions {
    border-top: 1px solid #e7ecf1;
}

.form-horizontal .form-group h4 {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

footer {
    background-color: #FFF;
    padding: 10px 0;
}

    footer .footer-img {
        margin-top: 10px;
        height: 35px;
    }

.socicons {
    text-align: left;
    padding-top: 20px;
}

.socicon-btn {
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 15px;
    padding: 7px;
    color: #3f444a;
    border-radius: 50%;
    margin-left: 5px;
    color: #FFF;
    font-style: normal;
    display: inline-block;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}

    .socicon-btn > a {
        color: #FFF;
    }

.facebook-btn {
    background: #3598dc;
}

.twitter-btn {
    background: #32c5d2;
}

.google-btn {
    background: #e7505a;
}

.linkedin-btn {
    background: #3598dc;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

footer a,
footer p {
    font-size: 15px;
}

.portlet-body .form-box {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #e7ecf1;
    padding: 20px !important;
}

.horizontal-form textarea {
    height: 108px;
}

.small-title > h4 {
    font-weight: bold;
    color: #3e3e3e;
    text-align: left;
    margin-bottom: 30px;
    text-decoration: underline;
    margin-top: 20px;
}

.form-view .control-label {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

    .form-view .control-label:after {
        content: " : ";
    }

.form-view .form-group {
    margin-bottom: 10px;
}

.marginL10 {
    margin-left: 10px;
}

.table.custom {
    border: 1px solid #e7ecf1;
}

    .table.custom > thead {
        border: 1px solid #7f7f7f;
    }

        .table.custom > thead > tr > th {
            background-color: #7f7f7f;
            color: #FFF;
            letter-spacing: 1px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
        }



    .table.custom > tbody > tr.table-sub-title {
        background-color: #eef1f5;
        font-weight: bold;
    }

    .table.custom td {
        vertical-align: middle;
    }

    .table.custom .btn.red {
        margin: 0px;
    }

.table-bordered.table.custom > thead > tr > th {
    border: 1px solid #7f7f7f;
}

.padding0 {
    padding: 0px !important;
}

.table-bordered.table.custom tr > th:first-child,
.table-bordered.table.custom tr > td:first-child {
    width: 20%;
}

.table-bordered.table.custom tr > th:not(:first-child),
.table-bordered.table.custom tr > td:not(:first-child) {
    text-align: center;
}

.table-bordered.table.custom tr > th:last-child,
.table-bordered.table.custom tr > th:last-child {
    width: 16%;
}

.table.custom .table.custom {
    margin-bottom: 0px;
}

/* Cubic Bezier Transition */
/***
Error Pages
***/
/* 404 page option #1 */
.page-404 {
    text-align: center;
}

    .page-404 .number {
        position: relative;
        top: 35px;
        display: inline-block;
        letter-spacing: -10px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 128px;
        font-size: 128px;
        font-weight: 300;
        color: #7bbbd6;
        text-align: right;
    }

    .page-404 .details {
        margin-left: 40px;
        display: inline-block;
        padding-top: 0px;
        text-align: left;
    }

/* 500 page option #1 */
.page-500 {
    text-align: center;
    margin-top: 50px;
}

    .page-500 .number {
        display: inline-block;
        letter-spacing: -10px;
        line-height: 128px;
        font-size: 128px;
        font-weight: 300;
        color: #ec8c8c;
        text-align: right;
    }

    .page-500 .details {
        margin-left: 40px;
        display: inline-block;
        text-align: left;
    }

/* 404 page option #2*/
.page-404-full-page {
    overflow-x: hidden;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fafafa !important;
}

    .page-404-full-page .details input {
        background-color: #ffffff;
    }

    .page-404-full-page .page-404 {
        margin-top: 100px;
    }

/* 500 page option #2*/
.page-500-full-page {
    overflow-x: hidden;
    padding: 20px;
    background-color: #fafafa !important;
}

    .page-500-full-page .details input {
        background-color: #ffffff;
    }

    .page-500-full-page .page-500 {
        margin-top: 100px;
    }

/* 404 page option #3*/
.page-404-3 {
    background: #000 !important;
}

    .page-404-3 .page-inner img {
        right: 0;
        bottom: 0;
        z-index: -1;
        position: absolute;
    }

    .page-404-3 .error-404 {
        color: #fff;
        text-align: left;
        padding: 70px 20px 0;
    }

    .page-404-3 h1 {
        color: #fff;
        font-size: 130px;
        line-height: 160px;
    }

    .page-404-3 h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .page-404-3 p {
        color: #fff;
        font-size: 16px;
    }

@media (max-width: 480px) {
    .page-404 .number,
    .page-500 .number,
    .page-404 .details,
    .page-500 .details {
        text-align: center;
        margin-left: 0px;
    }

    .page-404-full-page .page-404 {
        margin-top: 30px;
    }

    .page-404-3 .error-404 {
        text-align: left;
        padding-top: 10px;
    }

    .page-404-3 .page-inner img {
        right: 0;
        bottom: 0;
        z-index: -1;
        position: fixed;
    }
}

#dvRepresentation {
    margin-top: 20px;
}



.list-group.no-border > .list-group-item {
    border-bottom: 2px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 20px 20px;
    border-radius: 0px;
}

.list-group-item .list-group-item-heading i {
    margin-right: 10px;
}

.list-group-item-heading {
    margin-bottom: 10px;
}

.marginB0 {
    margin-bottom: 0px;
}

.mt-comments .mt-comment {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-top: 20px;
}

.comment-sec {
    padding-top: 10px;
}

    .comment-sec textarea {
        border-radius: 0px;
    }

.padding0 {
    padding: 0px;
}

.paddingR0 {
    padding-right: 0px;
}

.comment-sec .btn {
    padding: 15px;
}