﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.circle-icon {
    background: transparent;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.orgboard-toaster {
    bottom: 50%;
    right: 50%;
    position: fixed;
    font-size: 15px;
    z-index: 10000
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* My CSS */
.padtop20 {
    padding-top: 20px;
}

.ico-times {
    color: #DF0E27;
    font-size: 13px;
}

    .ico-times:hover {
        color: #DF0E27;
    }

.editpreview .pad0 {
    padding: 0px;
}

.btn-trash {
    border: 1px solid #DF0E27;
    color: #DF0E27;
    background: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 15px;
}

    .btn-trash:hover {
        color: #fff;
        background-color: #DF0E27;
    }

.btn-archive {
    border: 1px solid #333;
    color: #333;
    background: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 15px;
}

    .btn-archive:hover {
        color: #fff;
        background-color: #333;
    }

.submit-btn {
    background: #f2f2f2;
    margin-right: 8px;
    color: #333;
    border: 1px solid #acacac;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 3px;
}

    .submit-btn:hover {
        color: #333;
        background-color: #e4e4e4;
    }

.tableviewstructure {
    margin-top: 100px;
}

    .tableviewstructure h4 {
        background: #ec5b56;
        font-size: 13px;
        font-weight: 600;
        padding: 12px 12px;
        border-radius: 11px 11px 0 0;
        color: #fff;
    }

.previewbox {
    margin-top: 1px;
    border: 3px solid #ec5b56;
    padding: 10px;
    border-radius: 11px;
}

    .previewbox table tr td {
        padding: 5px 8px;
        font-size: 13px;
        line-height: 1.42857143;
        vertical-align: top;
    }

.editpreview table tr td textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.editpreview table tr td input {
    height: 28px;
    text-align: left;
    padding: 3px 7px !important;
    line-height: 1.5;
}

.editpreview table tr td select {
    height: 28px;
    width: 90%;
    text-align: left;
    padding: 3px 7px !important;
    line-height: 1.5;
}

.editpreview table tr td {
    padding: 2px 8px;
}

.previewbox table tr td img {
    max-width: 100px;
    width: 100%;
    border-radius: 50%;
}

.previewbox table tr td h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.previewbox table tr td p {
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.previewbox table tr td div {
    height: 80px;
    overflow: auto;
    line-height: 22px;
}

.addpreview table tr td input {
    height: 28px;
    text-align: left;
    padding: 3px 7px !important;
    line-height: 1.5;
}

.addpreview table tr td {
    padding: 2px 8px;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.pointer-cursor {
    cursor: pointer;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

.tablestructure {
    background: #FFFFFF;
    border: 0px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 22px;
}


/*.tablestructure .sclheight{  overflow-y: auto; height: 450px; width: 100%; clear: both;}*/

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    margin-top: -9px !important;
}

.tablestructure .tabledesign {
    width: 100%;
    border-radius: 6px !important;
    border-collapse: separate;
    border-spacing: 0 8px;
}

    .tablestructure .tabledesign thead tr th {
        background: #ec5b56;
        font-size: 13px;
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        border-left: 7px solid #fff;
        border-right: 7px solid #fff;
        padding: 7px 12px;
        line-height: 1.42857143;
        position: sticky;
        top: 0;
        text-align: left;
        color: #fff;
        font-weight: 600;
    }

.previewbox table {
    width: 100%
}
/*.tablestructure .tabledesign thead tr th:first-child{border-right:none!important; border-right:0px!important; } */
.tablestructure .tabledesign .hde {
    border-left: none !important;
    padding-left: 0px !important;
    border-top-left-radius: 0px !important;
}

.tablestructure .tabledesign thead tr th:last-child {
    border-right: none !important;
    border-top-right-radius: 11px !important;
}

.tablestructure .tabledesign thead tr th:first-child {
    border-left: none !important;
    border-right: none !important;
    padding-left: 10px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 11px !important;
}

.tablestructure .tabledesign thead tr th.ncls {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    padding-left: 14px;
}

.tablestructure .tabledesign tbody tr td:first-child {
    padding-right: 0px !important;
    padding-left: 8px !important;
    border-left: 1px solid rgba(0,0,0,.1) !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.tablestructure .tabledesign tbody tr td:last-child {
    border-right: 1px solid rgba(0,0,0,.1) !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.tablestructure .tabledesign tbody tr td {
    padding: 4px 14px;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    font-size: 13px;
    line-height: 1.42857143;
}



    .tablestructure .tabledesign tbody tr td a {
        color: #333;
    }

    .tablestructure .tabledesign tbody tr td img {
        height: 24px;
        width: 24px;
        border-radius: 50%;
    }

.tablestructure .tabledesign tbody tr.active {
    transition: all .5s ease;
    border-radius: 12px !important;
}

    .tablestructure .tabledesign tbody tr.active td {
        color: #333 !important;
        background-color: #f2f2f2 !important;
    }

        .tablestructure .tabledesign tbody tr.active td:first-child {
            border-left: 1px solid rgba(0,0,0,.1) !important;
            padding-right: 0px !important;
        }

        .tablestructure .tabledesign tbody tr.active td:last-child {
            border-right: 1px solid rgba(0,0,0,.1) !important;
        }

.tablestructure label {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    display: block;
}

.tablestructure input {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 6px 12px 6px 30px;
    border-radius: 3px;
}

.tablestructure select {
    background: none;
    height: 34px;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 6px 12px;
    width: 69%;
    border-radius: 3px;
}

.tablestructure .btnsrch {
    background: #f2f2f2;
    color: #333;
    border: 1px solid #acacac;
    font-size: 13px;
    padding: 8px 13px 6px 13px;
    border-radius: 3px;
    margin-bottom: 21px;
    margin-left: 30px;
    /*float:right;*/
}

    .tablestructure .btnsrch:hover {
        background: #e4e4e4;
        color: #333;
    }

.sorttable {
    width: 9px;
    margin-left: 2px;
    float: right;
    margin-top: 3px;
}

.searchclsbtn {
    position: absolute;
    right: 20px;
    margin-top: 5px;
}

    .searchclsbtn img {
        width: 25px;
    }

.srch:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px !important;
    position: absolute;
    left: 24px;
    bottom: 22px;
    color: #333;
}

.archive-btn {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 4px;
    border-radius: 6px;
}

    .archive-btn img {
        width: 18px !important;
        height: 19px !important;
    }

.hide-view {
    display: none;
}

.circle {
    border-radius: 50%;
    width: 33px;
    height: 33px;
    /*padding: 4px;*/
    background: #fff;
    /*border: 2px solid #000;*/
    text-align: center;
    margin-top: 2px;
    margin-left: 6px;
}

.btn-link-none {
}

    .btn-link-none > span {
        font-family: 'Poppins', sans-serif;
    }

.default-font {
    font-family: 'Poppins', sans-serif;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    padding-right: 8px;
}

.dataTables_wrapper .dataTables_scroll {
    margin-right: -6px;
}

.sorting_1 {
    background-color: transparent !important;
}
/*table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background:none!important;}*/
.modal-small {
    max-width: 360px;
}

    .modal-small .close {
        position: absolute;
        position: absolute;
        right: 7px;
        top: 9px;
        opacity: .6;
    }

    .modal-small .contbox {
        text-align: center;
        padding: 10px 20px 15px;
    }

        .modal-small .contbox i {
            border: 1px solid #1E3441;
            color: #1E3441;
            height: 50px;
            font-size: 20px;
            width: 50px;
            line-height: 50px;
            border-radius: 50%;
        }

        .modal-small .contbox h3 {
            /*text-transform: uppercase;*/
            letter-spacing: .5px;
            font-size: 19px;
            font-weight: 600;
            color: #1E3441;
            line-height: 22px;
            margin-top: 25px;
        }

        .modal-small .contbox p {
            font-size: 15px;
            margin-top: 15px;
        }

    .modal-small .cancel {
        padding: 10px 10px;
        line-height: 17px;
        border: 1px solid #111;
        margin-left: 5px;
        margin-right: 5px;
        color: #111;
        font-size: 14px;
        max-width: 156px;
        font-weight: 500;
        background: #fff;
    }

        .modal-small .cancel:hover {
            background: #000;
            border: 1px solid #000;
            color: #fff;
        }

    .modal-small .archive {
        padding: 10px 10px;
        line-height: 17px;
        border: 1px solid #111;
        margin-left: 5px;
        margin-right: 5px;
        color: #FFF;
        font-size: 14px;
        max-width: 156px;
        font-weight: 500;
        background: #111;
    }

    .modal-small .archive {
        background: #000;
        border: 1px solid #000;
    }

.tablestructure .archtbl tbody tr td:last-child {
    border-bottom: none !important;
    background: #fff !important;
    border-top: none !important;
    border-right: none !important;
}

.tablestructure .archtbl tbody tr td:nth-last-child(2) {
    border-right: 1px solid rgba(0,0,0,.1) !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.gapspl .dropdown-menu > li > a {
    padding: 5px 12px !important;
}

.crser tbody tr td:nth-last-child(5) {
    cursor: pointer;
}

.crserarch tbody tr td:nth-last-child(6) {
    cursor: pointer;
}

table .display {
    table-layout: fixed;
    word-wrap: break-word !important;
}

.onelinle {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 37px 0px;
}

    .onelinle tr td {
        padding: 0px;
    }

.tablestructure .onelinle select {
    width: 100%;
}

.tablestructure .onelinle .btnsrch {
    margin-top: 20px;
    margin-bottom: 0px;
}

@media screen and (max-width:1280px) {
    .make100 {
        width: 100% !important;
    }
}

@media screen and (max-width:1400px) {
    .makeA100 {
        width: 100% !important;
    }
}

.close-icon {
    top: 35px;
    position: absolute;
    right: 11px;
}
