﻿/*
    StyleSheet - Wiiisps Home
	MapApps Corporation
    All Rights Reserved ©2020.
*/

/*
    Header Background Color:        #19334d
    Header Color:                   #ffffff
    Header Link Color:              #d9e6f2/
    Title Row Background Color:     #6699cc
    (See Palette 3 from coolers link below)

    https://coolors.co/palettes/trending/#19334d
    Header Color:       #19334d
    Color Beige:        #e3ffc2
    Color Green:        #5d8038
    Color Brown:        #7a2d00
    Color Gold:         #eea144

*/

body {
    color: #060d13;
    padding-bottom: 20px;
}

a {
    color: #264d73;
}

    a:hover {
        color: #538cc6;
    }

.PageLabel {
    margin: 2px 15px 8px 20px;
    font-family: inherit;
    color: inherit;
}

.hometopmargin {
    margin-top: 14px;
}

/* ------ Bootstrap Adjustments ------ */

.navbar {
    padding-top: 0.5em;
    padding-bottom: 0.6em;
    min-width: 330px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0.1em;
    color: #ffffff;
    font-family: Verdana;
    font-weight: bold;
}

    .navbar-brand:hover {
        color: #d9e6f2;
        font-family: Verdana;
        font-weight: bold;
        text-decoration: none;
    }

.navbar-dark {
    background: #19334d;
    color: #ffffff;
}

.dropdown-divider {
    color: #d9e6f2;
}

.btn-primary {
    color: #ecf2f9;
    background-color: #336699;
    border-color: #336699;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #204060;
        border-color: #204060;
    }


    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
    }


    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #9fdfdf;
        border-color: #9fdfdf;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #ecf2f9;
        background-color: #66cccc;
        border-color: #66cccc;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
        }

.form-group.required .control-label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.col-form-label {
    font-weight: 600;
}

.card {
    min-width: 200px;
}

.card-header {
    color: #404040;
}

.RadiusTitle {
    width: 140px;
    background-color: aqua;
}

.RadiusValue {
    width: 100px;
    text-align: right;
    background-color: red;
}

/* ------ Media Size Adjustments ------ */

.mobile_hide {
    display: none;
}

.mobile_show {
    display: block;
}

.header_right {
    visibility: hidden;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .plancardbody {
        min-height: 100px;
        padding-left: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .plancardbody {
        min-height: 250px;
        padding-left: 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile_hide {
        display: block;
    }

    .mobile_show {
        display: none;
    }

    .header_right {
        visibility: visible;
    }

    .plancardbody {
        min-height: 200px;
        padding-left: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .plancardbody {
        min-height: 360px;
        padding-left: 0;
    }
}

/*---------- Page Navbar Button -----------*/

.card-navbar {
    padding: 0 4px 0 4px;
}

.btn-navbar {
    color: #6c757d;
    background-color: #f7f7f7;
    border: none;
    margin: 3px 0 3px 0;
}

    .btn-navbar:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.btn-divider {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #d3d3d3;
    padding: 0.3rem 0 0.3rem 0;
    margin-left: 0.2rem;
    cursor: default;
}

.ma-alertheading {
    color: #505962;
    text-decoration: none;
}

    .ma-alertheading:hover {
        color: #1b1e21;
        text-decoration: none;
    }

/*---------- Search List Box -----------*/

.card-nopadding {
    padding: 0 0 0 0;
}

.listbox-noborder {
    border: none;
    border-radius: 0;
}

    .listbox-noborder li {
        border-bottom: 1px solid #dfdfdf;
    }

/*---------- Map Classes -----------*/

.mapTitleBar {
    position: relative;
    border: 1px solid #bee5eb;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    width: 100%;
    display: table;
}

.mapBottomBar {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 1px solid transparent;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    display: block;
}

.mapBottomBar_20 {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 1px solid transparent;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    height: 20px;
    display: block;
}

.mapBottomBar_50 {
    position: relative;
    border: 1px solid transparent;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    height: 55px;
    width: 100%;
    display: block;
}

.mapfg_Places {
    height: 644px;
}

.mapc_Places {
    height: 644px;
}

.mapfg_PlaceEdit {
    height: 638px;
}

.mapc_PlaceEdit {
    height: 550px;
}

.placemap {
    position: relative;
    width: 100%;
    background-color: aqua;
    display: block;
}

.placemap_Places {
    position: relative;
    width: 100%;
    background-color: aqua;
    height: 480px;
    display: block;
}

.mapsearch {
    position: relative;
    height: 600px;
    width: 100%;
    background-color: aqua;
    display: block;
}

/*---------- Map Info Box -----------*/

.infobox {
    position: relative;
    margin-bottom: 0;
    left: 0;
    top: 0;
    width: 256px;
}

.infobox_body {
    padding-top: 3px;
    padding-bottom: 5px;
}

.infobox_pointer {
    width: 27px;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    left: 20px;
    top: -7px;
}

.infobox_close {
    color: #206060;
}

    .infobox_close:hover {
        color: #060d13;
    }

.infobox_bordertop {
    border-top: 1px solid #060d13;
    margin-top: 5px;
    padding-top: 3px;
}

    .infobox_bordertop .nav > li > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .infobox_bordertop .nav {
        min-height: 26px !important;
    }

.infobox_borderleft {
    border-left: 1px solid #060d13;
}


/* ------ Header ------ */

header {
    background: #19334d;
    color: #ffffff;
}

.headerLink {
    color: #d9e6f2;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
}

    .headerLink:hover {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        padding-right: 0;
        padding-left: 0;
        margin-left: 20px;
    }

.headerTitleRow {
    margin-top: 0;
    z-index: 740;
    background-color: #6699cc;
    height: 48px;
    white-space: nowrap;
}

.headerTitleText {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 2.25rem;
    white-space: nowrap;
}

/* ------ Footer ------ */

footer {
    color: #808080;
}

.footerlink {
    color: #808080;
}

    .footerlink:hover {
        color: #808080;
    }

/* --- wiiisps public jumbotron --- */
.jumbotron-public {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}


/* ------ Plan Cards ------ */

.col-pan {
    width: 225px;
    margin: 10px;
}

.planheader {
    background-color: #19334d;
    color: #ffffff;
    border-radius: 6px 6px 0 0;
    font-size: 24px;
    padding: 10px;
    text-align: center;
}

.planbody {
    background-color: #e3ffc2;
    color: #7a2d00;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

.planul {
    height: 380px;
    padding: 6px 6px 6px 20px;
}

.planprice {
    height: 40px;
    padding: 6px;
    font-size: 16px;
    text-align: center;
}

.planbutton {
    height: 40px;
}

.btn-success {
    color: #7a2d00;
    background-color: #eea144;
    border-color: #eea144;
}

    .btn-success:hover {
        color: #eea144;
        background-color: #7a2d00;
        border-color: #7a2d00;
    }


    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
    }


    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #9fdfdf;
        border-color: #9fdfdf;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #7a2d00;
        background-color: #66cccc;
        border-color: #66cccc;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
        }
