﻿@import url("https://fonts.googleapis.com/css?family=Kanit:300,400,500,700,900");

html,
body {
    height: 100%;
    font-family: 'Kanit', sans-serif;
}

body {
    min-height: 100%;
    background: #F4F3F1;
    font-size: 0.95rem;
    /*background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;*/
}

.main-header {
    background: #EFE8D8;
    /*background-image: url(../images/bg-header.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content {
    padding-top: 150px;
    padding-bottom: 150px;
}


.bg-white {
    background-color: #fff;
}

.cgold {
    color: #b39962 !important;
}

.cpurple {
    color: #B5AB96 !important;
}

.cpurple-light {
    color: #B5AB96 !important;
}

.fs2re {
    font-size: 2.3rem;
}

.fs3re {
    font-size: 3rem;
}

.fsup {
    letter-spacing: 5px;
    text-transform: uppercase;
}

.fs85 {
    font-size: 0.85rem;
}

.fs-ss {
    font-size: 70%;
}

.tidt5 {
    text-indent: 5%;
}

.error {
    color: red;
}

.pre-line {
    white-space: pre-line;
}

.btn {
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-brother {
    cursor: pointer;
    background-color: #B5AB96;
    color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btn-brother:hover {
        color: #fff;
    }

.btn-brother-outline {
    background-color: #ffffff;
    color: #B5AB96;
    border: 1px solid #B5AB96;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btn-brother-outline:hover {
        color: #B5AB96;
    }

.btn-search {
    background-color: #B5AB96;
    border-radius: 0px 20px 20px 0px;
}

.box-search {
    border-color: #B5AB96;
}

.auditee-table thead tr th {
    color: #B5AB96;
    font-weight: normal;
}

.auditee-table.mobile {
    font-size: 0.85rem;
}

.auditee-profile .card {
    border: 0px solid rgba(0,0,0,.125);
}

.card-brother {
    min-height: 450px;
    border: 2px solid #B5AB96;
    box-shadow: 15px 15px 0px #B5AB96, 0 0px 0 #000 inset;
    border-radius: 5px;
}

.card-brother-sec {
    border-radius: 5px;
    border: 2px solid #B5AB96;
    /*box-shadow: 0px 13px 0px #b39962, 0 12px 0 #000 inset;*/
}

.card-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .card-table td {
        border: none;
    }

    .card-table > tbody > tr {
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }

.file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.form-control {
    background-color: #f7f7f7 !important;
    border: 1px solid rgba(181, 171, 150, 1) !important;
}

input.form-control {
    /*font-family: EQHeadline;*/
    border-radius: 25px;
}

.form-control.br-0 {
    border-right: 0px !important;
}

.form-control[readonly] {
    background-color: #f7f7f7;
}

.input-group-text {
    background-color: #f7f7f7;
    color: #919191;
    border-radius: 0px 25px 25px 0px;
}

textarea.form-control {
    border-radius: 10px;
    /*font-family: EQHeadline;*/
    background: #f7f7f7;
}

select.form-control {
    /*font-family: EQHeadline;*/
    border-radius: 25px;
    border: none;
    background: #f7f7f7;
}

.md-brother hr {
    border-top: 2px solid rgb(179, 153, 98);
}

.md-brother .modal-content {
    border-radius: 0px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 0px 13px 0px #b39962, 0 12px 0 #000 inset;
}

.avatar {
    width: 48px;
    height: 48px;
    max-width: 100px;
    max-height: 100px;
    font-size: 25px;
    background: #000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    border-radius: 50%;
    border: 5px solid rgba(241, 241, 241, .6);
}

.mentor-badge {
    width: 28px;
    height: 28px;
    background: #B5AB96;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
}

    .mentor-badge.active {
        background: #B5AB96;
    }

.profile-nav {
    margin-top: 25%;
    text-align: center;
}

.img-square {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
        cursor: pointer;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 2.5em; /* Change the size of the stars */
            color: #9e9e9e; /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #B5AB96;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #B5AB96;
        }



.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

#scoreModal .modal-content {
    background-color: #fbe1e4;
}

.modal-btn-close {
    width: 36px;
    height: 36px;
    background: #000;
    opacity: 1;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 5px;
    background-image: url(../images/btn-close.png);
    background-repeat: no-repeat;
}

.modal-txt-close {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

footer {
    bottom: 0;
    min-height: 80px;
    width: 100%;
    background-color: #000;
}


@media only screen and (max-width: 1024px) {
    .main-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rating-stars ul > li.star > i.fa {
        font-size: 2em;
    }

    .profile-nav {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .profile-nav img {
            width: 40px !important;
        }
}

@media only screen and (max-width: 768px) {
    body {
        margin-bottom: 150px;
    }

    .main-content {
        padding-top: 50px;
    }

    .card-brother {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .logo {
        margin: 0 auto;
    }

    .rating-stars ul > li.star > i.fa {
        font-size: 1.5rem;
    }

    .profile-nav {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .profile-nav img {
            width: 40px !important;
        }

    .auditee-list {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .mentor-star {
        width: auto !important;
        height: 24px;
    }
}

@media only screen and (max-width: 425px) {
    .mentor-star {
        width: auto !important;
        height: 24px;
    }

    .col-secondary {
        margin-top: 20px;
    }
}

