body.fixed-header {
    padding-top: 111px;
}
body.fixed-header.dashboard {
    padding-top: 60px;
} 

#changelist-filter input {
    width:100%;
}

.form-row.field-ManualDescFull{
    padding-bottom: 600px !important;
}

table.table-striped td p {
    margin: 0 !important;
    padding: 0 !important;
}
table.table-striped td.original p {
    padding: 5px 15px !important;
    height: auto !important;
}

.card-group {
    margin-top: 30px;
}

.datetime .dtlbl {
    display: inline-block;
    width: 70px;
}



a.dropdown-item {
    color: #000 !important;
}
a.dropdown-item.active {
    color: #fff !important;
}
.myAnchor {
    display: none;
    width: calc(100% - 30px);
    text-align: right;
    margin: 10px 15px;
    padding: 0 !important;
    order: -1 !important;
}
.myAnchorTop {
    display: none;
    width: calc(100% - 30px);
    text-align: right;
    margin: 10px 15px;
    padding: 0 !important;
    order: 4;
}
@media (max-width: 768px) {
    .myAnchor,
    .myAnchorTop  {
        display: block;
    }
}

.actualSelectedItem {
    font-weight: bold;
    text-align: center; 
}

.collapse .form-row {
    padding-top: 15px;
}
.collapse .form-row > div {
    width: 100%;
}
.tinymce-mobile-outer-container {
    width: 100vw;
}

caption {
    caption-side: top !important;
}

.xfull { 
    width: 100% !important;
    padding: 0 15px;
    margin-bottom: 5px;
}

.dashboard #content, 
#content-main,
#content-related {
    width: 100%;
    margin: 0 !important;
}



#header_new {
    flex-flow: unset;
    justify-content: space-between;

    width: auto;
    height: 60px;
    padding: 10px 40px;
    background: #1c375b;
    line-height: 40px;
    color: #ffc;

}

#header_new h1 {
    padding: 0;
    margin: 0 20px 0 0;
    font-weight: 300;
    font-size: 24px;
    color: #f5dd5d;
}

#header_new h1, #header_new h1 a:link, #header_new h1 a:visited {
    color: #f5dd5d;
}

#header_new h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #ffc;
}

#header_new a:hover {
    text-decoration: none;
}

#header_new img {
    height: 40px;
}

#header_new .navbar-nav,
#header_new .navbar-nav li {
    margin: 0;
    list-style-type: none;
}
#header_new .navbar-nav li {
    padding: 0;
}
#header_new .navbar-nav li.label {
    padding-right: 10px;
}
#header_new .navbar-nav li span,
#header_new .navbar-nav li a,
#header_new .navbar-nav li.label span,
#header_new .navbar-nav li.label strong {
    display: inline-block;
    line-height: 40px;
}

#header_new .navbar-nav li a,
#header_new .navbar-nav li:not(.label) span {
    padding: 0 10px;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase; 
}

#header_new .navbar-nav li a:focus, 
#header_new .navbar-nav li a:hover {
    text-decoration: none;
    color: #ffc;
}


#header_new.fixed-top + .breadcrumbs {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
}

table#result_list .sortable a  {  
    cursor: pointer;
}


#user-tools ul.main li.nav-item:not(.label):before {
    content: '/';
    color: #ffc;
}

#user-tools ul.main li.more {
	display: none;
	float: right;
	width: 60px;
	line-height: 59px;
	color: #fff;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
	cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    background: #1c375b;
	transition: all 600ms ease;
    flex-grow: 0;
    margin: -10px;
    position: relative;
    right: -30px;
}
#user-tools ul.main li.more i:before {
	content: '\f0c9';
}
#user-tools ul.main li.more:hover {

}
#user-tools ul.main li.more.open {
    background: #fff;
    color: #1c375b;
}
#user-tools ul.main li.more.open i:before {
	content: '\f00d';
}
#user-tools ul.main li.more:before {
	display: none;
}
#user-tools ul.other {
	display: none;
}
#user-tools ul.other.open {
	position: absolute;
    right: 0;
    top: 60px;
    margin: 0;
    padding: 0;
    z-index: 99999;    
	background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
}
#user-tools ul.other.open li {
	display: block;
    border-top: 1px solid #e6e6e6;
    text-align: right;  
}
#user-tools ul.other.open li a {
	display: block;
    padding: 10px 15px 10px 40px;;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
}
#user-tools ul.other.open li a:hover {
    color: #1c375b;
}

#user-tools ul.other.open li:first-child {
	border: 0;
}
#user-tools ul.other.open li span,
#user-tools ul.other.open li.label {
    color: #1c375b;
    text-align: center;
    padding: 5px 15px;
}


#djDebug #djDebugToolbarHandle {
    top: auto !important;
    bottom: 30px !important;
}



#changelist-filter .btn {
    margin-right: 10px;
}


.productfinder {
    width: 100%;
}



.checkbox-row input + label {
    margin: 0;
}


.related-widget-wrapper-link {
    border: 1px outset #ddd;
    background: #f1f1f1;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px !important;
}
.related-widget-wrapper-link img {
    vertical-align: baseline;
}

/* FAKE TABLE */
.fake-table-striped {

 
}
.fake-table-striped .fake-table-header {

}
.fake-table-striped .fake-table-header > div {
    padding: 8px 10px;
    font-size: 11px;
    font-weight: bold;    
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;  
    line-height: normal;
    text-transform: uppercase; 
}
.fake-table-striped .fake-table-body {
    padding:0;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    background: rgba(0,0,0,.05); 
}

.fake-table-striped .fake-table-body > div {
    padding: 10px 0;
}
.fake-table-striped .fake-table-header > div:nth-child(even),
.fake-table-striped .fake-table-body > div:nth-child(even) {

}

.fake-table-striped > .row > .col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 0;
    padding-right: 0; 
    text-align: center;
} 
.fake-table-striped .fake-table-body .col.field-distributionid,
.fake-table-striped > .row > .col:first-child,
.fake-table-striped > .row > .col:last-child {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.model-agregatormanufactuer .fake-table-striped > .row > .col:first-child,
.model-agregatormanufactuer .fake-table-striped > .row > .col.field-manufacturersourcename,
.model-agregatormanufactuer .fake-table-striped > .row > .col.field-distributionid {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; 
}



.fake-table-striped .fake-table-body  > .col select,
.fake-table-striped .fake-table-body  > .col input {
    width: 94%;

}

.fake-table-striped .fake-table-body .related-widget-wrapper {
    float: none;
}





@media (max-width: 1024px) {


    .fake-table-striped {
        padding: 0;    
    }    
    .fake-table-striped .fake-table-header,
    .fake-table-striped .fake-table-body  {
        float: left;
        width: 40%;
        margin: 0;
        flex-direction: column;
        text-align: right;      
    }
    .fake-table-striped .fake-table-body {
        float: right;
        width: 60%;
        text-align: center;
    }


    .fake-table-striped .fake-table-header > .col, 
    .fake-table-striped .fake-table-body  > .col {
        width: 100%;
        max-width: 100% !important;
        padding: 2px;
        border: 0px;
        text-align: left;

    }
    .fake-table-striped .fake-table-header > .col {
        line-height: 32px;
        
    }
    .fake-table-striped .fake-table-body  > .col {
        text-align: center;

    }


    .fake-table-striped .fake-table-body  > .col select,
    .fake-table-striped .fake-table-body  > .col input:not([type="checkbox"]) {
        margin: 0;
        height: 32px;
        width: 94%;

    }

    .fake-table-striped .fake-table-body .related-widget-wrapper {
        display: block;
    }

}
