﻿body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(180deg, #1E4D73 0%, #3F93CF 100%) !important;
}

.page-layout {
    flex: 1;
    display: flex;
}

.page-layout-nav {
    flex: 0 240px;
    background-color: #C28282;
}

.page-layout-content {
    flex: 1 300px;
    background-color: #E5E5E5;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.navbar-bgColor {
    background: linear-gradient(180deg, #1E4D73 0%, #3F93CF 100%) !important;
}

.navbar.fixed-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
}

.navbar.fixed-left {
    bottom: 0;
    width: 240px;
    flex-flow: column nowrap;
    align-items: flex-start;
    right: auto
}

    .navbar.fixed-left .navbar-collapse {
        flex-grow: 0;
        flex-direction: column;
        width: 100%
    }

        .navbar.fixed-left .navbar-collapse .navbar-nav {
            flex-direction: column;
            width: 100%
        }

            .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
                width: 100%;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #F5F4F6;
                cursor: pointer;
            }

                .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
                    top: 0
                }

    .navbar.fixed-left .navbar-nav .nav-item .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-left: .3em solid;
        border-bottom: .3em solid transparent;
        border-right: none;
        vertical-align: baseline
    }

    .navbar.fixed-left .navbar-nav .nav-item .dropdown-menu {
        left: 100%
    }

.navbar .navbar-brand {
    border: 0.0625rem solid #8F95B1;
    border-radius: 0.5625rem;
    padding: 1.25rem;
    margin-bottom: 15px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.page-header {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #2D7CB5;
    margin-bottom: 30px;
}

.page-sub-header {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #2D7CB5;
    margin-bottom: 20px;
    line-height: 37px;
}

.grid-header {
    height: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #535353;
    margin-bottom: 5px;
}

.grid-row {
    background: #FFFFFF;
    border: 1px solid #E5E3E8;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px #bdc3db;
    border-radius: 6px;
    height: 52px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 47px;
    color: #535353;
    margin-bottom: 10px;
}

.grid-row-no-data {
    text-align: center;
    color: #535353 !important;
    margin-top: 100px;
}

.grid-cell-text {
    color: #535353 !important;
}

.grid-cell-icon {
    color: #2D7CB5 !important;
}

.link-button a:link, .link-button a:hover, .link-button a:active, .link-button a:visited {
    display: inline-block;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid #2D7CB5;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    color: #2D7CB5;
    text-decoration: none;
    background: #FFFFFF;
    width: fit-content;
}

div .link-button {
    display: inline-block;
}

.back-button {
    margin-right: 5px;
}

.archived-link a:link, .archived-link a:hover, .archived-link a:active, .archived-link a:visited {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #2D7CB5;
}

div .archived-link {
    display: inline-block;
    margin-left: 30px;
}

#rawHtmlEditor {
    width: 100%;
    height: 400px;
    border-radius: .25rem;
}

#fileUriEditor {
    width: 100%;
    height: 50px;
    border-radius: .25rem;
    white-space: nowrap;
}
#fileUriEditor .ace_scrollbar {
    display: none !important;
}

.rawHtmlEditorPreview {
	width: 100%;
	height: 400px;
	border-radius: .25rem;
	background-color: #ffffff;
}

#iFramePreview {
	width: 100%;
	min-height: 400px;
}

div .trumbowyg-button-pane {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#richTextEditor {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: #fff;
}

.guid-info {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 10px;
}