@import url('https://fonts.cdnfonts.com/css/proxima-nova-2');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@200;300;400&display=swap');

@font-face {
    font-family: 'Magistral';
    src: url('https://metcentre.weatherwatch.net.au/fonts/Magistral-Medium.woff2?cache=2') format('woff2'),
        url('https://metcentre.weatherwatch.net.au/fonts/Magistral-Medium.woff?cache=2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://metcentre.weatherwatch.net.au/fonts/Roboto-Bold.woff2?cache=2') format('woff2'),
        url('https://metcentre.weatherwatch.net.au/fonts/Roboto-Bold.woff?cache=2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://metcentre.weatherwatch.net.au/fonts/Roboto-Regular.woff2?cache=2') format('woff2'),
        url('https://metcentre.weatherwatch.net.au/fonts/Roboto-Regular.woff?cache=2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Begin Panel Colour CSS */

#canvasdiv {
    position: relative;
    /* already there */
    width: 980px;
    /* or whatever your map width is */
    height: 760px;
    /* match the map height */
}

#lightningTotals {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    /* sits just above the models legend */
    z-index: 20;
    pointer-events: none;
    opacity: 0.9;
}

#menu {
    display: table-cell;
    float: none;
    vertical-align: top;
    border-spacing: 3px;
    width: 360px;
    min-width: 360px;
}

.menuHeader {
    font-size: 18px;
    font-family: 'Exo', Arial, sans-serif;
    font-weight: 800;
    padding: 5px;
    text-align: left;
}

.menuHeaderSmall {
    font-size: 16px;
    font-family: 'Exo', Arial, sans-serif;
    font-weight: 800;
    padding: 5px;
    text-align: left;
}

.forecastRow {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

#latlondiv {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 10px;
    border: 1px solid #CCCCCC;
    background-color: rgba(240, 240, 240, 0.7);
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.panel {
    border: 0;
    padding: 0.4rem;
}

.panel.blue {
    background-color: #1D344C;
    color: white;
    padding: 0.7rem;
}

.panel.lightblue {
    background-color: #29577B;
    color: white;
    padding: 0.7rem;
}

.panel.orange {
    background-color: #f89118;
    color: white;
    padding: 0.7rem;
}

.panel.white {
    background-color: #fff;
    color: black;
    padding: 0.7rem;
}

.panel.blue .btn,
.btn.footer_button {
    background-color: #2C425E;
    color: white;
    font-size: 11px;
    width: 60px;
    height: 30px;
    border-radius: 0.25rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
    margin: 3px;
    padding-top: 6px;
    box-shadow: 2px 2px 2px #000000;
}

.btn.footer_button {
    width: auto;
    height: 20px;
    padding-top: 3px;
}

.btn.footer_button:hover {
    color: #f89118;
}

.panel.lightblue .btn {
    background-color: #4682B4;
    color: white;
    font-size: 11px;
    width: 60px;
    height: 30px;
    border-radius: 0.25rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
    margin: 3px;
    padding-top: 6px;
    box-shadow: 1px 1px 2px #000000;
}

.panel.blue .btn.disabled:has(.multimodel) {
    background-color: #f89118 !important;
}

.panel.blue .btn.disabled:hover,
.panel.lightblue .btn.disabled:hover {
    color: white !important;
}

.panel.blue .btn.aclDisabled,
.functions_button_disabled {
    color: grey !important;
    cursor: default !important;
}

.panel.blue .btn.aclDisabled:hover,
.functions_buttons_disabled:hover {
    color: grey !important;
}

.panel.blue .btn.active,
.panel.lightblue .btn.active {
    background-color: #f89118 !important;
}

.panel.blue .btn:hover,
.panel.lightblue .btn:hover {
    color: #f89118;
}

.panel.blue .btn.active:hover,
.panel.lightblue .btn.active:hover {
    color: black;
}

.panel.blue:not(#warningsDiv) .smallSelect {
    height: 30px;
    font-size: 12px;
    width: 72px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: white !important;
    background: #f89118 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    box-shadow: 2px 2px 2px #000000;
    border: none;
    text-align: center;
    height: 22px;
    padding-top: 0.1rem;
    margin-top: 8px;
}

.panel.blue:not(#warningsDiv) .smallSelect option {
    position: absolute;
    background-color: #4682B4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.panel.blue#warningsDiv .smallSelect {
    font-size: 10px;
    width: 100%;
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: white !important;
    background: #2C425E url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    box-shadow: 2px 2px 2px #000000;
    border: none;
    text-align: center;
}

.panel.blue#warningsDiv .smallSelect option {
    position: absolute;
    background-color: #f89118;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.panel.lightblue:not(#warningsDiv) .smallSelect {
    height: 30px;
    font-size: 12px;
    width: 72px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: white !important;
    background: #f89118 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    border: none;
    box-shadow: 1px 1px 2px #0c1b58;
    margin-top: 2px;
    text-align: center;
    height: 22px;
    padding-top: 0.1rem;
    margin-top: 8px;
}

.panel.lightblue:not(#warningsDiv) .smallSelect option {
    position: absolute;
    background-color: #4682B4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.panel.lightblue#warningsDiv .smallSelect {
    font-size: 10px;
    width: 100%;
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: white !important;
    background: #4682B4 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    box-shadow: 1px 1px 2px #0c1b58;
    border: none;
    text-align: center;
}

.panel.lightblue#warningsDiv .smallSelect option {
    position: absolute;
    background-color: #4682B4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.panel.orange .btn {
    border: 1px solid #e0eaf6;
    background-color: #e0eaf6;
    color: black;
    font-size: 12px;
    width: 60px;
    height: 30px;
    border-radius: 0.25rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
    margin: 3px;
}

.panel.orange .btn.disabled {
    background-color: #e0eaf6 !important;
    color: black;
}

.panel.orange :hover {
    background-color: #e0eaf6 !important;
    color: black;
}

.panel.orange .btn.active {
    background-color: #1D344C !important;
    border: 1px solid #1D344C;
    color: white;
}

.panel.orange .btn:hover {
    color: #f89118;
}

.panel.orange .btn.active:hover {
    color: #f89118;
}

.panel.orange .smallSelect {
    height: 30px;
    font-size: 12px;
    width: 72px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: white !important;
    background: #f89118 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    border: 1px solid #fff;
    margin-top: 2px;
}

.panel.orange .smallSelect option {
    position: absolute;
    background-color: #f89118;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.panel.white .btn {
    border: 1px solid #8aa2d2;
    background-color: transparent;
    color: black;
    font-size: 12px;
    width: 55px;
    height: 30px;
    border-radius: 0.25rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
    margin: 3px;
}

.panel.white .btn:hover {
    color: #f89118;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #f89118;
    background-color: #CCCCCC;
}

.btn-primary:hover {
    color: #f89118 !important;
    background-color: #BBBBBB;
}

.panel.white .btn.active {
    background-color: #f89118 !important;
    border: 1px solid #f89118;
}

.panel.white .btn.active:hover {
    color: white;
}

.panel.white .footer_button.btn.active:hover {
    color: white;
}

.panel.clear .btn {
    border: 1px solid #1D344C;
    background-color: #1D344C;
    color: white;
    font-size: 12px;
    width: 43px;
    height: 30px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.panel.clear .btn.active {
    background-color: #f89118 !important;
    border: 1px solid #f89118;
}

.panel.clear .btn:hover {
    color: #f89118;
}

.panel.clear .btn.active:hover {
    color: white;
}

.large {
    width: 125px !important;
}

.xLarge {
    width: 193px !important;
}

.xxLarge {
    width: 225px !important;
}

.custom-select {
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.roundedBox {
    border-radius: 8px;
}

.blue .progress-bar,
.lightblue .progress-bar {
    background-color: #f89118;
}

panel.orange .progress-bar {
    background-color: #1D344C;
}

.btnCustom {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    padding-left: 8px;
}

.btnIcon {
    font-size: 20px !important;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    padding-left: 10px;
}

.btnIcon-sm {
    font-size: 18px !important;
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
    padding-left: 8px;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.headerIcon {
    font-size: 20px !important;
    font-weight: normal;
}

.textFormat {
    font-family: 'Magistral', Arial, sans-serif;
    font-size: 12px;
    text-align: left !important;
}

.textFormat#timestamp {
    text-align: center !important;
}

.w100 {
    width: 98% !important;
    font-size: 10px !important;
}

.wauto {
    width: auto !important;
}

.mt-05 {
    margin-top: 0.1rem !important;
}

.mt-05 .col-6,
.mt-05 .col-12,
.mt-05 .col-8 {
    padding-left: 0;
    padding-right: 0;
}

.row.mt-05 {
    margin: 0;
}

#contextMenuRegions.lightblue {
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #4682b4;
    border-radius: 4px;
    padding: 4px 4px;
    font-size: 11px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    cursor: pointer;
    background-color: #4682b4;
    color: white;
    z-index: 99;
}

#contextMenu.lightblue {
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #4682b4;
    border-radius: 4px;
    padding: 4px 4px;
    font-size: 11px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    cursor: pointer;
    background-color: #4682b4;
    color: white;
    z-index: 9999;
}

#contextMenu.lightblue a {
    color: white;
}

#contextMenu.lightblue a:hover {
    color: #f89118;
}

.divregionsmenu:hover {
    color: #f89118;
}

#contextMenuRegions.blue {
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #1D344C;
    border-radius: 4px;
    padding: 4px 4px;
    font-size: 11px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    cursor: pointer;
    background-color: #1D344C;
    color: white;
    z-index: 9999;
    width: 240px;
}

#contextMenu.blue {
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #1D344C;
    border-radius: 4px;
    padding: 4px 4px;
    font-size: 11px;
    font-family: 'Proxima Nova', Arial, sans-serif;
    cursor: pointer;
    background-color: #1D344C;
    color: white;
    z-index: 9999;
}

#contextMenu.blue a {
    color: white;
}

#contextMenu.blue a:hover {
    color: #f89118;
}

#backgroundcanvas {
    /*background-color: white;*/
}

.forecast_hour,
.forecast_hour_disabled {
    padding-top: 0 !important;
}

/* End Panel Colour CSS */

/* Start Custom Icons */

[class*="icon-"] {
    display: block;
}

[class*="icon-"]:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}

.outage_minor {
    border: 1px solid #000000;
    text-align: center;
    color: #000000;
}

.outage_major {
    border: 1px solid #000000;
    text-align: center;
    background-color: #FF0000;
    color: #FFFFFF;
}

#dataContainer {
    padding-top: 50px;
    background-color: #ebeff2;
    padding-bottom: 70px;
}

.clickable {
    cursor: pointer;
    transform: scale(1);
    transition-duration: 0.25s;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
}

div.clickable:hover {
    transform: scale(1.05);
    transition-duration: 0.25s;
}

@media(min-width:1230px) {
    .container {
        max-width: 1920px;
    }
}

.container {
    min-height: 100%;
    min-width: 100%;
}

.container-fluid {
    max-width: 1380px;
}

body {
    margin: 0;
    /* Remove any default margins */
    padding: 0;
    /* Remove any default padding */
    width: 100%;
    /* Ensure it spans the full width of the viewport */
    background-color: #ebeff2;
    /* Match the light grey background */
    min-height: 100vh;
    /* Ensure the body height covers the viewport */
    display: flex;
    flex-direction: column;
}

html {
    min-height: 100%;
}

.cycloneinfo {
    position: absolute;
    z-index: 999;
    border: none;
    width: 20px;
    height: 20px;
}

#cycloneinfodiv {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 10px;
    border: 1px solid #CCCCCC;
    background-color: rgba(240, 240, 240, 0.7);
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#homeHeaderText {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    color: #0f2a83;
    margin-bottom: -9px;
}

.nav-link {
    font-size: 14px;
    font-weight: bold;
    color: #0f2a83 !important;
    font-family: 'Proxima Nova', sans-serif;
}

.navTextIcon {
    display: none;
}

.menuLinkIcon {
    font-size: 18px;
}

.nav-link.active {
    text-decoration: underline;
    text-decoration-color: orange;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.mainNavBar {
    background-color: #fff;
    height: 46px;
}

.bottomNavBar {
    background-color: #fff;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #0f2a83 !important;
}

.navbar {
    padding: 0 !important;
}

.navbar-toggler {
    padding: none !important;
}

.navbar-toggler-icon {
    margin-top: -3px;
}

.navbar-toggler-text {
    display: inline-block;
}

.navbar-collapse {
    text-align: right;
    margin-right: 15px;
}

.myProfileBtn,
.loginBtn {
    border: 2px solid #102882 !important;
    border-radius: 1.5rem !important;
}

.logoutBtn,
.registerBtn {
    border: 2px solid #f89118 !important;
    border-radius: 1.5rem !important;
    background-color: #f89118;
    color: white;
}

.adminBtn {
    border: 2px solid #f89118 !important;
    border-radius: 1.5rem !important;
}

@media (min-width: 1230px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

.aclHidden {
    display: none !important;
}

.guestMessage {
    font-size: small;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 35px;
    line-height: 35px;
    /* Vertically center the text there */
    background-color: #e3f2fd;
}

.checkbox {
    padding-left: 3px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    margin-left: -21px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 9px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before {
    /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

.col-sm-0-1 {
    max-width: 2% !important;
}

.col-05 {
    max-width: 4.13% !important;
}

.col-1-15 {
    max-width: 10.5% !important;
}

.col-1-25 {
    max-width: 11.25% !important;
}

.col-1-5 {
    max-width: 13% !important;
}

.col-sm-1-75 {
    max-width: 15% !important;
}

.col-sm-2-25 {
    max-width: 17.6% !important;
}

.col-2-5 {
    max-width: 20.83333% !important;
}

.col-3-5 {
    max-width: 29.16667% !important;
}

.col-4-5 {
    max-width: 37.5% !important;
}

.col-sm-5-5 {
    max-width: 45.83333% !important;
}

.col-sm-6-5 {
    max-width: 54.16667% !important;
}

.col-sm-7-5 {
    max-width: 62.5% !important;
}

.col-sm-8-5 {
    max-width: 70.83333% !important;
}

.col-sm-9-5 {
    max-width: 79.16667% !important;
}

.col-10-5 {
    max-width: 87.5% !important;
}

.col-sm-11-5 {
    max-width: 95.8333% !important;
}

.col-2-4 {
    max-width: 19.3% !important;
}

.col-25pc {
    max-width: 25% !important;
}

.col-125pc {
    max-width: 13% !important;
}