body {
    margin: 0px;
    font-family: Tahoma, Arial, Sans-serif;
}

@font-face {
    font-family: "Glyphicons Halflings";

    src: url("/fonts/glyphicons-halflings-regular.eot");
    src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("/fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.gradientDarkBlue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
    background: #606c88; /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #606c88),
            color-stop(100%, #3f4c6b)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
            top,
            #606c88 0%,
            #3f4c6b 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
            top,
            #606c88 0%,
            #3f4c6b 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0); /* IE6-9 */
}

.gradientBlack {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10111c+0,393449+100 */
    background: #10111c; /* Old browsers */
    background: -moz-linear-gradient(top, #10111c 0%, #393449 100%); /* FF3.6+ */
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #10111c),
            color-stop(100%, #393449)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
            top,
            #10111c 0%,
            #393449 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
            top,
            #10111c 0%,
            #393449 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #10111c 0%, #393449 100%); /* IE10+ */
    background: linear-gradient(to bottom, #10111c 0%, #393449 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10111c', endColorstr='#393449', GradientType=0); /* IE6-9 */
}

.fixedWidth {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
}

.cmsScreenBlocker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1001;
}

.cmsDialogContainer {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    color: #000;
    border: 3px solid black;
    box-shadow: 0px 0px 30px #000;
    padding: 10px;
    z-index: 1002;
    overflow: visible;
    font-size: 14px;
    font-weight: normal;
}

.cmsDialogCloseIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -10px;
    margin-right: -10px;
    width: 32px;
    height: 32px;
    background-image: url(/images/dlgclose.png);
}

.cmsDialogContainer .buttonBar {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: right;
}

.cmsDialogContainer .form2columns {
}

.cmsDialogContainer .form2columns label {
    clear: left;
    display: inline-block;
    width: 100px;
    line-height: 30px;
}

.cmsDialogContainer .form2columns input.text {
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ced6da;
    display: inline-block;
    width: 150px;
    line-height: 30px;
    clear: right;
}

a {
    cursor: pointer;
}

.cmsTableContainer th i.sortup {
}

.cmsTableContainer th i.sortdown {
}

/**** fixed header table ****/
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
    overflow: hidden;
    height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
    z-index: 1;
}

.cmsTableContainer td[field="@"] {
    width: 16px;
}

.cmsTableContainer th[field="@"] {
    width: 16px;
}
html,
body {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2d6a4f;
    font-weight: 500;
    z-index: 100;
}

#footer span {
    margin-left: 40px;
    margin-right: 40px;
}
@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.ttf);
}

body,
* {
    font-family: Raleway;
}

.loginBackground {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

div.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div.logoContainer {
    flex-grow: 1;
    position: relative;
    text-align: center;
}

.loginLogo {
    width: 310px;
}

.loginForm {
}

.loginForm input {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 10px;
    background-color: #d9ebda;
    color: #000;
    padding: 4px 10px 4px 10px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-size: 12pt;
}

div.formContainer {
    text-align: center;
    padding-bottom: 90px;
}

.loginForm button {
    __position: relative;
    __left: 50%;
    __transform: translateX(-50%);
    padding: 6px 20px 6px 20px;
    background-color: #1b4332;
    color: #fff;
    font-weight: 900;
    border: 0;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    margin-top: 12px;
    font-size: 12pt;
}

.logoSubtitle {
    font-size: 25pt;
    text-align: center;
}

.logoSubtitle span {
    font-size: 12pt;
}
