﻿.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #f1f1f1;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.panel-title {
    font-size: 18px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        
    }

.panel-topline {
    border-top: 2PX solid #bfc2c4;
}

.clean-filter {
    display: block;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

    .clean-filter > i {
        padding: 6px 4px 12px 16px;
        font-size: 1.25rem;
        vertical-align: middle;
    }

    .more-less {
        float: right;
        color: #212121;
    }
#cleanFilter {
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body label {
      
}

.panel-content {
    padding: 3px 16px 16px 16px;
    background-color: #EEEEEE;
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-left:before {
    content: "\e052";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-export:before {
    content: "\e170";
    color: #0265A1;
}

.glyphicon-share:before {
    content: "\e066";
    color: #0265A1;
}

.glyphicon-print:before {
    content: "\e045";
    color: #0265A1;
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.search-btn {
    width: 120px;
    margin-left: 1.5em;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background-color: white;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }


.border {
    background-color: white;
    border-color: #EEEEEE;
    background-position: 1rem 1rem ;
    background-repeat: no-repeat;
    padding-left: 1rem;
}

.popular-search-title {
    font-weight: bold;
    font-size: 16px;
    color:darkslategrey;
    margin-bottom: -1rem;
}


.term-container {
    display: flex;
    flex-wrap: wrap;
}

.term-btn {
    border: 1px solid #41a3cf !important;
    margin-right: 1em;
    padding: 0rem 0.5rem 0rem 0.5rem;
}
    .term-btn:hover {
        border-color: #4a6dd0 !important;
    }


.public-export {
    text-decoration: none;
}

    .public-export:hover {
        border-bottom: 1px solid blue;
        text-decoration: none;
    }

.apply-btn {
    padding: 0rem 1rem 0rem 1rem;
}

.box {
    display: flex;
}
.push {
    margin-left: auto;
}





#pagingDiv {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: -10px;
}

    #pagingDiv .myDisableClass {
       color:#666768
    }

    #pagingDiv .myClass {
        
    }

    #pagingDiv a, #pagingDiv span {
        display: inline-block;
        padding: 0px 9px;
        margin-right: 4px;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        color: #0265A1;
        letter-spacing: 1px;
    }

        #pagingDiv a:hover {
            cursor: pointer;
        }

        #pagingDiv a.active {
            border: none;
            color: #000000;
            font-weight: bold;

        }

    #pagingDiv span {
        color: #000000; 
    }

.prodcutSection {
    margin-left: 1rem;
}

.prodcutTypeSection {
    margin-left: 2rem;
}

.prodcutCodeSection {
    margin-left: 3rem;
}

.prodcut-option {
    border-bottom: 1px solid #0F5EAE;
    margin-top: 20px;
}

.select-item {
    font-weight: bold;
    color: #0F5EAE;
}


.box-table-control {
    display: flex;
    justify-content: space-between;
}

strong {
    font-weight: bold;
}

yellow {
    background-color: yellow;
}

.indicate {
    margin : -0.5rem -1.5rem -0.6rem 0;
}

.image {
    
    display: block;
    width: 70px;
    height: 70px;
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    background: url('../images/image-doc.png') no-repeat;
}

.video {
    display: block;
    width: 70px;
    height: 70px;
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    background: url('../images/video-doc.png') no-repeat;
}

.file {
    display: block;
    width: 70px;
    height: 70px;
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    background: url('../images/attachment.png') no-repeat;
}

.attachment-link {
    margin-left: 1rem;
}