.comments-tbl-header {
    background: url(/img/bg-tbl-header.png)
}
.comments-row-header TD {
    border-top: solid 1px #ccc;
    padding: 4px 0 4px 0;
    background: #f7f7f7
}
.comments-row TD {
    padding: 4px 0 10px 0
}
    .comments-row TD.comment-row-text {
        line-height: 150%
    }
.comments-row-user-name {
    color: #000;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none
}
    .comments-row-user-name:hover {
        font-weight: bold;
        text-decoration: underline
    }
.comments-box {
    padding: 10px;
}
/*border-left: solid 1px #D5D5D5; border-right: solid 1px #D5D5D5; border-bottom: solid 1px #D5D5D5*/
.comment-editor {
    border: 1px solid #D5D5D5;
    padding: 4px
}

#dropmenudiv {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 3px 3px 7px #555;
    -webkit-box-shadow: 3px 3px 7px #555;
    -moz-box-shadow: 3px 3px 7px #555;
    position: absolute;
    border: 1px solid #C0C0D8; /* border-bottom-width: 0; */
    font-weight: normal;
    font-size: 8pt;
    font-family: arial, sans-serif;
    line-height: 18px;
    z-index: 100;
    background: url(/img/bg-menu.png) repeat-y;
    opacity: 0.92;
    filter: alpha(opacity=92);
    behavior: url(/css/pie.htc);
}
    #dropmenudiv a {
        width: 100%;
        display: block;
        text-indent: 3px; /* border-bottom: 1px solid #C0C0D8; */
        padding: 4px 0;
        text-decoration: none;
        font-weight: normal;
        font-size: 10pt;
        color: #000;
    }
        #dropmenudiv a:hover {
            background: #FFEEC2 url(/img/bg-menu-selected.gif);
        }

.tp-container { border-bottom: solid 1px #DBDBDB; background: #EEEFED }

.tp-top {
    width: 100%;
    height: 26px;
    background: #f0f1f2;
    background: linear-gradient(0deg, rgba(210,211,212,1) 0%, rgba(244,245,246,1) 100%);
}
.tp-top tr td {
    padding: 3px 0 3px 0
}

    .tp-top tr td a {
        color: #000;
        text-decoration: none;
    }
        .tp-top tr td a:hover {
            /*color: #f60;*/
            /*text-decoration: underline;*/
        }

.tp-top tr td select {
    border-radius: 4px;
    padding: 4px;
    font-size: 12pt
}

.tp-container td {
    /*font-family: arial, verdana, sans-serif;*/
    font-size: 10pt;
    color: #000
}
.tp-container a {
    color: #000;
    /*font-family: arial, verdana, sans-serif;*/
    font-size: 10pt
}
    .tp-container a:hover {
        /*color: #f60;*/         
        text-decoration: none
    }
.tp-separator { width: 1px; background: url(/img/toppan_inv.gif) }
.tp-prj { width: 100%; background: #fff url(/img/bg-top-stripes.gif) }
    .tp-prj input, select {
        background: #fff;
        color: #000;
        border: solid 1px #A5ACB2;
        font-size: 10pt;
        /*font-family: arial, verdana, sans-serif*/
    }
.tp-member { font-weight: bold; font-size: 10pt; font-family: arial, verdana, sans-serif; color: #000 }
.tp-member:hover { font-weight: bold; font-size: 10pt; font-family: arial, verdana, sans-serif; color: #000 }
.tp-logo { padding-left: 3px }
.tp-logo a { padding-left: 3px; font-size: 10pt; }
.tp-logo img { background: url(/img/smalllogo.png); width: 90px; height: 24px }
.tp-logo:hover img { background-position: -90px 0 }
.tm {
    font-size: 10pt;
    font-family: arial, verdana, sans-serif;
    color: #000;
    text-decoration: none
}
    .tm:hover {
        /*color: #f60;*/
        text-decoration: none
    }
.sm {
    font-size: 10pt;
    font-family: arial, sans-serif;
    color: #000;
    text-transform: uppercase
}
    .sm:hover {
        /*color: #f60;*/
    }
.tp-search-bar input, .tp-search-bar select {
    font-size: 10pt;
    padding: 2px 4px;
    margin: 2px 0 2px 0
}
.open-to-work {
    padding: 1px 4px 1px 4px;
    background-color: #D3ECCD;
    color: #fff;
    border-radius: 4px;
    margin: 0 10px 0 10px;
    float: right
}

.top-panel-nav {
    overflow: hidden;
    position: relative;
}
    .top-panel-nav a.icon {
        float: left;
        margin-right: 10px;
        color: #555;
        background-color: #DDDFE1;
        display: inline-block;
        padding: 2px 6px 4px 6px;
        font-size: 18pt;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px
    }
.top-panel-menu {
    display: block;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 0; /* Place content 60px from the top */
}
#top-panel-menu {
    display: none;
}
    #top-panel-menu a {
        color: #c5c7c9;
        padding: 8px 10px;
        text-decoration: none;
        font-size: 12pt;
        display: block;
        transition: 0.3s;
    }
        #top-panel-menu a:hover {
            background-color: #DDDFE1;
            color: black;
        }

.form-label {
    font-weight: 600;
    margin: 4px 0 4px 0
}

.form-required:after {
    color: #e00;
    content: " *"
}

.form-control {
    font-size: 12pt;
    padding: 6px;
    margin: 4px 0 10px 0;
    border: solid 1px #c0c2c4;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
    .form-control:hover {
        box-shadow: 0 0 5px #c0c2c4;
        -webkit-box-shadow: 0 0 5px #c0c2c4;
        -moz-box-shadow: 0 0 5px #c0c2c4;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

.form-error {
    border: solid 1px #d00;
}

.error-message {
    color: #d00;
    font-size: 10pt;
    margin-top: 4px
}

/* modal */
.bb-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bb-modal-dialog {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);    
}

.bb-modal-content {
    background-color: #fff;
    border: 1px solid #777;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.bb-modal-header {
    padding: 10px 20px;
    background-color: #eeeeee;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bb-modal-title {
    padding: 0;
    margin: 0;
    font-size: 18pt;
    font-weight: 500;
}

.modal-close {
    float: right;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s ease;
}
    .modal-close:hover {
        color: #000;
    }

.bb-modal-body {
    padding: 5px 20px 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.bb-modal-footer {
    padding: 10px 20px 20px 20px;
}

.bb-modal-md {
    width: 500px;
}

.bb-modal-lg {
    width: 800px;
}

.bb-modal-xs {
    width: 1200px;
}

@media (max-width: 450px) {
    .bb-modal-content {
        width: 90%;
    }

    .bb-modal-md, .bb-modal-lg, .bb-modal-xs {
        width: 100%;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
    .bb-modal-md {
        width: 400px;
    }

    .bb-modal-lg {
        width: 600px;
    }

    .bb-modal-xs {
        width: 900px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bb-modal-md {
        width: 450px;
    }

    .bb-modal-lg {
        width: 700px;
    }

    .bb-modal-xs {
        width: 1000px;
    }
}

@media (min-width: 1025px) {
    .bb-modal-md {
        width: 500px;
    }

    .bb-modal-lg {
        width: 800px;
    }

    .bb-modal-xs {
        width: 1200px;
    }
}

.bb-modal-result {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #0b0
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* end of modal */