:root .grid-stack-item > .ui-resizable-handle { filter: none; }

.grid-stack { position: relative; }

.grid-stack .grid-stack-placeholder > .placeholder-content {
    border: 2px dashed lightgray;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px !important;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 1050 !important;
}

.grid-stack > .grid-stack-item {
    min-width: 8.33333333%;
    position: absolute;
    padding: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle { display: none !important; }

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing { z-index: 100; }

.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    text-align: right;
    color: gray;
    padding: 2px 3px 0 0;
    margin: 0;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.grid-stack > .grid-stack-item > .ui-resizable-se::before,
.grid-stack > .grid-stack-item > .ui-resizable-sw::before { content: "\f065"; }

.grid-stack > .grid-stack-item > .ui-resizable-se {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
    cursor: nw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
    cursor: n-resize;
    height: 10px;
    top: 0;
    left: 25px;
    right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
    cursor: ne-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
    cursor: e-resize;
    width: 10px;
    right: 10px;
    top: 15px;
    bottom: 15px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
    cursor: s-resize;
    height: 10px;
    left: 25px;
    bottom: 0;
    right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    cursor: sw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
    cursor: w-resize;
    width: 10px;
    left: 10px;
    top: 15px;
    bottom: 15px;
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}

.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
    -webkit-transition: left 0s, top 0s, height 0s, width 0s;
    -moz-transition: left 0s, top 0s, height 0s, width 0s;
    -ms-transition: left 0s, top 0s, height 0s, width 0s;
    -o-transition: left 0s, top 0s, height 0s, width 0s;
    transition: left 0s, top 0s, height 0s, width 0s;
}

/** Uncomment this to show bottom-left resize handle **/

/*
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    @include vendor(transform, rotate(180deg));
}
*/

/*@media (max-width: 768px) {
    .grid-stack-item {
        position: relative !important;
        width: auto !important;
        left: 0 !important;
        top: auto !important;
        margin-bottom: 20px;
    }

        .grid-stack-item .ui-resizable-handle {
            display: none;
        }

    .grid-stack {
        height: auto !important;
    }
}*/

/* Widgets*/

.mymap {
    position: relative;
    padding-bottom: 40%;
}

.mymap > .map:first-of-type {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.wc-norequest {
    color: #C8CCCF !important;
    font-family: 'roboto_condensedlight', sans-serif !important;
    font-size: 24px !important;
}

.wc-no-contact {
    color: #C8CCCF !important;
    font-size: 41px !important;
}

/*Widget-Progress Bar*/

progress[value] { /*for IE*/
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Get rid of default border in Firefox. */
    border: none;
    height: 16px; /*just ie need  this*/
    border-radius: 10px;
    background-color: #E0634B;
    /* For IE10 */
    color: #5EB95F;
}

progress[value]::-webkit-progress-bar { /*google chrome*/
    background-color: #E0634B; /*background red*/
    border-radius: 10px;
}

progress[value]::-webkit-progress-value { /*google chrome*/
    background-color: #5EB95F;
    border-radius: 10px;
}

progress[value]::-moz-progress-bar { /*mozilla*/
    background-color: #5EB95F;
    border-radius: 10px;
}

/*END progress bar css*/


/*Widget-inbox*/

#widget-inbox-table > tbody > tr > td { border: none; }

.grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

header a, header a:hover { color: #fff; }

.darklue {
    background: #2c3e50;
    color: #fff;
}

.darklue hr.star-light::after { background-color: #2c3e50; }

/*Dashboard css*/

.connection-name > p { margin-top: 9px; }

.invitationsi-body { margin-top: 13px; }

.input-container { padding-right: 10px !important; }

.dashboardComponent { padding: 0px 0px 0px 0px; }

.grid-stack-item { height: 300px; }

.widgetList.pagination > .active > a { cursor: pointer; }

.widgetList.pagination a { cursor: pointer; }

.widget-menu {
    min-width: 60px;
    width: 60px;
    cursor: pointer;
    left: -15px;
}

/*WidgetConnections*/

.tableWidgetInbox tr td {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
}

.box-publicmodal-plus { cursor: pointer; }


/*Widget Completion*/

#nav-widget-completion { padding-top: 5px; }

.widget-completion li a { padding: 2px 6px 2px 6px; }

.completion-button-section {
    margin-top: 10px;
    font-size: 16px;
}

.completion-button-section-top {
    margin-top: 12px;
    text-align: center;
}

.completion-span-link {
    color: #55a2df;
    cursor: pointer;
}

.container-canvas canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.block-canvas .col-md-4 { padding: 0; }

/*Widget InvitationSi*/

#invsi {
    font-size: 1.2em;
    font-family: roboto_condensedbold;
}

.title-widget-container {
    margin-top: 1.5em;
    margin-bottom: 1.1em;
}

.wi-container-input { width: 94%; }

.wi-buttom-style {
    top: 2px;
    padding-left: 2%;
}

@media (max-width: 992px) {
    .wi-buttom-style {
        /*margin-top: 10px;
        padding-bottom: 10%;
        margin-bottom: 31px;
        padding-right: 0;*/
    }

    .wi-container-input { width: 100% !important; }

    .wi-container-text { text-align: center; }
}

.widget-cr { width: 100%; }

.widget-cr > tbody > tr > td:nth-of-type(1) { width: 70px; }

.widget-cr > tbody > tr > td:nth-of-type(1) .nt-contact-thumb {
    width: 54px !important;
    height: 54px !important;
}

.widget-cr > tbody > tr > td:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 16px;
    color: #1b242a;
    margin-bottom: 8px;
}

.widget-cr > tbody > tr > td:nth-of-type(2) > div:nth-of-type(2) > button { width: 62px; }

/* widget Share Information Management */

table.widget-sim {
    width: 100%;
    table-layout: fixed;
}

table.widget-sim > tbody > tr > td {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

table.widget-sim > tbody > tr > td:nth-child(1) > div:nth-of-type(1) {
    font-size: 16px;
    color: #1b242a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table.widget-sim > tbody > tr > td:nth-child(1) > div:nth-of-type(2) { font-size: 14px; }

table.widget-sim > tbody > tr > td:nth-child(2) { width: 72px; }

table.widget-sim > tbody > tr > td:nth-child(2) > button {
    display: block;
    width: 62px;
}

table.widget-sim > tbody > tr > td:nth-child(2) > button:not(:last-of-type) { margin-bottom: 2px; }

table.widget-sim > tbody > tr > td:nth-child(2) > button:first-of-type { margin-top: 2px; }

table.widget-sim > tbody > tr > td:nth-child(2) > button:last-of-type { margin-bottom: 2px; }

/*grid-stack-item component hbs*/

.no-border { border: none !important; }

.no-border::after { content: ""; }

.panelGuest {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px !important;
}

.padding-5 { padding: 5px !important; }

.padding-10 { padding: 10px !important; }

/** widget reminders**/

.widget-date-expired { color: #DC5034; }

.widget-date-expiring { color: red; }

.widget-date-current { font-weight: bold; }

.widget-date-seven { color: #FEC907; }

.reminder-date {
    font-family: 'roboto_condensedlight', sans-serif;
    font-size: 45px;
}

.reminder-li {
    padding-top: 5px;
    cursor: pointer;
}

.reminder-li:hover { font-family: 'roboto_condensedbold'; }

/** widget public information**/

.title-name {
    padding-top: 25px;
    padding-bottom: 10px;
    color: #55a2df;
    font-family: 'roboto_condensedlight', sans-serif;
    font-size: 30px;
    line-height: 25px;
}

.icon-profile-widget {
    font-size: 100px;
    line-height: initial;
}

.user-thumb-widget {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 1px #a6acb0;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .title-name { padding-top: 15px; }

    .icon-profile-widget { font-size: 80px; }

    .user-thumb-widget {
        width: 80px;
        height: 80px;
    }
}

.tdimg {
    width: 100px;
    padding-right: 5px;
}


.padding-left10 { padding-left: 10px !important; }

/**widget dropdown menu header**/

.panel-heading a:after {
    font-family: none !important;
    content: "" !important;
}

/** widget Visits Counter**/

.searchCounterRow {
    border-top: 1px solid #ddd;
    background-color: #edeeef;
    min-height: 94px;
}

.visitsCounterRow {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 94px;
}

.visitsCounter, .searchCounter {
    color: #55a2df;
    font-size: 60px;
    font-family: 'roboto_condensedlight', sans-serif;
}


.widget-publicprofile-row {
    margin-top: 5%;
    margin-bottom: 5%;
}

/*widget request*/

.btn-margin { margin: 10px; }

#example123 > tbody > tr > td { border: none; }


/*widget request inbox*/

#widget-inbox-table_wrapper .col-sm-12 { padding: 0px 0px 0px 0px; }

#widget-inbox-table.dataTable {
    clear: both;
    margin-top: -1px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

#widget-inbox-table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
    font-family: 'roboto_condensedregular', sans-serif;
    color: #404B51;
    font-size: 14px;
    background-color: #ffffff;
}


#requestTable_wrapper .col-sm-12 { padding: 0px 5px 5px 5px; }

/*widget project*/

.smallTab {
    padding-bottom: 0px !important;
    padding-top: 5px !important;
    color: black !important;
    background-color: lightgray;
}

.smallTab .active { background-color: #FFFFFF !important; }

.width170 { width: 170px !important; }

.height33 { height: 33px !important; }

.height34 { height: 34px !important; }

.container-nav .nav { border-bottom: initial; }


.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

/*add widget modal styles*/

@media all and (min-width: 569px) and (max-width: 768px) {
    .widget-container-modal {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 568px) {
    .widget-container-modal {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}


/*DAsboard Comp*/

.btn-with-scroll {
    position: fixed;
    background: #fff;
    /*margin-left:-12px;*/
    z-index: 1 !important;
    padding-bottom: 5px !important;
}

.btn-without-scroll {
    position: inherit;
    background-color: transparent;
    margin-left: 0px;
    z-index: 1;
    padding-bottom: 0px !important;
}

.dashboard-icons {
    /*color: #55a2df;*/
    font-size: 15px;
    position: relative;
    top: 2px;
}

.active2 { border: 2px solid #55A2DF !important; }

.panel-widget {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    cursor: pointer;
}

.panel-body-widget {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

.thumbnail-widget-icon {
    color: #5EB95F;
    font-size: 20px;
}

.widget-title-modal {
    padding-top: 9px;
    margin: 23px 0 5px;
    font-size: 20px;
}

.title-active { color: #55A2DF; }

button label { cursor: pointer; }



/*Icon Widget*/

.icon-widget-dropdown {
    color: #55a2df;
    font-size: 1.2em;
}

.icon-button {
    top: -2px;
    font-size: 16px;
}

.resize-icon { width: 40px; }

.resize-icon #icon-widget { color: #97a0b3; }

.resize-icon #icon-widget-caret {
    position: relative;
    top: -4px;
}

.resize-icon #btnGroupDrop1 {
    height: 28px;
    border-color: #97a0b3;
}

.resize-icon .open { background: #55a2df; }

.resize-icon .open #btnGroupDrop1 { border-color: #55a2df; }

.resize-icon .open #icon-widget { color: #fff !important; }

.resize-icon .open #icon-widget-caret { color: #fff !important; }

.pointer-table { cursor: pointer; }

#WidgetNetwork {
    /*padding: 5px !important;*/
    overflow-x: auto;
}

#WidgetReminders {
    /* padding: 5px !important;*/
    overflow-x: auto;
}

#WidgetPublicInfo {
    padding: 5px !important;
    overflow-x: auto;
}

#WidgetInvitate {
    padding: 4px !important;
    overflow-x: auto;
}

.invitation-container { padding-left: 7px; }

@media (max-width: 1400px) {
    .invitation-container { padding-left: 0px; }
}

.margin-5 {
    margin: 5px !important;
    overflow-y: hidden;
}

.overflow-y-hidden { overflow-y: hidden; }

.close-black {
    color: black !important;
    opacity: 1;
    right: 0px !important;
    margin-left: 10px !important;
    font-size: 25px !important;
}

.black:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=50);
}

.width-100 { width: 100px; }

#premiumMenu a { color: #FBD400 !important; }

#premiumMenu a :hover { color: #FBD400 !important; }

.alert-premium-project {
    background-color: #efefef;
    border-color: #efefef;
    color: #efefef;
    padding: 8px !important;
    margin-bottom: 0px !important;
}

.alert-premium-project-text {
    font-family: 'roboto_condensedregular' !important, sans-serif;
    font-size: 18px;
}

.color-db3b21 { color: #db3b21 !important; }

.color-5e6a71 { color: #5e6a71 !important; }

.alert-premium-bidproject {
    background-color: #efefef;
    border-color: #efefef;
    color: #efefef;
    padding: 8px !important;
    margin: -15px -16px 5px -15px;
    height: 50px;
}

.margin-top-44 { margin-top: 44px !important; }

.margin-top-60 { margin-top: 60px !important; }

.margin-alert-premium-bidproject { margin: -16px -15px 0px -16px !important; }