﻿/*  @@media (min-width: 1200px) {
            .container, .container-sm, .container-md, .container-lg, .container-xl {
                max-width: 1600px;
            }
        }*/
/*body {
    color: #566787;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}*/

.tcolor {
    color: #CF022B;
    text-align: center;
}
.tcolorblack {
    color: black;
    text-align: center;
}

.tooltip {
    pointer-events: none;
}
.notvisible{

    display: none;
}

select.form-control {
    display: inline;
    width: 200px;
    margin-left: 25px;
}

.ManagePageCss {
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #dee2e6;
}



.attachmentstyle {
    height: 2rem;
    margin-right: auto;
}

.clip {
    font-size: 20px;
}

#attachment-list {
    /*  max-height: 200px;
    overflow: auto;*/
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #dee2e6;
}

.attachment-borderremove {
    border: 0px solid rgba(0,0,0,.125);
}

.attachment-scroll {
    max-height: 200px;
    overflow: auto;
}


.help-block ul {
    list-style-type: none;
    text-align: center;
}
.titlecolor {
    color: #CF022B;
}


.Link-img {
    height: 35px;
}

.Text-Font {
    font-weight: 400;
    color: black
}
.heading {
    color: black
}
.comment-wrapper .panel-body {
    max-height: 500px;
    overflow: auto;
}

.comment-wrapper .media-list .media img {
    width: 64px;
    height: 64px;
    border: 2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 25px;
}
.table-wrapper {
    background: #fff;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    background: #C5C1C1;
    color: #000;
    padding: 16px 25px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

    .table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }

    .table-title .btn-group {
        float: right;
    }

  /*  .table-title .btn {
        color: #fff;
        float: right;
        font-size: 13px;
        border: none;
        min-width: 50px;
        border-radius: 2px;
        border: none;
        outline: none !important;
        margin-left: 10px;
    }*/


        .table-title .btn i {
            float: left;
            font-size: 20px;
            margin-right: 5px;
            line-height: inherit;
        }

        .table-title .btn span {
            float: left;
            margin-top: 2px;
        }

table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}

    table.table tr th:first-child {
        width: 60px;
    }

    table.table tr th:last-child {
        width: 100px;
    }

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}

table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}

    table.table td a:hover {
        color: #2196F3;
    }

    table.table td a.edit {
        color: #FFC107;
    }

    table.table td a.delete {
        color: #F44336;
    }

table.table td i {
    font-size: 19px;
}

table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.pagination {
    float: right;
    margin: 0 0 5px;
}

    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }

        .pagination li a:hover {
            color: #666;
        }

    .pagination li.active a, .pagination li.active a.page-link {
        background: #03A9F4;
    }

        .pagination li.active a:hover {
            background: #0397d6;
        }

    .pagination li.disabled i {
        color: #ccc;
    }

    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

/* Modal styles */
.modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
}
.modal textarea.form-control {
    resize: vertical;
}

.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}
.modal .btn {
    border-radius: 20px;
    min-width: 100px;
}
.modal .modal-title {
    color: #CF022B;
}

    /*.modal .modal-dialog {
    max-width: 600px;
}

    .modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 20px 30px;
}

.modal .modal-content {
    margin-top: 25%;
    border-radius: 3px;
}


.modal .modal-title {
    display: inline-block;
}







.modal form label {
    font-weight: normal;
}
*/