﻿main.manage-data {
    margin-bottom: 40px;
}

    main.manage-data .section {
        padding: 0 21px;
    }

    main.manage-data ::-webkit-scrollbar {
        width: 7px;
        background: #e8e8e8;
        border-radius: 10px;
    }

    main.manage-data ::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    main.manage-data ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #707070;
    }

        main.manage-data ::-webkit-scrollbar-thumb:window-inactive {
            background: #707070;
        }

    main.manage-data .surveys-list {
        margin: 23px -21px;
        padding-bottom: 4px;
        max-height: 325px;
        overflow: hidden;
        overflow-y: auto;
    }

        main.manage-data .surveys-list .list-item:first-of-type {
            margin-top: 0;
        }

        main.manage-data .surveys-list .list-item {
            padding-bottom: 3.6px;
            box-shadow: 0 3px 0 #eaeaea;
            border-radius: 10px;
            background-color: #ffffff;
        }

            main.manage-data .surveys-list .list-item .row {
                margin: 10px 10px 0 0;
            }

            main.manage-data .surveys-list .list-item .item-id,
            main.manage-data .surveys-list .list-item .item-date {
                padding-top: 13px;
                color: #b1b1b1;
                font-size: 14px;
                font-weight: 400;
            }

            main.manage-data .surveys-list .list-item .item-title {
                padding-top: 13px;
                color: #707070;
                font-size: 14px;
                font-weight: 400;
            }

                main.manage-data .surveys-list .list-item .item-title.col-lg-12 {
                    padding: 0 15px 15px;
                }

            main.manage-data .surveys-list .list-item .dropup {
                padding-top: 6px;
            }

            main.manage-data .surveys-list .list-item .processing-request {
                padding: 10.21px;
            }

    main.manage-data h4 {
        width: 200px;
        height: 19px;
        color: #b1b1b1;
        font-size: 16px;
        font-weight: 700;
    }

    main.manage-data .section-actions {
        margin-top: 20px;
    }

        main.manage-data .section-actions label,
        main.manage-data .section-actions button {
            margin-left: 20px;
        }

        main.manage-data .section-actions label {
            color: #b1b1b1;
            font-size: 12px;
            font-weight: 400;
        }

    main.manage-data label {
        height: 19px;
        color: #707070;
        font-size: 14px;
        font-weight: 500;
    }

    main.manage-data .btn-more-comments {
        padding-top: 6px;
        background-image: url('../../Images/post_more.png');
        display: inline-block;
        width: 30px;
        height: 30px;
    }

        main.manage-data .btn-more-comments.active,
        main.manage-data .btn-more-comments:hover {
            background-image: url('../../Images/post_more_selected.png');
        }

    main.manage-data a .fa {
        margin-right: 9px;
    }

    main.manage-data button .fa {
        margin-right: 14px;
    }

    main.manage-data .modal-content {
        max-width: 568px;
        margin: 0 auto;
    }

    main.manage-data .modal-header .close {
        font-size: 40px;
        line-height: 15px;
        font-weight: 500;
    }

    main.manage-data .modal-body img {
        margin: 0 auto;
        display: inherit;
        width: 100px;
        margin-bottom: 30px;
        margin-top: 34px;
    }

    main.manage-data .modal-body p {
        margin: 0 auto;
        width: 340px;
        text-align: center;
        margin-bottom: 12px;
    }

    main.manage-data .modal-footer {
        text-align: center;
        border-top: none;
        padding-bottom: 20px;
    }

        main.manage-data .modal-footer.text-right {
            text-align: right;
            border-top: none;
        }

    main.manage-data #modal-survey-details .info-field {
        border-top: 1px solid #eaeaea;
        min-height: 34px;
        padding: 15px 5px;
    }

        main.manage-data #modal-survey-details .info-field:first-of-type {
            border-top: none;
        }

        main.manage-data #modal-survey-details .info-field > div {
            overflow: hidden;
        }

        main.manage-data #modal-survey-details .info-field strong {
            display: inherit;
            color: #707070;
            font-size: 16px;
            font-weight: 700;
        }

        main.manage-data #modal-survey-details .info-field label {
            display: inherit;
            color: #b1b1b1;
            font-family: Raleway;
            font-size: 14px;
            font-weight: 700;
        }

        main.manage-data #modal-survey-details .info-field span {
            color: #707070;
            font-family: Raleway;
            font-size: 14px;
            font-weight: 600;
        }

        main.manage-data #modal-survey-details .info-field .item-id {
            float: left;
            color: #b1b1b1;
            font-size: 14px;
            font-weight: 400;
        }

        main.manage-data #modal-survey-details .info-field .item-date {
            float: right;
            color: #b1b1b1;
            font-size: 14px;
            font-weight: 400;
        }

.bg-transparent {
    background: transparent !important;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-white {
    background-color: #FFF;
}

.orange {
    color: #f89a46;
}

.gray {
    color: #707070;
}

.red {
    color: #F07464;
}

.green {
    color: #64cea2;
}

.white {
    color: #FFF;
}

.progress-bar-success {
    background-color: #64cea2;
}

.progress-bar-danger {
    background-color: #F07464;
}

.label-info {
    background-color: #FFF;
    color: #707070;
    border: 1px dotted #707070;
}

.label-primary {
    background-color: #f89a46;
}

.big-font {
    font-size: 50px;
}

.small-font {
    font-size: 8px;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-10 {
    font-size: 10px;
}

.font-italic {
    font-style: italic;
}

body {
    background-color: #FFF;
    padding-bottom: 70px;
}

.navbar-default {
    background-color: #FFF;
    border-color: #e7e7e7;
}

.navbar {
    border-radius: 0px;
}

    .navbar p {
        color: #707070;
    }

        .navbar p a {
            color: #707070;
        }

            .navbar p a:focus, .navbar p a:hover {
                color: #f89a46;
            }

    .navbar .nav-link {
        padding-top: 32px;
    }

        .navbar .nav-link a {
            color: #f89a46;
        }

            .navbar .nav-link a:focus, .navbar .nav-link a:hover {
                color: #f89a46;
            }

p {
    color: #707070;
}

    p a {
        color: #707070;
    }

        p a:focus, p a:hover {
            color: #f89a46;
        }

.login-form {
    padding-bottom: 50px;
}

footer {
    background-color: #FFF;
    position: fixed;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

@media (min-width: 1px) and (max-width: 767px) {
    .nav-link {
        text-align: center;
    }
}
