.sbbtn_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);
    }
}

.sbbtn_modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.sbbtn_loader-txt {
    font-size: 13px;
    color: #666;
}

.reqstar {
    font-size: x-large !important;
    color: red !important;
    display: inline !important;
}

.sidenav {
    height: 60%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 35px;
    right: 5px;
    background-color: white;
    overflow-x: hidden;
    overflow-y: visible;
    transition: 0.5s;
    max-width: calc(100vw * .6);
    display: none;
    padding: 2px;
    font-size: 13px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    line-height: 1.15em;
    font-size: 13px !important;
    border-radius: 10px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: medium;
        color: darkslategrey;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: silver;
        }

    .sidenav .closebtn {
        top: 0;
        font-size: 36px;
        float: right;
        color: dimgray;
        font-weight: 800;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.boxshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-item {
    text-decoration: none;
}

.dropdown-menu {
    line-height: .9em;
}

.person {
    vertical-align: top;
    color: white;
}

.plogo {
    background-color: white !important;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    height: 170px;
}

.plogoi {
    /*height: 60px;
        position: absolute;
        left: -10px;*/
    text-align: center;
    height: 150px;
    text-decoration: none;
}

.pmenu {
    margin-left: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color: dimgray;
    font-size: small;
}

.primfac {
    font-size: large;
    color: white !important;
}
.smnav {
    text-decoration: none;
    line-height: 1.15em;
    font-size: 14px !important;
    margin-bottom: -7px;
    /*margin-left: -15px;*/
}


.Dark1 {
    border: none;
}

.ctnr {
    width: 100%;
    padding: 0px;
    7 margin: auto;
}

.dcon {
    margin-left: 20px;
    text-align: left;
    word-wrap: normal;
}

.dcona {
    text-align: left;
    font-size: small;
    margin-left: 10px;
}

.cl {
    font-size: small;
    background-color: white;
    width: 375px;
    height: 160px;
}

.cc {
    color: black;
    opacity: 100%;
}

.divnavs {
    border: none;
}

@media only screen and (max-width: 579px) {
    .dcon {
        display: none;
    }

    .dcon2 {
        display: none;
    }
}

@media only screen and (max-width: 779px) {
    .ctnr {
        max-width: none;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    .cl {
        width: 225px;
        margin-right: 10px;
        padding-right: 0px;
    }

    .dcona {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .Dark1 {
        padding-left: -115px;
    }
}

.smctrl {
    margin-top: 2px;
    margin-left: 5px;
}
.matsym {
    color: white;
    margin-top: 3px;
    margin-left: 5px;
}