.pointer {
    cursor: pointer;
}

#app-brand {
    color: #fff;
    min-height: 45px;
    /*  padding-top: 5px;*/
}

.bold-gc {
    font-weight: 800;
}

#app-brand a {
    text-decoration: none;
    color: #fff;
}
/* hyperlink title darker */


.app-name {
    position: absolute;
    font-size: 1.6em;
    padding-top: 5px;
    padding-left: 20px;
    min-height: 45px;
    max-width: max-content;
    margin-left: -15px;
}

.app-name:after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 20px solid #2B3856 !important;
    clear: both;
}


body, main {
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;

}

Main .bg-primary {
    background-color: #0d6efd;
}

Main .bg-danger {
    background-color: #dc3545;
}

Main .bg-warning {
    background-color: #ffc107;
}

Main .bg-info {
    background-color: #0dcaf0;
}

Main .bg-success {
    background-color: #198754;
}

.external-link {
    position: relative;
}
/*
.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
}

.btn-default {
    color: #335075;
    background-color: #eaebed;
    border-color: #dcdee1;
    border-style: outset;
    height: auto;
    min-height: 36px;
    min-width: 36px;
    white-space: normal;
}*/

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

/*button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.btn {
    border-style: outset;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    white-space: normal;
}

.btn-primary {
    color: #fff;
    background-color: #2572b4;
    border-color: #143c5f;
}

.btn-primary, .FormCaptcha__Refresh, .FormResetButton, .EPiServerForms button[type=submit] {
    color: #fff;
    background-color: #0067b1;
    border-color: #0067b1;
    box-shadow: none;
}*/

.FormCaptcha__Refresh, .FormResetButton, .EPiServerForms button[type=submit] {
    display: inline-block;
    font-weight: 400;
    color: #595959;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.125rem solid transparent;
    line-height: 1.2;
    border-radius: 2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-white {
    color: #0067b1;
    text-align: left;
    background-color: white;
}

.bg-dark {
    background-color: #222 !important;
    color: white !important;
}

.bottomright {
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
    margin: 7px;
    right: 0;
}


.card {
    box-shadow: 0.35rem 0.35rem 0.75rem rgba(0, 103, 177, 0.125), 0.35rem 2.5rem 1rem -2rem rgba(0, 103, 177, 0.18);
    transition: all 0.2s ease-in-out;
}

.col-lg-4 {
    width: 32%;
}

.corner {
    border-radius: 25px;
    padding: 20px;
    border: 1px solid #222;
}

.date {
    font-weight: bold !important;
    margin-left: 10px !important;
}


.gcintranet-carousel-container1 {
    background-image: url("/jusnet/wet/background-img-1200.jpg") !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.h5, h5 {
    margin-top: 23px;
    font-size: 16px;
}



/*p {
    margin: 0 0 11.5px;
}*/

/*.maple {
	background-position:center top, left top, right top;
	background-repeat:no-repeat;
	background-color:#efefef;
	padding-top: 10px;
	padding-bottom: 10px;

}	
	
#wb-info {
    background: #efefef !important;
    position: relative;
    z-index: 5;
}
	
#maple-sft-in {
	background-image:url(/jusnet/dist/theme-gcwu-fegc/images/sft-deco-leaf2.gif);
	background-position:center top, left top, right top;
	background-repeat:no-repeat;
	background-color:transparent;
}
	
#gcwu-sft {
	background: url(data:image/gif;base64,R0lGODlhAgA8AKIAAO/v7////9fX1+fn58vLy/Pz85qamgAAACH5BAAAAAAALAAAAAACADwAAAMVGLrc/jCGUsYQghBjgP9gKI5kaZYJADs=) center top repeat-x #efefef
}
#gcwu-sft-in {
	background-image:url(/jusnet/dist/theme-gcwu-fegc/images/sft-deco-leaf2.gif);
	background-position:center top, left top, right top;
	background-repeat:no-repeat;
	background-color:transparent;
}*/

.hght-inhrt {
    min-height: inherit;
}

.hght {
    padding: 15px 15px;
}

.indent-medium {
    margin-left: 10px !important;
}

.inline {
    display: inline !important;
    padding-left: 0;
    list-style: none;
    float: left;
}


.list-bullet-none {
    padding-left: 0 !important;
    list-style: none !important;
}

.marginright {
    margin-right: 20px !important;
}

.marginbottom {
    margin-bottom: 80px !important;
}

/*.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}*/

.panel-gcintranet-home {
    border-color: #efefef !important;
}

.panel-gcintranet-home > .panel-heading {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #efefef !important;
}

/*.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

/*.panel-title {
    color: #27303D !important;
}*/

.pagedetails {
    padding-bottom: 2em;
    padding-top: 2em;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.quadlen {
    width: 25%;
    padding: 8px;
    display: inline-block;
}

.table-fixed {
    table-layout: fixed;
}

.timeline-Widget {
    max-width: 1200px;
    background-color: #fff;
    border-radius: 5px;
}

.white {
    color: #fff;
}

div[Attributes Style] {
    -webkit-locale: "en";
}

user agent stylesheet
div {
    display: block;
}

.SandboxRoot {
    display: block;
    background: 0 0;
    font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
    color: #292F33;
    white-space: normal;
    white-space: initial;
}

.SandboxRoot {
    direction: ltr;
    text-align: left;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */


.text-center {
    text-align: center !important;
}

.wb-eqht {
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}



#wb-sm {
    background: #c3c3c3 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #606060 !important;
}


#wb-glb-mn ul.chvrn {
    background: #2572b4 !important;
}

#mb-pnl .modal-body {
    background: #2572b4 !important;
}

#mb-pnl .sm-pnl {
    background: #2572b4 !important;
}

#mb-pnl .modal-header {
    background: #2572b4 !important;
    border-bottom: 1px solid #2572b4 !important;
}

h1 {
    border-bottom: 2px solid #af3c43 !important;
    font-size: 34px;
    margin-bottom: .2em;
    margin-top: 1.25em;
    padding-bottom: .2em;
}

#wb-info .brand {
    border-top: 4px solid #C0C0C0 !important;
}

.tool-link {
    padding: 0px 0 0 0px;
}

.tool-links {
    padding: 11px 0 0 15px;
}

#tools-sm {
    background: linear-gradient(to right, #2572b4, #2572b4) !important;
}

#wb-sm .menu > li a {
    color: #ffffff !important;
}

#wb-sm .menu {
    text-shadow: none !important;
}

.wb-menu .active > a, .wb-menu .menu > li a, .wb-menu .menu > li a:focus, .wb-menu .menu > li a:hover {
    background-color: #606060 important;
}

#wb-srch button, .srchbox button {
    font-size: 13px !important;
}

a[href^='mailto:'] {
    background-image: url(/dist/grids/images/wb-icon/mail.png);
    background-repeat: no-repeat;
    padding-left: 19px;
}

[href$='.psd'], [href$='.zip'], [href$='.egret'], [href$='.doc'], [href$='.pdf'], [href$='.xls'], [href$='.rtf'], [href$='.pot'], [href$='.ppt'], [href$='.pps'], [href$='.pptm'], [href$='.docx'], [href$='.xlsx'], [href$='.pptx'], [href$='.pub'] {
    background-image: url(/dist/grids/images/wb-icon/drive-download.png);
    background-repeat: no-repeat;
    padding-left: 19px;
}

none[href$='.psd'], [href$='.zip'], [href$='.egret'], [href$='.doc'], [href$='.pdf'], [href$='.xls'], [href$='.rtf'], [href$='.pot'], [href$='.ppt'], [href$='.pps'], [href$='.pptm'], [href$='.docx'], [href$='.xlsx'], [href$='.pptx'], [href$='.pub'] {
    background-image: none !important;
    padding-left: 0px !important;
}

/* Fixing header */

#app-brand, #mb-pnl .modal-body, #mb-pnl .sm-pnl {
    /*background: #2572b4 !important;*/
    background: #2B547E !important;
}
#mb-pnl .modal-header, .app-name {
    /*background: rgb(43,56,86);
    background: linear-gradient(40deg, rgba(43,56,86,1) 0%, rgba(43,56,86,1) 35%, rgba(216,6,33,1) 100%);*/
    background-color: #2B3856 !important;
}


#mb-pnl .modal-header:before {
    border: none;
}

@media screen and (max-width: 479px) {
    #wb-glb-mn {
        float: right !important;
        width: 6.250em !important;
    }
}

#wb-lng {
    padding-top: 12px;
    padding-right: 30px;
}

#mb-pnl .lng-ofr {
    padding-top: 0;
}

#wb-glb-mn ul.chvrn {
    background: #2B547E !important;
}

#wb-glb-mn {
    margin-top: 0;
}

#wb-glb-mn ul.chvrn {
    margin-bottom: 0;
}

#wb-glb-mn ul.chvrn::before {
    border: none;
}

#mb-pnl .modal-content {
    border: none;
}

#mb-pnl {
    border: none;
    background: transparent;
}

#mb-pnl .info-pnl {
    background: #606060;
    border-top: 0.125em solid white;
    color: #325375 !important;
    padding-left: 0.938em;
}

#mb-pnl .srch-pnl form button {
    background: #404040;
}

#mb-pnl .srch-pnl form button:hover, #mb-pnl .srch-pnl form button:focus {
    background: #606060;
}

#wb-glb-mn ul.chvrn li {
    padding-left: 0px;
}

#mb-pnl nav summary.wb-navcurr, #mb-pnl nav a.wb-navcurr {
    outline-color: white;
}

@media (min-width: 1500px) {
    .container {
        width: 1470px
    }
}

@media (min-width: 2000px) {
    .container {
        width: 1900px
    }
}


/* --------------------------------------------------------------------------- */
/* VERTICAL STEPPER */
/* --------------------------------------------------------------------------- */

.vertical-stepper {
    border-right: 1px solid #999999;
    padding-bottom: 50px;
}

.vertical-stepper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.step {
    display: block;
    position: relative;
}

.step-link {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    min-height: 100px;
    letter-spacing: .8px;
    text-decoration: none;
}

.step-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.step-link .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 6px;
    top: 15px;
    z-index: 2;
}

.step-link::after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 5px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.step-desc {
    display: block;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
    min-height: 60px;
}

.step.complete > a::before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.step.complete > a::after {
    display: none;
}

.step.locked > a::after {
    display: none;
}

.step:last-child > a::before {
    display: none;
}

.step.complete > a .ico {
    left: 8px;
}

.step-link .ico.ico-green {
    color: #5cb85c;
}

.step-link .ico.ico-muted {
    color: #bdc2ce;
}

.step.current {
    background-color: #fff;
}

.step.current > a::before {
    background-color: #ffe357;
    opacity: 1;
}

.step.current > a::after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.step.current::after, .step.current::before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.step.current::after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.step.current::before {
    border-color: rgba(234,236,241,0);
    border-left-color: #999999;
    border-width: 11px;
    margin-top: -11px;
}

@media (width <= 992px) {
    .step-title {
        font-size: 11px;
    }

    .step-desc {
        display: none;
    }

    .step-link {
        padding-left: 30px;
    }
}

@media (width < 768px) {
    .vertical-stepper {
        display: none;
    }
}

/* Loading Spinner */
.cube1, .cube2 {
    background-color: #1c5289;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50px;
    left: 45%;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.pos-rel {
    position: relative;
    height: 150px;
}

/* ----------------------- form styling ----------------------- */


#form {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.export-btn {
    float: right;
    position: relative;
    bottom: 4px;
}

.sortable-header {
    cursor: pointer;
}

.sort-indicator::after {
    content: '\25BC';
    padding-left: 5px;
}

.sort-indicator.descending::after {
    content: '\25B2';
}

.bold {
    font-weight: bold;
}


.current-page {
    background-color: #404040;
}

.cbx-bg {
    width: 25px;
    height: 25px;
}

.btn-xs {
    padding: 2px;
}

#editform #form {
    border: 0;
}
    padding: 3px;
}

.sm-text-table {
    font-size: 15px;
}

div, table {
    font-family: Aptos;
}

.bold {
    font-weight: bold;
}