﻿.cls-header {
    text-align: center;
    /*chart #153530 fix*/
    /*background-color: #294f75;*/
}

.brand-title {
    /*chart #153530 fix*/
    /*background-color: #fff !important;*/
    border-radius: 5px;
    /*width: 10% !important;*/
}

.box-inline {
    padding: 10px 0px;
}

.auth-logo {
    width: 100%;
}

#ctl00_cph_ucU_divAlertUpdated {
    font-size: x-large;
}
img#logoSm {
    max-width: 100%;
    height: auto !important;
    background-color: #25476a !important;
    margin: 0 auto;
}

/*.login-wrapper {
    background: url(../img/hero-bkg5.jpg) center center no-repeat;
}*/

.login-wrapper .cls-content {
    padding: 50px 0;
    max-width: 900px;
}

@media (min-width: 768px) {
    .login-wrapper .row {
        display: flex;
    }

        .login-wrapper .row .col-alpha {
            min-width: 300px;
            margin-right: 30px;
            background: #fff;
        }

        .login-wrapper .row .col-beta {
            background: #fff;
        }

        .login-wrapper .row .col-alpha, .login-wrapper .row .col-beta {
            padding: 15px;
        }
}

@media (max-width: 768px) {
    #mainnav-menu a {
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {
    #mainnav-menu li {
        margin: 5px !important;
    }
}

.cls-container {
    text-align: left;
}

.cls-content {
    padding-top: 5vh;
}

@media (min-width: 768px) {
    .cls-content .cls-content-lg {
        width: 1000px;
    }
}

@media (max-width: 332px ) {
    .button-top-margin {
        margin-top: 10px;
    }
}

.emails {
    color: blue !important;
}

.cms-req {
    color: red
}

.global-buttons {
    padding: 15px;
}

#uSTV_panEmail {
    display: none;
}

.global-buttons > li {
    margin: 5px;
}

    .global-buttons > li > a {
        padding: 0px 20px;
        height: 30px;
        border-radius: 20px;
    }

#google_translate_element {
    padding: 5px 10px 0px;
}

.height-200 {
    max-height: 250px;
    overflow-y: auto;
}

.btn-export:before {
    margin-right: 2px;
    content: "\f1c3";
    font-family: FontAwesome;
}

.btn-primary {
    color: #fff !important;
}

.RadGrid_Bootstrap a.btn {
    color: #fff !important;
}


.comments ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .comments ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

        .comments ul li:first-child {
            margin-top: 10px;
        }

        .comments ul li:last-child {
            border-bottom: none;
        }

.max-px {
    max-height: 350px;
    overflow: auto;
}

.cms-req {
    float: none !important;
}

.btn-yellow {
    margin-top: 10px;
}

.demoTable {
    clear: both;
    width: 100%;
    border-spacing: 0px;
}

    .demoTable td {
        padding: 0;
    }

.pager {
    float: right;
    margin-top: 5px;
}

.itemWrapper {
    float: left;
}

.itemTable {
    width: 305px;
    height: 160px;
    border-spacing: 0;
}

    .itemTable td {
        padding: 0;
    }

.cellLabel {
    width: 20%;
}

td.cellInfo {
    width: 80%;
    padding-left: 5px;
}

.color-box {
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
}

.color-guide {
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
}

.div-news-thumbnail > img {
    /*img-responsive*/
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.div-news-thumbnail-box > img {
    /*img-responsive*/
    display: block;
    width: 331.68px;
    max-width: 329.01px;
    height: auto;
}

.cb input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 4px;
}

.cb label {
    margin-left: 5px;
    font-weight: inherit;
}

.skiptranslate.goog-te-gadget {
    padding-bottom: 10px;
}

/*
 .btn-block img {
    width: 100%;
}
*/

.btn-wrap {
    white-space: normal !important;
}

.btn-bottom-margin {
    margin: 5px;
}

#footer {
    padding-top: 0px;
    position: relative;
    clear: both;
    height: auto;
}

    #footer p {
        font-size: 11px;
        padding: 10px 10px 0px;
        margin: auto !important;
    }

@media(max-width: 800px) {
    .fancybox-inner {
        width: fit-content !important;
    }
}

@media(max-width: 600px) {
    .rdpWrap {
        margin-top: 5px;
    }
}

.news-list {
    display: grid;
    grid-gap: 20px;
    margin: 0 0 20px 0;
    grid-template-columns: 100%;
}

/*@media(min-width:400px) {
    .news-list {
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax(289px, 1fr) );
        grid-gap: 20px;
        margin: 0 0 25px 0;
    }
}*/

@media(min-width:768px) {
    .news-list {
        grid-template-columns: repeat( auto-fit, 31% );
    }
}

@media(max-width:767px) and (min-width:426px) {
    .news-list {
        grid-template-columns: repeat( auto-fit, 48% )
    }
}

.event-list {
    display: grid;
    grid-gap: 5px;
    margin: 0 0 5px 0;
    grid-template-columns: 100%;
}

@media(max-width:768px) and (min-width:426px) {
    .event-list {
        grid-template-columns: repeat( auto-fit, 32% )
    }
}

@media(min-width:769px) {
    .event-list {
        grid-template-columns: repeat( auto-fit, 24% )
    }
}

::selection {
    background-color: #184a8f;
    color: #fff;
}

::-moz-selection {
    background-color: #184a8f;
    color: #fff;
}

.panel {
    border-radius: 0 !important;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsLink {
    border-bottom-color: #dedede;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

div#page-description {
    color: #000;
}

.RadUpload_Bootstrap .ruSelectWrap .ruButton {
    color: #fff !important;
    border-color: #25476a !important;
    background-color: #25476a !important;
    height: 35px !important;
    width: 150px !important;
    margin: 20px !important;
}

.RadUpload .ruFileLI .ruButton {
    font-size: 1em;
}

li#rauThumbnailrow0 {
    margin-top: 20px;
}

#container {
    height: 100%;
}

    #container .table td {
        width: 50%;
        border-top: 1px solid rgba(0,0,0,0.07);
    }

.btn-nopad {
    padding: 0 !important;
    margin-right: 10px;
}

#divFaqQuestion a.question {
    font-weight: bold;
}

#divFaqQuestion a.collapsed.question {
    font-weight: normal !important;
}

.cms-related-items-item {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

.RadGrid_Bootstrap .rgSelectedCell a, .RadGrid_Bootstrap .rgSelectedRow a {
    color: initial !important;
}

hr {
    margin-top: 10px;
}

/* Rad Editor */
.RadEditor.Bootstrap {
    height: auto !important;
}

/* User Analytics */
.user-analytics-box {
    background: #fff;
    border: 1px solid #7a878e;
    border-radius: 2px;
}

.ua-icon {
    background-color: #7a878e;
    color: #fff;
    padding: 5px 15px;
}

#sec {
    border: 1px solid #ccc;
    border-top: 5px solid #184a8f;
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    background: #fff;
}

    #sec ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #sec ul a {
            display: block;
            padding: 10px 15px;
            font-size: 1em;
            font-weight: bold;
            border-top: 1px solid #ccc;
        }

            #sec ul a:hover {
                background: rgba(0,0,0,.05);
            }

        #sec ul ul {
            padding: 5px 10px;
            display: none;
        }

            #sec ul ul a {
                font-size: .9em;
                font-weight: normal;
                padding: 6px 5px 6px 25px;
                border: none;
            }

        #sec ul li.actives ul, #sec ul li.active ul {
            display: block;
        }

.profile-email {
    word-break: break-all;
}

.fancybox-skin {
    width: fit-content !important;
}

/* Height on header text */
#content-container:before {
    height: 210px;
}

.RadEditor {
    margin-bottom: 40px !important;
}

.btn-manage {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .btn-manage {
        float: right !important;
    }
}

@media (min-width: 1024px) {
    .pull-right-md {
        float: right !important;
    }
}

/* pull-right on all except below Tablet devices */
@media (min-width: 768px) {
    .pull-right-sm {
        float: right !important;
    }
}
/* pull-right-xs on top margin */
@media (max-width: 768px) {
    .pull-right-sm {
        margin-top: 10px;
    }
}

/* pull-right on all except below Mobile-L devices */
@media (min-width: 446px) {
    .pull-right-xs {
        float: right !important;
    }
}

/* pull-right-xs on top margin */
@media (max-width: 446px) {
    .pull-right-xs {
        margin-top: 10px;
    }
}

/* Calendar View on Mobile devices */
.RadCalendarPopup {
    margin-left: 23px !important;
}

@media only screen and (max-width: 375px) {
    .RadCalendarPopup {
        left: 10% !important;
        margin-left: 0px !important;
    }
}

/*Change Language - popup CSS*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
    color: #000;
    font-family: Arial, sans-serif;
}

.goog-te-menu-frame {
    max-width: 100% !important;
}

.goog-te-menu2 {
    max-width: 100% !important;
    overflow-x: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}

.Registration-Thank-You {
    margin-bottom: 20px;
}

@media only screen and (max-width: 494px) {
    .rgWrap {
        margin-top: 5px;
    }
}

@media (max-width: 887px) {
    .find-my-ship {
        margin-top: 5px;
    }
}

.navbar-top-links > li > a.btn-info:hover,
.navbar-top-links > li > a.btn-info:focus {
    background-color: #59cbff !important;
}

.navbar-top-links > li > a.btn-success:hover,
.navbar-top-links > li > a.btn-success:focus {
    background-color: #bdf77b !important;
}

.navbar-top-links > li > a.btn-danger:hover,
.navbar-top-links > li > a.btn-danger:focus {
    background-color: #ff837a !important;
}

.btnExpColl {
    margin-bottom: 10px;
    padding-top: 0px;
}

[id^="popover"] {
    width: 200%;
}

.RadDataPager_Bootstrap .pager {
    margin: 0;
}

@media (min-width: 769px) {
    #footer {
    	/*chart #153530 fix*/
        /*position: absolute;*/
        bottom: 0;
    }
}

.info-icon-background {
    color: red !important;
}

.info-icon {
    color: white !important;
}

.forgot-password {
    color: blue !important;
}

a.forgot-password:hover {
    text-decoration: underline;
}

.labelfont {
    font-size: x-large;
    font-weight: 700;
    font-style: normal;
}

.page-headercolor {
    background-color: #25476a;
}

div#page-alert {
    font-size: medium;
}

.headersearch {
    padding: 0px 15px !important;
    height: 30px !important;
    border-radius: 5px !important;
    border: solid 2px white !important;
}

@media (max-width: 426px) {
    .topSearchPanel {
        margin-top: 50px;
        padding: 10px;
        background: #CCC;
    }
    .navbar-content .custom-search-form {
        padding: 0 20px;
    }
    .nav> li> a {
        padding: 10px 20px;
    }
    #mainnav .list-header:not(:first-child) {
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .nano {
        max-height: 100vh;
    }
}
@media (min-width: 768px) {
    .nano {
        max-height: calc(100vh - 60px);
    }
}
        .nano > .nano-pane {
            opacity: 1 !important;
        }

.mainnav-in #logoSm {
    display: none;
}

.fav_icon {
    height: 33px;
}
@media (max-width: 1149px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 1150px) {
    .table-responsive {
        overflow: inherit;
    }
}

#sec ul li.active > a:first-child {
    font-weight: 750 !important;
    color: #184a8f;
}

#sec ul ul ul {
    padding: 5px 20px;
    display: none;
}

#sec li.active > ul {
    height: auto !important;
    overflow: unset;
}
#sec ul:not(#SecNavDiv) {
    height: 0px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .login-wrapper .cls-content {
        padding: 88px 0;
    }
}

.font-x-large {
    font-size: x-large;
}

.item-not-available {
    padding: 8px !important;
}

/*GJ Update chart #74042*/
@media (min-width: 426px) {
    .class-responsive-add-remove .custom-table-height-300 {
        overflow:unset !important;
    }
}

/*GJ Update Chart #74059*/
.lnk-associated-link {
    white-space: normal !important;
    word-break: break-word !important;
    margin-top: 0.5rem;
    /*    font-weight: 600;*/
}

/*GJ Update Chart #74095*/
.btn-purple, .btn-purple:focus {
    background-color: #b052c0 !important;
    color: #fff !important;
}

/*SR updates - spinner creation*/
.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
