﻿
body {
    /*overflow: hidden;*/
}
#wrapper {
    padding-left: 0;
}

.main-body-content {
    margin-top: 60px;
    background: #FFF;
}
.signin-form {
    width: 345px;
    margin: 30px auto;
    background: var(--primaryColorB200);
}

    .signin-form form {
        margin-bottom: 15px;
        background: var(--primaryColorB200);
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
        box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
        padding: 0px;
    }

    .signin-form h2 {
        margin: 0;
    }

    .signin-form input.form-control {
        font-size: 0.775rem;
        border: 1px solid #ccc;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    }

    .signin-form .form-row {
        padding: 0;
        margin-bottom: -10px;
        margin-top: -10px;
    }

    .signin-form .Label {
        font-size: .875rem;
        font-weight: normal;
        color: var(--primaryColorA900);
        margin-bottom: 0;
    }

    .signin-form .CustomLabel {
        font-size: .775rem;
        font-weight: normal;
        color: var(--primaryColorA900);
    }

    .signin-form .HeaderLabel {
        font-size: 1.75rem;
        font-weight: normal;
        color: var(--primaryColorA900);
        margin-bottom: 0;
    }

    .signin-form .ui-button.ui-state-default {
        border: 1px solid #c5c5c5;
        background: var(--primaryColorA900);
        font-size: 0.875rem;
        font-weight: bold;
        color: #ffffff;
        width: 100%;
        border-radius: 2px;
        padding: 10px;
    }

    .signin-form .ui-button:hover {
        background: var(--hoverColor);
        color: #ffffff;
    }

.signin-form-wide {
    width: 700px;
}

.signin-logo-header {
    background-color: #0A121A;
    padding: 34px;
}

.signin-content {
    padding: 15px;
}

.signin-button {
    margin-top: 15px;
}
    .signin-button:disabled {
        background-color: darkgrey !important;
    }

.error-message {
    font-size: 15px;
    color: var(--errorColor90);
}

.success-message {
    font-size: 15px;
    color: var(--successColor90);
}

.rules-message {
    font-size: 15px;
    color: var(--successColor90);
    text-align: left;
}

.signin-panel {
    font-size: 1.1rem;
    background: var(--contrastColor60);
    height: 100vh;
    overflow: auto;
}

.page-header {
    padding-bottom: !important 0px;
    margin: !important 0px 0 0px;
    min-height: 25px;
}

aside {
    padding: 20px !important;
}

.bootstrap-select .filter-option {
    white-space: normal;
}

video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: auto !important;
    max-width: 640px;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.form-check-input[type=checkbox] {
    background-color: var(--primaryColorA100) !important;
    border-color: var(--primaryColorB400) !important;
}
.form-check-input:checked {
    background-color: var(--primaryColorB200) !important;
    border-color: var(--primaryColorB400) !important;
}

.redtext 
{
    color: red;
}

/* Custom Colored Panels */

.big {
    font-size: 20px;
}

.panel {
    border-radius: 2px !important;
    border-color: var(--primaryColorB200) !important;
}
.panel-default {
    border: 1px solid var(--primaryColorB200) !important;
    padding: 4px;
    height: 100%;
}

.sidemenu-logo {
    display: flex;
    background: #0A121A !important;
    width: 100% !important;
}

.pageTitle {
    color: #FFFFFF;
    font-size: 1.53125rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 15px; 
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .pageTitle {
        font-size: 1rem;
    }
    .HeaderSignInAs {
        display: none !important;
    }
}

@media (max-width: 800px){
    .FullScreenIcon {
        display: none !important;
    }
}

@media (max-height: 800px) {
    .FullScreenIcon {
        display: none !important;
    }
}

.small-logo-icon {
    display: flex;
    align-items: center;
    padding-right: 1rem;
    min-width: 1.8rem;
}
@media (min-width: 768px) {
    .small-logo-icon {
        display: none;
    }

    .TableScroll {
        width: 50vw !important;
    }
}

.ssoDivCol {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

input[type="radio"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #eeeeee;
    height: 27px;
    width: 27px;
    border: 1px solid white;
    padding: 0px;
    margin: 0px;
}

    input[type="radio"]:checked {
        background: #bbbbbb;
    }

    input[type="radio"]:hover {
        background: var(--primaryColorA500);
    }

    input[type="radio"]:after {
        content: '';
        position: relative;
        left: 40%;
        top: 20%;
        width: 15%;
        height: 40%;
        border: solid var(--primaryColorA0);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

    input[type="radio"]:checked:after {
        display: block;
    }

    input[type="radio"]:disabled:after {
        border-color: #7b7b7b;
    }

.Fullscreen {
    z-index: 9999 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

.DialogPanel {
    font-size: 1.1rem;
    background: #ffffff;
}

.TrialDialogRows {
    Width:900px;
}

.RowPadding {
    padding-top: 8px;
    padding-bottom: 8px;
}

.RowPaddingSmall {
    padding-top: 2px;
    padding-bottom: 2px;
}

.CustomLabel {
    font-size: .9rem;
    font-weight: normal;
    color: #606060;
}
[hidden] {
    display: none !important;
}

.ui-dialog-titlebar-close {
    background-image: url("assets/img/gtk_close.png");
    background-position: center;
    background-size: 20px;
}
.LightHeader {
    color: #000000;
}

.CovidChart {
    padding-top: 20px;
    padding-left: 20px;
}

.portal-message {
    font-size: 15px;
    color: #0A121A;
}

.TableScroll {
    overflow-x: auto !important;
    width: 100vw;
}

#div_iframe {
    border-style: inset;
    border-color: var(--primaryColorA100);
    border-width: 1px;
    overflow: scroll;
    margin-left: -10px;
    /* GJC use this to top align but break rss panel
          align-self: baseline;  */
    height: 800px;
    width: 90%
}

.DashboardTitle {
    position: absolute;
    top: -10px;
    right: 10px;
}

.TransactionMessage {
    top: 50px;
    right: 30px;
    position: fixed;
    display: flex;
    font-size: 0.8rem;
    font-weight: normal;
    color: black;
    background-color: white;
    padding: 10px;
    max-width: 400px;
    z-index: 99999;
    outline: 1px solid var(--primaryColorB400);
    outline-offset: -2px;
    box-shadow: 5px 10px 18px #888888;
}

.ssoOuterDiv {
    background-color: var(--primaryColorB200);
    padding: 0 !important;
    min-height: 100vh;
}
.NormalMessage {
    background-color: var(--primaryColorB100);
}
.SuccessMessage {
    background-color: var(--primaryColorB100);
}
.ErrorMessage {
    background-color: var(--errorColorA100);
}
.WarningMessage {
    background-color: var(--warningColorA100);
}

.FullScreenIcon {
    float: right;
}

.LaunchBackground {
    background-color: var(--primaryColorA100);
}
.LaunchListCard {
    /*background-color: var(--primaryColorB100);*/
}
.LaunchListSelect {
    border: 1px solid #c5c5c5 !important;
}
.LaunchDetail {
    position: absolute;
    top: 0;
    right: 0;
}
.LaunchDetailRight {
    text-align: right;
}
.LaunchListButtons {
    position: absolute;
    right: 30px;
    bottom: 12px;
}
.LaunchListFooter {
    position: absolute;
    bottom: 10px;
}
.LaunchListDescription {
    margin-bottom: 30px !important;
}
#HomeControls {
    display: inline-flex;
    width: 100%;
    position: fixed;
    top: 5px;
    z-index: 999;
    background-color: var(--primaryColorB200);
    height: 90px;
    padding-right: 1px;
    /*border-width: 1px;
    border-style: solid;
    border-color: black;*/
}

.home-control {
    margin-top: 55px;
}
.GridListToggle {
    height: 0px;
    margin-top: 52px;
    margin-right:17px;
}
.GridListToggleIcon {
    font-size: 18px;
    color: var(--primaryColorA900);
}

.RowDetail {
    margin-left: 20px;
}
td.dt-control {
    cursor: pointer;
    background: none;
}
    td.dt-control:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0fe";
    }
tr.dt-hasChild td.dt-control {
    background: none;
}
    tr.dt-hasChild td.dt-control:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f146";
    }
tbody tr.child td {
    background-color: #ff0 !important;
}

.FullScreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
}

.ResizeIFrame {
    overflow: hidden;
    width: 100%;
}

.ResizeDiv {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.MainContentDiv {
    height: 100vh;
    padding-left: 14px;
}
.HomeDiv {
    background-color: #FFF;
    overflow-x: hidden;
    width: 100%;
}
.DivFlex {
    display: flex;
    gap: 4px;
}

.ui-icon {
    font-size: 1.2em !important;
    margin-right: 5px;
}

::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track-piece {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #999;
}

.loader {
    left: 50%;
    text-align: center;
    font-size: 10px;
    border-left: 0.8rem solid rgba(110, 142, 204, 1);
    border-right: 0.8rem solid rgba(110, 142, 204, .05);
    border-bottom: 0.8rem solid rgba(110, 142, 204, .05);
    border-top: 0.8rem solid rgba(110, 142, 204, 1);
    /*box-shadow: inset 0 0 2px rgba(212, 212, 212, .5), 0 0 0 2px rgba(242, 242, 242, .5);*/
    animation: spin 1.1s infinite linear;
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        position: fixed;
        transform: translateY(-50%);
        top: 50%;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.TileSearch {
    position: absolute;
    /*right: 0;*/
    top: 0;
}
.HeaderSignInAs {
    margin-top: 5px;
    padding-right: 18px;
    color: var(--primaryColorB200);
    float: right;
    font-size: 1rem;
}

.grid-item-off {
    background-color: #EFEFEF !important;
}

.grid-item-on {
    /*background-color: var(--primaryColorB200) !important;*/
    -webkit-box-shadow: 0 0 7px var(--primaryColorA900) inset;
    -moz-box-shadow: 0 0 7px var(--primaryColorA900) inset;
    box-shadow: 0 0 7px var(--primaryColorA900) inset;
}

.AppTile:hover .AppTileSubLink {
    display: block;
}

.AppTileSubLink {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: var(--primaryColorA100);
    border: 1px solid var(--primaryColorA300);
}

.grid {
    max-width: 2000;
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 100px;
    height: 100px;
    background: var(--primaryColorB50);
    border: 5px solid white; /*Remuve the empty area*/
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin: 6px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2), 0 1px 4px 0 rgba(0,0,0,0.13);
}

    .grid-item:hover {
        border-color: hsla(0, 0%, 100%, 0.7);
        transform: scale(1.05);
        cursor: move;
    }

.grid-item.is-dragging,
.grid-item.is-positioning-post-drag {
    background: #C90;
    z-index: 2;
}

.packery-drop-placeholder {
    outline: 3px dashed hsla(0, 0%, 0%, 0.5);
    outline-offset: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

:root {
    --grid-unit-wsize: 150px;
    --grid-unit-hsize: 180px;
}

.grid-item-height-1 {
    height: calc(var(--grid-unit-hsize) * 1);
}

.grid-item-height-2 {
    height: calc(var(--grid-unit-hsize) * 2);
}

.grid-item-height-3 {
    height: calc(var(--grid-unit-hsize) * 3);
}

.grid-item-height-4 {
    height: calc(var(--grid-unit-hsize) * 4);
}

.grid-item-height-5 {
    height: calc(var(--grid-unit-hsize) * 5);
}

.grid-item-height-6 {
    height: calc(var(--grid-unit-hsize) * 6);
}

.grid-item-height-7 {
    height: calc(var(--grid-unit-hsize) * 7);
}

.grid-item-height-8 {
    height: calc(var(--grid-unit-hsize) * 8);
}

.grid-item-height-9 {
    height: calc(var(--grid-unit-hsize) * 9);
}

.grid-item-height-10 {
    height: calc(var(--grid-unit-hsize) * 10);
}

.grid-item-height-11 {
    height: calc(var(--grid-unit-hsize) * 11);
}

.grid-item-height-12 {
    height: calc(var(--grid-unit-hsize) * 12);
}

.grid-item-width-1 {
    width: calc(var(--grid-unit-wsize) * 1);
}

.grid-item-width-2 {
    width: calc(var(--grid-unit-wsize) * 2);
}

.grid-item-width-3 {
    width: calc(var(--grid-unit-wsize) * 3);
}

.grid-item-width-4 {
    width: calc(var(--grid-unit-wsize) * 4);
}

.grid-item-width-5 {
    width: calc(var(--grid-unit-wsize) * 5);
}

.grid-item-width-6 {
    width: calc(var(--grid-unit-wsize) * 6);
}

.grid-item-width-7 {
    width: calc(var(--grid-unit-wsize) * 7);
}

.grid-item-width-8 {
    width: calc(var(--grid-unit-wsize) * 8);
}

.grid-item-width-9 {
    width: calc(var(--grid-unit-wsize) * 9);
}

.grid-item-width-10 {
    width: calc(var(--grid-unit-wsize) * 10);
}

.grid-item-width-11 {
    width: calc(var(--grid-unit-wsize) * 11);
}

.grid-item-width-12 {
    width: calc(var(--grid-unit-wsize) * 12);
}

.grid-item-title {
    font-size: 0.9375rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    padding-bottom: 2px;
    cursor: pointer;
}

.grid-item-icon {
    /*position: absolute;
    top: 0;
    padding-top: 2px;*/
    cursor: pointer;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 4px;
    text-align: center;
}

.tile-search-input {
    border-width: 1px;
    border-color: var(--primaryColorA900);
    border-radius: 8px;
    outline: none;
}

.tile-image-picker {
    border: 1px solid var(--primaryColorA300);
    padding: 3px;
    margin: 2px;
}
.tile-image-picker:hover {
    box-shadow: 0 0 2px 1px var(--hoverColor);
}
.dataTables_length {
    margin-left: 3px;
}

.custom-error {
    background: var(--primaryColorB100);
}
/*keeps the sort icon aligned to the bottom*/
table.dataTable thead th div.DataTables_sort_wrapper span {
    top: unset;
    margin-top: unset
}

/* Common styles for tile-select */
select.tile-select {
    position: absolute;
    width: 100px;
    height: 32px;
    background-color: transparent !important;
    border: 1px solid #343A40 !important;
}
    select.tile-select option {
        border: 1px solid #e4e4e4;
        color: var(--primaryColorA700);
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    select.tile-select.colorBlack {
        color: #000000 !important;
    }
    select.tile-select.colorWhite {
        color: #FFFFFF !important;
    }
    select.tile-select.colorGray {
        color: var(--contrastColor70) !important;
    }
    select.tile-select.selectonlistview {
        color: #454545 !important;
        border: 1px solid #c5c5c5 !important;
        position: static !important;
    }
     

select.tile-select-top-left {
    top: 0;
    left: 0;
    margin-top: 4px;
    margin-left: 4px;
}

select.tile-select-top-right {
    top: 0;
    right: 0;
    margin-top: 4px;
    margin-right: 4px;
}

select.tile-select-bottom-left {
    bottom: 0;
    left: 0;
    margin-bottom: 4px;
    margin-left: 4px;
}

select.tile-select-bottom-right {
    bottom: 0;
    right: 0;
    margin-bottom: 4px;
    margin-right: 4px;
}




.tile-selected {
    color: #FFFFFF;
}
/*.tile-select-area {
    container-type: inline-size;
}*/

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        margin-top: 5px;
    }
}


/*Form fund*/
.DialogPanel .dt-button.ui-button.ui-state-default.ui-button-text-only,
.DialogPanel input,
.DialogPanel .filter-option-inner-inner,
.DialogPanel select{
    font-size: 0.8rem;
    color: black;
}
/*Button next to the multi select drop downs has the same border color as drop down*/
div.dropdown + button.ui-button {
    border-color: var(--accentColorA50);
}
/*select option hover background*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: var(--primaryColorA700);
    background-color: var(--primaryColorA300);
}
/*Multi Select Drop down*/
.btn-light,
.btn-light:focus {
    background-color: white;
    border: 1px solid var(--accentColorA50);
    height: 39px;
}
/*Clean the blue background filled input*/
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.tile-image-form {
    border: 1px solid var(--accentColorA50);
    width: 250px;
    height: 150px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 0.8rem !important;
    color: black !important;
}

.RedStatus {
    background-color: orangered;
    font-size:larger;
}

.GreenStatus {
    background-color: lightgreen;
    font-size: inherit;
}

.YellowStatus {
    background-color: yellow;
    font-size: larger;
}

.LockIcon {
    color: var(--primaryColorA900);
}

.RowExpand {
    padding-left: 50px;
}
.RowExpandTD {
    background-color: white !important;
    border: none !important;
}

.IEUnsupported-div1 {
    padding-top: 10px;
}
.IEUnsupported-div2 {
    margin:50px;
}
.IEUnsupported-div-center {
    text-align: center;
}
.IEUnsupported-div3 {
    padding-top:50px;
}
.IEUnsupported-div4 {
    padding-top: 30px;
}
.IEUnsupported-div-inline {
    display: inline-block;
}
.IEUnsupported-div-maxwidth {
    max-width: 700px;
}
.IEUnsupported-div7 {
    text-align: left;
}
.BackToTop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    color: var(--primaryColorB200);
    background-color: black;
    border-radius: 25px
}
.BackToTop:hover, .BackToTop:active {
    color: var(--primaryColorB200);
    font-size:22px;
}
.GridListToggle > button {
    
    border-color: var(--primaryColorA100);
}
.IconButton {
    border-color: var(--accentColorA50);
}
.ui-dialog-content {
    overflow: hidden;
}

.ClipboardBox:before {
    content: "Copied";
    position: absolute;
    margin-top: -40px;
    margin-left: -30px;
    background: var(--decorativeB90);
    color: white;
    padding: 8px 10px;
    font-size: 15px;
    display: none;
    clip-path: polygon(0 0,100% 0,100% 90%,60% 90%,50% 100%,40% 90%,0 90%);
}

.ClipboardBox.active:before,
.ClipboardBox.active:after {
    display: block;
}

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}

.LoaderIconPanel {
    vertical-align: middle;
    display: inline-block;
}

.LoaderIcon {
    height: 17px;
    width: 17px;
    -webkit-animation: rotation 1.1s infinite linear;
    -moz-animation: rotation 1.1s infinite linear;
    -o-animation: rotation 1.1s infinite linear;
    animation: rotation 1.1s infinite linear;
    border-left: 3px solid rgba(10, 18, 26, 0.8);
    border-right: 3px solid rgba(10, 18, 26, 0.05);
    border-bottom: 3px solid rgba(10, 18, 26, 0.05);
    border-top: 3px solid rgba(10, 18, 26, 0.9);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.portlet {
    margin-bottom: 15px;
}

.btn-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.portlet {
    border: 1px solid;
}

    .portlet .portlet-heading {
        padding: 0 15px;
    }

        .portlet .portlet-heading h4 {
            padding: 1px 0;
            font-size: 16px;
        }

        .portlet .portlet-heading a {
            color: #fff;
        }

            .portlet .portlet-heading a:hover,
            .portlet .portlet-heading a:active,
            .portlet .portlet-heading a:focus {
                outline: none;
            }

    .portlet .portlet-widgets .dropdown-menu a {
        color: #333;
    }

    .portlet .portlet-widgets ul.dropdown-menu {
        min-width: 0;
    }

    .portlet .portlet-heading .portlet-title {
        float: left;
    }

        .portlet .portlet-heading .portlet-title h4 {
            margin: 10px 0;
        }

    .portlet .portlet-heading .portlet-widgets {
        float: right;
        margin: 8px 0;
    }

        .portlet .portlet-heading .portlet-widgets .tabbed-portlets {
            display: inline;
        }

        .portlet .portlet-heading .portlet-widgets .divider {
            margin: 0 5px;
        }

    .portlet .portlet-body {
        padding: 15px;
        background: #fff;
    }

    .portlet .portlet-footer {
        padding: 10px 15px;
        background: #e0e7e8;
    }

        .portlet .portlet-footer ul {
            margin: 0;
        }

.portlet-green,
.portlet-green > .portlet-heading {
    border-color: #16a085;
}

    .portlet-green > .portlet-heading {
        color: #fff;
        background-color: #16a085;
    }

.portlet-orange,
.portlet-orange > .portlet-heading {
    border-color: #f39c12;
}

    .portlet-orange > .portlet-heading {
        color: #fff;
        background-color: #f39c12;
    }

.portlet-blue,
.portlet-blue > .portlet-heading {
    border-color: #2980b9;
}

    .portlet-blue > .portlet-heading {
        color: #fff;
        background-color: #2980b9;
    }

.portlet-red,
.portlet-red > .portlet-heading {
    border-color: #e74c3c;
}

    .portlet-red > .portlet-heading {
        color: #fff;
        background-color: #e74c3c;
    }

.portlet-purple,
.portlet-purple > .portlet-heading {
    border-color: #8e44ad;
}

    .portlet-purple > .portlet-heading {
        color: #fff;
        background-color: #8e44ad;
    }

.portlet-default,
.portlet-dark-blue,
.portlet-default > .portlet-heading,
.portlet-dark-blue > .portlet-heading {
    border-color: #34495e;
}

    .portlet-default > .portlet-heading,
    .portlet-dark-blue > .portlet-heading {
        color: #fff;
        background-color: #34495e;
    }

.portlet-basic,
.portlet-basic > .portlet-heading {
    border-color: #333;
}

    .portlet-basic > .portlet-heading {
        border-bottom: 1px solid #333;
        color: #333;
        background-color: #fff;
    }

.form-control-auto-height {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}

.icon-size {
    font-size: 2.4rem;
}

.help-file-label-alight {
    padding-top: 59px;
}

.search-column-input-xsm {
    width: 45px;
}


.search-column-input-sm {
    width: 77px;
}

.search-column-input-m {
    width: 90px;
}

.GridListToggle button {
    margin-top: 5px;
    min-height: 30px;
}

/*****
    Table fields format
*/

.table-tile-name {
    width: 258px;
}

.table-enabled {
    width: 90px;
}

.table-sort-index {
    width: 90px;
}

.table-url {
    max-width: 300px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-client-code {
    width: 400px;
}

.table-groups {
    width: 650px;
}
.table-image-thumbnail {
    width:70px;
}
.table-help-file {
    width: 62px;
}

.table-last-modified-by {
    width: 200px;
}

.table-last-modified-date {
    width: 194px;
}

.table-tile-group {
    width: 195px;
}
.table-search-enable {
    width: 110px;
}

.table-search-sort-index {
    width: 120px;
}

.table-trial {
    width: 50px;
}

.table-search-trial {
    width: 90px;
}