
.gpicker {
    opacity: 0;
}

.gpicker+div[id^="dropbox-chooser"] {
    float: right;
    margin-left: 5px;
}

.gpicker {
    height: 14px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    text-decoration: none;
    padding: 1px 7px 5px 3px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0);
    line-height: 18px !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}



.preview_image {
    height: auto;
    width: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.preview_image:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

.preview_image img {
    width: 100%;
    height: auto;
}

.table-image {
    height: 75px;
    width: 250px;
    margin: 15px 0px;
}


.dataTables_filter input {
    margin-left: -2px !important;
    width: 90px !important;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    height: 31px;
}
.dataTables_filter .input-group-addon{
    border-radius: 4px !important;
    border-top: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
    border-left: 1px solid #dadce0;
}

.dataTables_filter input:focus {
    width: 160px !important;
}


.dataTables_empty {
    background: url(../../../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 228px;
    padding-top: 14px !important;
    text-align: left !important;
    color: #777777;
    font-size: 15px;
}

.list-status a {
    border: 1px solid #eee;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    text-decoration: none;
}
.list-status a.active {
    background: #f9fafb;
}

.stats-status a, .faq-list a{
    text-decoration: none;
}


.preview-sticky-header {
    z-index: 1;
    background: #fff;
    padding-top: 15px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
    width: 100% !important;
    left: 0px !important;
}

.preview-sticky-header .sticky-hidden {
    display: none !important;
}

.preview-sticky-header .sticky-visible {
    display: inherit !important;
}

.mobile .preview-sticky-header {
    padding: 15px;
}

@media(max-width:767px) {

    .preview-sticky-container .action-button,
    .preview-sticky-container .content-view-status {
        float: none !important;
        display: inline-block;
        width: 100%;
        margin: 0 0 5px 0;
    }
}

div:not(.preview-sticky-header) .preview-sticky-container {
    padding-left: 0px;
    padding-right: 0px;
}

.signature-pad--body {
    border-radius: 4px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c0cbda
}

.gdpr-right {
    border: 1px solid #d8d8d8;
    padding: 35px 15px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px;
}

.gdpr-right .gdpr-right-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
}

.gdpr-purpose {
    border: 1px solid #d8d8d8;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.gdpr-purpose .gdpr-purpose-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
}
.article_group_wrapper a{
    text-decoration: none;
}


.project-percent {
    position: absolute;
    font-size: 33px;
    font-weight: 500;
    top: 30%;
    left: 0;
    right: 0;
}

.front_project_tab .nav.nav-tabs .nav-item.active .nav-link {
    color: #4285f4;
    position: relative;
}

.project-info-bg {
    background: #fbfbfb!important;
    color: #333!important;
    border-top: 1px solid #e4e5e7 !important;
    border-left: 1px solid #e4e5e7 !important;
    border-right: 1px solid #e4e5e7 !important;
    font-weight: 500;
}

.panel-body.panel-border {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    position: relative;
}

.panel-border table tr:first-child td{
    border-top: 0px;
}

.project-file-image {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-right: 10px;
}

.project_files_link{
    text-decoration: none !important;
}




.fn-gantt {
    border: 2px solid #EEF2F4;
    border-radius: 4px;
}

.fn-gantt-hint {
    background: #6c7888;
    border: 0;
    color: #fff;
}

.fn-gantt .leftPanel {
    width: 450px;
    border-right: 1px solid #e4e4e4;
}

.fn-gantt .leftPanel .name {
    font-weight: 500;
    font-size: 13px;
    background: #717a86 !important;
}

.fn-gantt .rightPanel .fn-label:hover {
    cursor: pointer;
}

.fn-gantt .rightPanel .month {
    color: #717a86;
}

.fn-gantt .wd,
.fn-gantt .bottom,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .spacer,
.fn-gantt .leftPanel .desc {
    background-color: #ffffff;
}

.fn-gantt .leftPanel .fn-label {
    width: 100%;
}

.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc {
    border-bottom: 1px solid #f5f5f5;
    height: 23px;
}

.fn-gantt .leftPanel .name {
    width: 40%;
}

.fn-gantt .leftPanel .desc {
    width: 60%;
}

#gantt .gantt_project_name {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-top: 32px;
}

.fn-gantt .leftPanel .name .fn-label {
    color: #fff;
}

.fn-gantt table th:first-child {
    width: 150px;
}

.fn-gantt *,
.fn-gantt *:after,
.fn-gantt *:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#gantt .dataPanel .header{
    position: relative !important;
}
#gantt .dataPanel .row{
    display: inline;
}
#gantt .nav-link{
    padding: 0px;
}


#task a.task_title{
    text-decoration: none !important;
}



@media (max-width: 768px) {
    .dataTables_filter input,
    .dataTables_filter input:focus {
        width: 100% !important;
    }
    .fn-gantt .fn-content {
        overflow-x: scroll;
    }
}

.mtop25 {
    margin-top: 25px;
}

.panel_s>.panel-heading {
    color: inherit;
    font-weight: 500;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
    border: 1px solid #e4e5e7;
}

.panel_s .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.panel_s>.panel-footer {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-top: none;
    color: inherit;
    font-size: 90%;
    padding: 7px 15px;
}

.panel_s>.panel-heading+.panel-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
}

.panel_s {
    border: none;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
}

.panel_s{
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.panel_s .panel-body{
    border: none;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(100,120,140,.25) !important;
    box-shadow: inset 0 0 0 1px rgba(100,120,140,.25) !important;
}

.nav-tabs {
    padding-bottom: 0;
    margin-bottom: 25px;
    background: 0 0;
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.nav-tabs>li {
    border: 0;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .navbar-pills.nav-tabs>li>a:focus, .navbar-pills.nav-tabs>li>a:hover {
    border-bottom: 1px solid #02a9f4;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #3871cf;
    text-decoration: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .navbar-pills.nav-tabs>li>a:focus, .navbar-pills.nav-tabs>li>a:hover {
    border-bottom: 1px solid #02a9f4;
    text-decoration: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #02a9f4;
    background: 0 0;
    color: #008ece;
    margin-bottom: 1px;
}
.nav-tabs>li>a {
    border: 0;
    border-bottom: 2px solid transparent;
    background: 0 0;
    color: #333;
    padding: 12px 13px 12px 13px;
    font-weight: 400;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

.left_bar .nav-tabs--vertical .head{
    width: 100%;
}