.dataTable > thead > tr > th.sorting, .dataTable > thead > tr > th.sorting_asc, .dataTable > thead > tr > th.sorting_desc {
    cursor: pointer !important;
}

.form-control.select2-container {
    border: 1px solid #d6d3d3;
}

.DTTT_container {
    left: 5px;
    top: 4px;
}

div.more select {
    color: black;
}

.confirmation {
    z-index: 10055;
}

.modal-open {
    overflow-y: hidden !important;
}

.darkback {
    background-color: #beCDDB !important;
}

#beCDDB .form-group.subtitle .formattedDecimal {
    font-weight: bold;
    font-size: 10pt;
}

.ui-draggable-handle {
    cursor: move;
}

.form .form-bordered .form-group .control-label {
    padding-top: 0;
}

.pac-container {
    z-index: 20000 !important;
}

.invalidentry {
    text-decoration: overline !important;
    color: red !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.clickable .badge {
    font-size: 16px !important;
    height: 24px;
    padding: 5px;
}

td.click {
    cursor: pointer;
}

.page-header.navbar {
    min-height: 50px !important;
    height: unset !important;
}

.img-hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    border: 0;
}

    .img-hover:hover {
        opacity: 1 !important;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
/*pager*/
ul.inbox-nav li.active span {
    color: white !important;
}

#PageInfo .pagination {
    float: left;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    #PageInfo .pagination a {
        display: block;
        float: left;
        height: 20px;
        width: 20px;
        background-color: rgb(0,50,75);
        color: #555555;
        text-align: center;
        text-decoration: none;
        font-family: Times, 'Times New Roman', Georgia, Palatino; /* ATTN: need a better font stack */
        font-weight: bold;
        font-size: 16px;
        outline: none;
        vertical-align: middle;
        background: #F3F3F3; /* Old browsers */
        background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#D3D3D3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* IE10+ */
        background: linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D3D3D3',GradientType=0 ); /* IE6-9 */
    }

        #PageInfo .pagination a:hover, .pagination a:focus, .pagination a:active {
            background: #CECECE; /* Old browsers */
            background: -moz-linear-gradient(top, #E4E4E4 0%, #CECECE 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#CECECE)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #E4E4E4 0%,#CECECE 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #E4E4E4 0%,#CECECE 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #E4E4E4 0%,#CECECE 100%); /* IE10+ */
            background: linear-gradient(top, #E4E4E4 0%,#CECECE 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#CECECE',GradientType=0 ); /* IE6-9 */
        }

        #PageInfo .pagination a.disabled, .pagination a.disabled:hover, .pagination a.disabled:focus, .pagination a.disabled:active {
            background: #F3F3F3; /* Old browsers */
            background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#D3D3D3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* IE10+ */
            background: linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D3D3D3',GradientType=0 ); /* IE6-9 */
            color: #A8A8A8;
        }

        #PageInfo .pagination a:first-child {
            border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            -webkit-border-radius: 2px 0 0 2px;
        }

        #PageInfo .pagination a:last-child {
            border-radius: 0 2px 2px 0;
            -moz-border-radius: 0 2px 2px 0;
            -webkit-border-radius: 0 2px 2px 0;
        }

    #PageInfo .pagination a {
        border-right: 1px solid #CDCDCD;
        border-left: 1px solid #CDCDCD;
    }

        #PageInfo .pagination a:first-child {
            border: none;
        }

        #PageInfo .pagination a:last-child {
            border: none;
        }

    #PageInfo .pagination input {
        border: none;
        float: left;
        text-align: center;
        height: 20px;
        outline: none;
        vertical-align: middle;
        width: 120px;
        padding: 0;
        margin: 0;
    }
/*pager*/
.blue-txt {
    color: #3f8dcb !important;
}

.red-txt {
    color: red !important;
}

.green-txt {
    color: green !important;
}

#ULUsers > tbody > tr > td.selected {
    font-weight: bold;
    background-color: rgb(184, 240, 208) !important;
    border-bottom: 2px solid rgb(120, 154, 226);
    border-top: 2px solid rgb(143, 169, 224);
}

#ULUsers > tbody > tr > td.disabled {
    background-color: rgb(236, 214, 217);
    font-style: italic;
}

#ULRoles {
    font-size: 12px;
}

.note {
    margin: 0 !important;
    padding: 5px !important;
}

.portlet.box > .portlet-body {
    padding: 5px;
}

table.table {
    margin-bottom: 0px !important;
}

#PrintPreviewBack {
    font-size: 10pt;
    font-family: Calibri;
    padding-top: 10px;
}

    #PrintPreviewBack table {
        width: 98%;
        background-color: white;
        padding: 10px;
        margin: 0 auto;
    }

        #PrintPreviewBack table tr th {
            text-align: left;
        }

        #PrintPreviewBack table tr td {
            padding: 1px 1px;
        }

#PrintPreviewBody {
    padding: 0;
    margin: 0;
    background-color: #f1f1f1;
}

.condensed > tbody > tr.selected {
    background-color: #b4e0f7 !important;
}

.condensed > tbody > tr.selected {
    background-color: #b4e0f7 !important;
}

.condensed > tbody > tr.normal {
    background-color: #d4f8ea;
}

.condensed > tbody > tr.expired {
    background-color: #f1e2e4;
}

.condensed > tbody > tr.expiring {
    background-color: #f2dac7;
}

.result.condensed > tbody > tr > td {
    cursor: pointer;
}

.condensed > tbody > tr > td {
    padding: 1px;
}

.condensed > thead > tr {
    background-color: #BFDBF5;
}

    .condensed > thead > tr > th {
        font-size: 12px;
    }

label {
    font-weight: 400;
    font-size: 13px;
}

.noresize {
    resize: none;
}

.nowrap {
    white-space: nowrap;
}

.btn-del {
    padding: 3px 10px 3px 10px;
    font-size: 10px;
}

.ReportWrap {
    white-space: pre;
    text-align: left;
    padding: 1em;
    background: white;
    color: black;
    font-family: monospace;
}

.Financial .note {
    margin: 0 0 5px 0;
    padding: 2px 2px 2px 5px;
}

    .Financial .note label {
        font-weight: 400;
        font-size: 12px;
    }

.Financial .form-group.total label {
    font-weight: bold;
    font-style: italic;
}

.Financial.form-bordered .form-group > div {
    padding: 0px;
}

.Financial .form-group {
    margin-bottom: 0px !important;
}

    .Financial .form-group label {
        font-size: 8pt;
    }

    .Financial .form-group.subtitle label {
        font-size: 9pt;
        font-weight: bold;
    }

.Financial.form-bordered .control-label {
    padding-top: 0px;
}

.Financial.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #E7ECF1;
}

.Financial.form-horizontal.form-bordered.form-row-stripped.darkback .form-group:nth-child(even) {
    background-color: #b5c4d1;
}

.Financial.form-horizontal.form-bordered.form-row-stripped .form-group:hover {
    background-color: #f3ece3;
}

.FinRowWarning {
    background-color: #ebccd1;
}

.form-group .input-sm .left input[disabled] {
    background-color: gray !important;
}

.Financial .form-group .input-sm .left {
    height: 20px;
    padding: 5px 10px 0;
    font-size: 12px;
    text-align: left;
}

.Financial .form-group .input-sm {
    height: 20px;
    padding: 5px 10px 0;
    font-size: 12px;
    text-align: right;
}

.Financial .form-group:hover .input-sm {
    border-color: #66afe9 !important;
}

.form-horizontal .control-label {
    /*text-align: left;*/
}

.check-cells {
    width: 30px;
}

td.period {
    width: 20%;
}

td.standart {
    width: 30%;
}

    td.standart ul {
        padding-left: 15px;
    }

.form-actions {
    margin-top: 10px !important;
}

    .form-actions.fluid {
        padding: 5px 0 !important;
    }

a.remark-image {
    margin-bottom: 2px;
    background-repeat: no-repeat;
    width: 16px;
    background-image: url(/content/images/remark1-16.png);
}

a.remark-text {
    margin-left: 0px !important;
    color: white;
}

a.addnew {
    margin-bottom: 2px;
    background-repeat: no-repeat;
    width: 16px;
    background-image: url(/content/images/plus-16-white.png);
}

a.print {
    margin-bottom: 2px;
    background-repeat: no-repeat;
    width: 16px;
    background-image: url(/content/images/print-16-white.png);
}

a.reload-results {
    margin-bottom: 2px;
    background-repeat: no-repeat;
    width: 16px;
    background-image: url(/assets/global/img/portlet-reload-icon-white.png);
}

.validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-error-msg {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-success-msg {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.field-validation-error {
    color: #b94a48;
}

.company-logo {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}

.floatingHeader {
    position: fixed;
    top: 50px;
    visibility: hidden;
    z-index: 1;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 3px 3px 5px #808080;
}

.panel.panel-primary.ResultPanel .panel-body .row:hover {
    background-color: white;
}

.panel.panel-primary.ResultPanel:hover {
    background-color: #e6eef2;
}

.person-icon {
    max-width: 44px;
    width: 100%;
}

.personal-info-icons {
    max-width: 32px;
}

.modal-body {
    position: relative;
    padding: 10px;
}

.portlet {
    margin-bottom: 5px;
}

.tabbable-custom {
    margin-bottom: 0px;
}

.dataTables_filter input {
    height: 28px;
    padding: 0px 10px 1px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.alert {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.combogrid {
    z-index: 10060 !important;
}

.note {
    margin: 0 0 10px 0;
    padding: 10px 5px 5px 10px;
}

.page-content .page-breadcrumb.breadcrumb {
    margin-bottom: 10px;
}

.ListTable thead tr {
    background-color: #E7EFF7;
}

.ListTable tbody tr td.edit {
    border-bottom: 1px dashed #333333;
}

.gender-icon-title {
    width: 20px;
}

.media.user.online {
    background-color: green !important;
    color: white !important;
}

.page-quick-sidebar-chat-user-messages.online {
    background-color: #bce5bc;
}

    .page-quick-sidebar-chat-user-messages.online .post .message {
        background-color: white !important;
    }

    .page-quick-sidebar-chat-user-messages.online .post.out .message .arrow {
        border-left-color: white !important;
    }

    .page-quick-sidebar-chat-user-messages.online .post.in .message .arrow {
        border-right-color: white !important;
    }

.dz-default.dz-message {
    background-image: url("/custom/media/drag-and-drop.png") !important;
    min-height: 150px;
    background-position: center !important;
    text-align: center;
    background-size: auto !important;
}

.message .body .imagefilepreview {
    width: 100%;
    max-width: 150px;
}

.message .body .preview[data-type='pdf'] span {
    display: inline-block;
    margin-top: 25px;
    min-height: 45px;
}

.message .body .badge-danger {
    position: absolute;
    cursor: pointer;
}

#iframe img {
    max-width: 100% !important;
}

@media only screen and (max-width: 670px) {
    #QuickSearchForm input[type='text'] {
        width: 100px !important;
    }
}

@media only screen and (max-width: 1350px) {
    #QuickSearchForm .radio-list.font-grey {
        display: none;
    }


    li.dropdown.language, li.dropdown.currenyrates {
        display: none !important;
    }
}

.page-quick-sidebar-wrapper {
    width: 320px;
    right: -320px;
}

    .page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
        width: 320px !important;
    }

    .page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
        width: 320px !important;
        margin-left: 320px;
    }

.page-quick-sidebar-chat-user-form .typing {
    color: green;
    position: absolute;
    top: -20px;
    background: white;
    font-weight: 600;
}

.at {
    position: absolute;
    top: -78px;
    color: green;
    background: white;
}

.quotation {
    font-weight: 600;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

    .quotation div:nth-child(1) {
        width: 100%;
        background-color: #9da7ad;
        color: black;
        margin: -5px 0 5px 0;
        padding: 5px;
    }

.chatdetails.online .quotation div:nth-child(1), .input-group .quotation div:nth-child(1) {
    background-color: #cee1ed;
}

.quotation div:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    cursor: pointer;
}

.page-quick-sidebar-chat-user-messages .post .message {
    cursor: pointer;
}

.message .body blockquote {
    margin: 0 0 10px;
    padding: unset;
    font-size: unset;
}

.post.out .message .body blockquote {
    border-right: 5px solid #eee;
    border-left: unset;
}

.post.in .message .body blockquote {
    border-left: 5px solid #eee;
    border-right: unset;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
    margin-left: -320px;
}

.post.out .badge.badge-danger.messagedel {
    left: 4px;
    position: absolute;
    display: none;
}

.post.out .message:hover .messagedel {
    display: block;
}

.message.deleted  .body{
    background-color: #f7e3e3 !important;
}
