﻿.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0 25px;
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0;
}

ol.commentlist li:first-child {
    margin: 0 0 7px;
    padding: 25px 0 0;
}

.avatar img {
    float: left;
    max-width: 70px;
}

.comment-des p {
    line-height: 23px;
    margin: 0;
}

.comment-des {
    float: left;
    background: #fafafa;
    border: 1px solid #ddd;
    color: #888;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.06);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.06);
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px;
}

.tabletext {
    padding-left: 10px;
    padding-right: 10px;
}

.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
}

.comment-des span {
    float: left;
    color: #999;
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

    .comment-by span.reply {
        float: right;
        display: inline;
    }

        .comment-by span.reply a {
            float: right;
            height: 17px;
            margin-left: 5px;
            font-weight: 400;
            color: #999;
        }

            .comment-by span.reply a i {
                color: #bbb;
                -webkit-transition: all .1s ease-in-out;
                -moz-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
                -ms-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
            }

            .comment-by span.reply a:hover, .comment-by span.reply a:hover i {
                color: #a0a0a0;
            }

    .comment-by span.date {
        color: #999;
        float: left;
        font-weight: 300;
        margin: 0 0 0 2px;
        padding: 0 0 0 9px;
    }

.reply label {
    margin: 0 0 4px;
}

    .reply label span {
        color: #e24747;
    }

.reply input {
    margin: 0 0 20px;
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
/*comments (start)*/

.chat li.left .chat-body:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #F1F5FC;
    border-top: 1px solid #F1F5FC;
    content: "";
    display: inline-block;
    height: 16px;
    left: -8px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 16px;
}

.chat li .chat-body .header {
    border-bottom: 1px solid #F1F5FC;
    padding-bottom: 5px;
}

.chat li .chat-body {
    font-size: 11px;
}

.chat {
    list-style: none outside none;
}

.text-muted {
    color: #999999;
}

small, .small {
    font-size: 85%;
}

small {
    font-size: 80%;
}

.chat li.left .chat-body {
    background-color: #FFFFFF;
    margin-left: 70px;
}

.chat li .chat-body {
    border: 1px solid #F1F5FC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 11px;
    padding: 10px;
    position: relative;
}

.chat li {
    margin: 15px 0;
}

/*comments (end)*/

.btn-print {
    float: right;
}

.indicator {
    width: 15px;
    line-height: 15px;
    height: 20px;
    padding: 1px;
}

.t-edit-form-container {
    margin: 10px;
}

.t-window-titlebar .t-link {
    height: 19px;
    width: 19px;
}

.compact-container {
}

    .compact-container .form-control {
        height: 27px;
        line-height: 27px;
        font-size: 12px;
    }

    .compact-container .btn {
        font-size: 12px;
        line-height: 21px;
        padding: 2px 10px;
    }

    .compact-container .btn-xs {
        line-height: 21px;
        padding: 1px 5px;
    }

    .compact-container .select2-container .select2-choice {
        height: 27px;
        line-height: 16px;
    }

    .compact-container .select2-container .select2-choices .select2-search-field input,
    .compact-container .select2-container .select2-choice,
    .compact-container .select2-container .select2-choices {
        border-radius: 4px;
    }

        .compact-container .select2-container .select2-choice .select2-arrow b,
        .compact-container .select2-container .select2-choice div b {
            background-position: 0 0;
        }

    .compact-container .input-group .select2-container .select2-choices .select2-search-field input,
    .compact-container .input-group .select2-container .select2-choice,
    .compact-container .input-group .select2-container .select2-choices {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

#record_form {
}

    #record_form h5 {
        margin-bottom: 2px;
        margin-top: 4px;
    }

    #record_form .table > thead > tr > th, #record_form .table > tbody > tr > th, #record_form .table > tfoot > tr > th, #record_form .table > thead > tr > td, #record_form .table > tbody > tr > td, #record_form .table > tfoot > tr > td {
        padding: 4px;
    }

    #record_form table label {
        margin-bottom: 0;
    }

    #record_form .table .table {
        margin-bottom: 0;
        background-color: transparent;
    }

#block-info a {
    color: white;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.input-validation-error {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.validationMessage {
    background-clip: padding-box;
    background-color: #FDF7F7;
    border: 1px solid #EED3D7;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: red;
    left: 0;
    max-width: 276px;
    padding: 8px;
    position: absolute;
    text-align: left;
    top: 110%;
    white-space: normal;
    z-index: 1010;
}

    .validationMessage:after, .validationMessage:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .validationMessage:after {
        border-color: rgba(253, 247, 247, 0);
        border-bottom-color: #FDF7F7;
        border-width: 5px;
        margin-left: -5px;
    }

    .validationMessage:before {
        border-color: rgba(238, 211, 215, 0);
        border-bottom-color: #EED3D7;
        border-width: 6px;
        margin-left: -6px;
    }

#searchcont .select2-container .select2-choice span {
    position: absolute;
    max-width: 95%;
    min-width: 95%;
}

.color-blue {
    color: #008CCA;
}

.view-more {
    color: #008CCA;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 95%;
}

.margin-20 {
    margin-left: 20px !important;
}

.legend {
    font-size: 12px !important;
}

.select.select-full {
    width: 100% !important;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    background: none repeat scroll 0 0 #feded9;
    border: 1px solid #fc8675;
    color: #691715;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0;
}

    .validation-summary-errors ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.panel-footer .pagination {
    margin: 0;
}


aside.skin-1 .main-menu > ul > li > .submenu li.open .submenu-label {
    color: rgb(34, 34, 34);
}

aside.skin-2 .main-menu > ul > li > .submenu li.open .submenu-label {
    color: rgb(255, 255, 255);
}

aside.skin-3 .main-menu > ul > li > .submenu li.open .submenu-label {
    color: rgb(255, 255, 255);
}

aside.skin-4 .main-menu > ul > li > .submenu li.open .submenu-label {
    color: rgb(255, 255, 255);
}

aside .main-menu > ul > li .submenu li.open > a .submenu-label {
    transform: translateX(5px);
    transition: all 0.4s ease 0s;
}

/**************************************FULL_SEARCH*************************************/

/*#searchcont {
    padding: 15px;
    background-color: #f7f7f7;
}*/

#advancedS {
    color: gray;
}

.compact-container #advancedS {
    line-height: 2;
}

#simpleS {
    color: gray;
}

.label-search {
    color: gray;
}

.search-input {
    border-right: none;
}

.search-btn {
    border-left: none;
    padding: 6px 12px;
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
}

    .search-btn:hover {
        background-color: white;
        border-color: #cccccc;
    }

.search-content #search-input .form-control {
    line-height: 45px;
    font-size: 18px !important;
    height: 50px;
}

#search-select2 .select2-container .select2-choice {
    height: 50px !important;
}

#search-select2 .select2-choice span {
    height: 50px !important;
    margin-top: 10px;
}

#search-select2 .select2-choice div b {
    margin-top: 10px;
}

.advanced .select2-choice div b {
    margin-top: 0;
}

#search-select2 .select2-drop {
    margin-top: 18px !important;
}

#search-select2 .select2-container.form-control {
    width: 12% !important;
}

/*.form-control {
    height: 31px;
    padding: 6px 8px;
}*/

.form-control:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: black 0 0 0;
    box-shadow: black 0 0 0;
}

/*.btn, .btn-default.form, .form-inline, .form-group, .form-control {
    border-radius: 0px;
    font-size: 12px;
}*/

.form-control, .form-group {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    color: #000000;
}

.input-md {
    width: 35px !important;
    height: 31px !important;
    color: #FFFFFF;
}

em {
    font-style: normal;
}

.search-result-info span {
    display: block;
}

    .search-result-info span b {
        padding-left: 3px;
    }

.btn-gr-default {
    background: linear-gradient(#0488CD, #2EAEF0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2F7295;
    box-shadow: 0 1px 1px 0 #9FCEE7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 31px !important;
    padding: !important;
}

#login-form .btn-default {
    padding: 5px 0 8px !important;
}

.btn-small {
    padding: 5px 5px;
}

#login-form .form-control {
    padding: 5px 5px !important;
}

#GlobalFilterContainer .form-control {
    height: 31px !important;
}

#GlobalFilterContainer .btn-md {
    padding: 0 12px;
    height: 31px !important;
}

/****************************************FULL_SEARCH_END********************************/
/****************************************SEARCH_RESULT**********************************/

.left-result, .right-result {
    padding-left: 0px;
}

.search-info {
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-result {
    margin-top: 30px;
}

.search-result-info span {
    display: block;
}

    .search-result-info span b {
        padding-left: 3px;
    }

.left-result .left-result-item {
    background-color: #F7F7F7;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

    .left-result .left-result-item .links-search-result {
        display: block;
    }

        .left-result .left-result-item .links-search-result > div {
            width: 80%;
        }

            .left-result .left-result-item .links-search-result > div > span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .left-result .left-result-item .links-search-result:hover {
            color: #008CCA;
        }

/*.left-result .left-result-item .links-search-result:hover > div > span {
                white-space: normal;
            }*/

.links-search-result {
    color: gray;
}

    .links-search-result:hover {
        color: gray;
    }

    .links-search-result:active {
        color: gray;
    }

    .links-search-result:focus {
        color: gray;
    }

    .links-search-result:visited {
        color: gray;
    }


/****************************************SEARCH_RESULT_END**********************************/


.dropdown-menu .dropdown-account-menu .form-control, .form-group {
    color: #727272 !important;
}

/******************************************FeedbackModal***************************************/
.modal.in .modal-dialog {
    transform: translate(0px, 65px) !important;
}

.modal-footer .btn-default {
    padding: 6px 12px;
}
/*********************************************************************************************/

.post-content-product .blog-entry-meta i {
    margin-right: 0;
}

.portfolio-item {
    height: 165px;
}

a.portfolio-item-link {
    height: 100%;
}

.recentworks .portfolio-item {
    height: 230px;
}

.activatePartial {
    margin-bottom: -21px !important;
    padding-bottom: 0 !important;
}

.typeahead.search-input {
    border: 1px solid #CCCCCC;
}

.tt-hint {
    color: #999999;
}

.tt-dropdown-menu {
    border-radius: 0px;
    margin-top: 0px;
}

#GlobalFilterContainer .btn:hover, GlobalFilterContainer .btn:focus {
    border-left: 0px;
}

.btn-search-custom {
    background: #ff8d00; /* Old browsers */
    background: -moz-linear-gradient(top, #ff8d00 0%, #ff5d00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8d00), color-stop(100%,#ff5d00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8d00 0%,#ff5d00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8d00 0%,#ff5d00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff8d00 0%,#ff5d00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff8d00 0%,#ff5d00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d00', endColorstr='#ff5d00',GradientType=0 ); /* IE6-9 */
    border-color: #ff8c00;
    color: #fff;
}

    .btn-search-custom:hover {
        background: #ff6d00; /* Old browsers */
        background: -moz-linear-gradient(top, #ff6d00 0%, #ff5d00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8d00), color-stop(100%,#ff5d00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ff6d00 0%,#ff5d00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ff6d00 0%,#ff5d00 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ff6d00 0%,#ff5d00 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ff6d00 0%,#ff5d00 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d00', endColorstr='#ff5d00',GradientType=0 ); /* IE6-9 */
        border-color: #ff8c00;
        color: #fff;
    }

.hide-content {
    display: none;
}

.head {
    text-align: center;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*form group*/
.form-group {
    position: relative;
}
/*form group*/
div.t-numerictextbox {
    width: 15%;
}

div.t-formatted-value {
    font-size: 14px;
}

.custom-table th.vertical {
    text-align: left;
}

.custom-table th.report {
    text-align: -webkit-center;
}

.custom-table > thead > tr > th,
.custom-table > tbody > tr > th,
.custom-table > thead > tr > td,
.custom-table > tbody > tr > td {
    /*border-top: 1px solid #ddd;*/
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.custom-table th span {
    display: table-cell;
    -moz-transform: rotate(270deg) translate(0, 0);
    -moz-transform-origin: 50% 50%;
    width: 25px;
    max-width: 30px;
    height: 20px;
    white-space: nowrap;
}

.custom-table th.vertical {
    vertical-align: middle !important;
    padding: 68px 0px 10px 0 !important;
}

.custom-table th.report {
    vertical-align: middle !important;
    padding: 110px 0px 5px 0px !important;
}

.custom-table th.vertical span {
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}

.permission_list {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: auto;
    position: relative;
}

.tt-dropdown-menu {
    /*overflow:auto;
    height:100px;*/
}

/*--------------------LandspacePage-> export to word-------------------*/
@page {
    mso-page-border-surround-header: no;
    mso-page-border-surround-footer: no;
}

@page LandspacePage {
    size: 841.9pt 595.3pt;
    mso-page-orientation: landscape;
    margin: 0.7cm 0.7cm 0.7cm 0.7cm;
    mso-header-margin: 42.55pt;
    mso-footer-margin: 49.6pt;
    mso-paper-source: 0;
    layout-grid: 18.0pt;
}

div.LandspacePage {
    page: LandspacePage;
}
/*--------------------LandspacePage-> export to word-------------------*/

#record_form .twitter-typeahead .tt-dropdown-menu {
    position: initial !important;
    max-height: 150px !important;
    overflow-y: auto !important;
}

/*-----------------symbol-view------------------------*/
#symbol-view {
    position: fixed;
    top: 155px;
    right: -402px;
    color: #777;
    z-index: 40;
    display: inline-block;
    width: 400px;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid silver;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    #symbol-view.open {
        right: 0;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    #symbol-view .title {
        padding: 5px;
        color: #555;
        text-align: center;
        background-color: #fff;
        border-bottom: 1px solid #f1f5fc;
    }

    #symbol-view strong {
        display: block;
        margin-bottom: 15px;
    }

    #symbol-view hr {
        margin: 0;
        border-top-color: #f1f5fc;
        border-bottom: 1px solid #fff;
    }

    #symbol-view .symbols-box {
        padding: 10px 20px;
    }

    #symbol-view a {
        cursor: pointer;
    }

#symbol-view-icon {
    position: fixed;
    display: inline-block;
    top: 198px;
    right: 0;
    font-size: 17px;
    color: #777;
    z-index: 40;
    cursor: pointer;
    padding: 11px;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    background: #fff;
    border: 1px solid silver;
    border-width: 1px 0 1px 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#symbol-view-icon:focus, #symbol-view-icon:hover {
    text-decoration: none;
    color: #555;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#symbol-view-icon.open {
    right: 400px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#theme-setting {
    z-index: 41;
}

/*-----------------symbol-view------------------------*/