@font-face {
    font-family: 'GothamBook';
    src: url('fonts/Gotham-book-font/GothamBook.eot');
    src: local('GothamBook'), url('fonts/Gotham-book-font/GothamBook.woff') format('woff'), url('fonts/Gotham-book-font/GothamBook.ttf') format('truetype');
}

.fontsforweb_fontid_10146 {
    font-family: 'GothamBook' !important;
}

body {
    /*font-family: "GothamBook", helvetica;*/
    font-weight: 400;
    color: #58595b;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
select,
textarea {
    /*font-family: "GothamBook";*/
}

.classic .fs-4 {
    font-size: 1.5rem;
}

.bg-yellow {
    background-color: #ffcd19;
}

.bg-charcoal {
    background-color: #58585b;
}

.bg-benim {
    background-color: #315a74;
}

.bg-rust {
    background-color: #ec8651;
}

.bg-sky {
    background-color: #c5d4ec;
}

.bg-sand {
    background-color: #e6e0d8;
}

.btn {
    border-radius: unset;
    padding: .875rem 1.25rem .75rem !important;
    border: none !important;
    background-image: none !important;
    text-shadow: none;
}

.btn-primary {
    color: #58595b !important;
    background-color: #ffce1a !important;
}

.btn-primary:hover {
    color: #58595b !important;
    background-color: #e6b500 !important;
    background-image: none !important;
}

.form-signin-wrapper,
.form-recovery-wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
    background-image: url("/images/CSQ-Supplier-Portal-BG.jpg");
}

.form-signin-wrapper h3,
.form-recovery-wrapper h3 {
    margin-bottom: 1.5rem;
}

.form-signin,
.form-recovery {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 0.25rem;

    box-shadow: 0rem 1rem 3rem rgba(0, 0, 0, .15);
    padding: 2rem;
    text-align: center;
    background-color: #ffffff;


}

.form-signin .btn-actions,
.form-recovery .btn-actions {
    margin-top: 1.5rem;
}

.action {
    /*box-shadow: 0rem 0.5rem 0.5rem rgba(0,0,0,.15); */
    flex-grow: 1;
    /*flex: 0 0 33.333333%;*/
    text-align: center;
}

.action img {
    box-shadow: 0rem 0.5rem 0.5rem rgba(0, 0, 0, .15);
    margin-bottom: 2rem;
    z-index: 1;
}

.side-bar {
    height: 100%;
    background-color: #ffcd19;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 280px;
}

.side-menu {
    display: flex !important;
    justify-content: center;
}

.side-menu a {
    font-size: 15px;
    color: #58585b;
    text-shadow: none;
}

.side-menu .nav-list>li>a {
    padding: 6px 15px;
}

.side-menu .nav-list>.active>a,
.side-menu .nav-list>.active>a:hover,
.side-menu .nav-list>.active>a:focus {
    background-color: #c5d4ec;
    color: #fff;
    text-shadow: none;
}

.brand-text {
    padding: 2rem 0rem;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 1.5;
    color: white;
}

.top-bar {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    margin-bottom: 2rem;
    margin-right: 2rem;
}

.top-bar .supplier_name {
    font-size: 1.3rem;
    font-style: italic;
}

a.help-link {
    color: #58595b;
}

a.help-link:hover,
a.help-link:focus {
    color: #4e4e4e;
}

.content-wrapper {
    /*margin-top: 3rem!important;*/
    /*margin-left: 3rem!important;*/
    margin-right: 2rem;
}

.columns-2 .right-column {
    margin-left: 280px !important;
}

/**
Gridview table
 */
.classic .grid-view table.items th {
    background-color: #58585b;
    color: #ffffff;
}

.classic .grid-view table.items th a {
    color: #ffffff;
}

.classic .grid-view table.items th a.desc .caret {
    border-bottom-color: #ffffff;
}

.classic .grid-view table.items th a.asc .caret {
    border-top-color: #ffffff;
}

.classic .thumbnails {
    display: flex;
}

@media (max-width: 480px) {
    .classic .thumbnails {
        display: block;
    }
}

.classic .thumbnail {
    background-color: #ffffff;
}

.classic .thumbnail img {
    width: 80%;
}

.classic .thumbnail:hover .caption {
    color: #ffffff;
}

.classic .thumbnail:hover img {
    filter: invert(1);

}

.classic .thumbnail:hover {
    background-color: #ffcd19;
}

.classic .thumbnail a:hover {
    text-decoration: none;
}

.classic #content {
    /*background-color: #dddee0;*/
}

.classic .btn-success {
    background-color: #c5d4ec;
    text-shadow: none;
}

.classic .btn-success:hover {
    background-color: #79a2e5;
}

table td.center {
    text-align: center;
    vertical-align: middle;
}

.table tbody tr.error>td {
    background-color: #f2dede !important;
}

.menu-block {
    display: flex;
    flex-wrap: wrap;
}

.menu-block li {
    flex: 0 0 21%;
    margin: 15px;
    background-color: #ffffff;
    list-style: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out;
}

.menu-block li .caption {
    padding: 9px;
    color: #555555;
}

.menu-block li:hover .caption {
    color: #ffffff;
}

.menu-block li img {
    width: 12rem;
}

.menu-block li:hover img {
    filter: invert(1);
}

.menu-block li:hover {
    background-color: #ffcd19;
}

.menu-block li a:hover {
    text-decoration: none;
}

.classic [class^="icon-"],
[class*=" icon-"] {
    vertical-align: middle;
    margin-top: -5px;
}

#login-form a {
    display: inline-block;
}

.table a,
table .tbrelational-column {
    display: inline-block;
}

div.main-content .top-bar,
div.main-content .content-wrapper {
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    div.main-content {
        margin-left: 280px;
    }

    div.side-bar .brand-text img.mobile-logo {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    div.side-bar {
        width: 50px;
    }

    div.side-bar .brand img.desktop-logo {
        display: none;
    }

    div.side-bar .side-menu li a span {
        display: none;
    }

    div.side-bar .brand-text span {
        display: inline;
    }

    div.main-content {
        margin-left: 50px;
    }
}

#news_list {
    padding-top: 0px;
}

.list-view form {
    margin-bottom: 0px;
    margin-left: 10px;
}

.list-view .actions {
    display: flex;
    align-items: center;
    justify-content: end;
}

.list-view .accordion-group {
    margin-bottom: 15px;
}

.list-view .accordion-group:hover {
    background-color: #EEEEEE;
}

.list-view .accordion-body {
    background-color: #f5f5f5;
}

.list-view .news-tags {
    padding: 8px 15px;
}

.list-view .news-short-content {
    margin-left: 2rem;
}

.list-view .accordion-group .message-date {
    position: absolute;
    top: 1rem;
    right: 0;
    padding-right: 14px;
    border-radius: 0px;
}

.list-view .accordion-group.unread .message-date,
.list-view .accordion-group.unread .message-title {
    font-weight: bold;
}

.side-menu .news-count {
    margin-left: 3px;
}
