﻿
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin:0px;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#pDataTable_filter input {
    border: 2px solid #5b5b5b;
    border-radius: 3px;
    padding: 2px 6px;
}
#pDataTable_filter input:focus-visible {
    outline:none;
}
#pDataTable td{
padding:15px 10px; 
}
div.hero-callout {
    background-color: white;
    padding: 1.5em;
    /* box-shadow: 3px 3px 20px rgba(0,0,0,0.3);*/
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 3px;
    margin-top: 8px;
}

pDataTable > td {
    text-align:left;
}

.pHeader {
    float: left;
    font-size: 20px;
    text-decoration: underline;
    color: darkslategray;
}

.form-control {
    width: 100%;
    max-width: 100%;
}
.navbar-brand {
    float: left;
    /*  padding: 15px 15px; */
    font-size: 18px;
    line-height: 1;
    /*background: url('../Image/trishIcon.png') no-repeat center left;*/
    /* height: 84px;*/
    width: 120px;
}


.content-main-table {
    clear: both;
    overflow: auto;
    height: calc(100vh - 202px);

}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #28a745;
}

.nav-tabs .nav-link {
    color: #000;
    font-weight: 500;
}

aside {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-width: 250px;
    transition: .3s;
    left: -250px;
    top: 0;
    margin-right: 15px;
    /*float: left;*/
    /*transition-timing-function: cubic-bezier(0.9,0,1,1);*/
}

    aside ul li {
        border-bottom: 1px solid #cdcdcd;
        margin: 8px 10px;
    }

        aside ul li a {
            font-size: 16px;
            font-weight: 500;
            color: #000;
        }

            aside ul li a:hover {
                color: #28a745;
            }

    aside.close {
        left: 0;
        transition: .3s;
        /* transition-timing-function: cubic-bezier(0.9,0,1,1);*/
        display: none;
    }

.toggle-button:focus {
    border: none !important;
}

.toggle-button:focus {
    outline: none !important;
}
.test12 ul {
    font-weight: 500;
    font-size: 20px;
}
 .test12 ul li {
        font-weight: normal;
        margin-left: 15px;
    }
.mockup-detail p {
    font-weight: 500;
    font-size: 16px;
}

    .mockup-detail p span {
        font-weight: normal;
        margin-left: 15px;
    }

.mockup-detail input {
    margin-left: 15px;
}

.mockup-detail input {
    width: 20px;
    color: red;
    height: 20px;
    vertical-align: middle;
}

.all-question-answer {
    padding-left: 0px;
    list-style: none;
}

    .all-question-answer ul {
        padding-left: 0px;
        list-style: none;
    }

        .questions p {
            display: flex;
            align-items: center;
            font-size: 16px;
            
            margin-bottom: 5px;
        }
.questions a{
    color:#000;
    font-weight:normal !important;
}
.nav-tabs{
    border-bottom:none !important;
}

.questions p span {
    margin-right: 12px;
    background: #transparent;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    color: #000;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 8px;
    font-size: 16px;
    font-weight: 500;
}

        .all-question-answer ul .answers p {
            font-weight: 500;
            color: #686868;
            font-size: 16px;
            margin-bottom: 5px;
        }

            .all-question-answer .answers p span {
                font-weight: normal;
                margin-left: 10px;
                font-size: 16px;
            }

    .all-question-answer li a {
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0 !important;
    }

    .all-question-answer ul {
        margin: 26px 0;
    }

 .creat-new {
    color: #fff;
    background-color: #28a745;
}
.creat-new:hover {
    color: #fff;
}

#QuestionGroup .Question-group-name {
    font-weight: 500;
    font-size: 20px;
}

    #QuestionGroup .Question-group-name span {
        font-weight: normal;
        margin-left: 10px;
    }

#QuestionGroup a {
    font-size: 16px;
    margin: 10px 0 !important
}
.hero-callout h6{
    margin:10px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    max-width: 100% !important;
}
.question-detail li{
    display:flex;
    align-items:center;
}
.mockup-detail{
   width:80%;
}
