﻿/*New*/

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.loading {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.navbarTop1 {
    top: 0;
    -webkit-box-shadow: 4px 4px 4px #d0cece;
    -moz-box-shadow: 4px 4px 4px #d0cece;
    box-shadow: 4px 4px 4px #d0cece;
    z-index: 999;
    padding: 5px 10px 5px 10px;
}

.navbarBottom1 {
    bottom: 0;
    padding: 0px 10px 5px 10px;
}

.navbar1 {
    overflow: hidden;
    background-color: #3a5e8f;
    position: fixed;
    width: 100%;
}

    .navbar1 .navItem {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 0px 16px;
        text-decoration: none;
        font-size: 17px;
    }

.badge-orange {
    background: #ff9800;
    position: relative;
    top: -12px;
    left: -12px;
    color: white;
    border-radius: 9px;
}

.badge-orange2 {
    background: #ff9800;
    color: white;
    border-radius: 10px;
    margin-left: 3px;
    padding: 2px 4px;
}

.main {
    position: fixed;
    top: 60px;
    bottom: 65px;
    left: 0;
    right: 0;
    overflow: auto;
}

.pointer:hover {
    cursor: pointer;
}

.noLink {
    color: black;
    text-decoration: none;
}

.noLink2 {
    color: black;
    text-decoration: underline;
}

    .noLink:hover {
        color: black;
        text-decoration: none;
    }

.formErr {
    background-color: #fff3cd;
    border-color: #ffe183;
}

.form-control-err {
    background-color: #fff3cd;
    border-color: #856404;
}

.chk-label1 {
    width: 100%;
    margin-left: 5px;
    line-height: 18px;
}

.chk-input1 {
    float: left;
    margin-left: -20px;
    width: 20px;
    height: 18px;
}

.rad-label1 {
    width: 100%;
    margin-left: 5px;
    line-height: 18px;
}

.rad-input1 {
    float: left;
    margin-left: -20px;
    width: 18px;
    height: 18px;
}

.alert-box-top1 {
    top: 10px;
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 1400;
    min-height: 20px;
    border-radius: 6px;
    padding: 10px;
}

.alert-box-bottom1 {
    bottom: 10px;
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 1400;
    min-height: 20px;
    border-radius: 6px;
    padding: 10px;
}

.success1 {
    color: white;
    background-color: #195a28;
    border: solid 1px #0b3b16;
    display: none;
}

.warning1 {
    color: #94751c;
    background-color: #fff3cd;
    border: solid 1px #94751c;
    display: none;
}

.btnH {
    background-color: #3f8436;
    border-color: white;
    color: white;
}

    .btnH:hover {
        background-color: #3f8436;
        border-color: white;
        color: white;
    }

    .btnH:focus {
        background-color: #3f8436;
        border-color: white;
        color: white;
    }

.btnMob {
    background-color: #6180ab;
    border-color: white;
    color: white;
}

    .btnMob:hover {
        background-color: #6180ab;
        border-color: white;
        color: white;
    }

    .btnMob:focus {
        background-color: #6180ab;
        border-color: white;
        color: white;
    }

.imgGS1 {
    border-radius: 25px;
    padding: 15px;
    width: 100%;
}

.cardGS1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imgGS {
    border-radius: 30px;
    padding: 10px 10px 0px 10px;
    width: 100%;
}

.cardGS {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.like {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    color: white;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    z-index: 5000;
}

.likeY {
    background-color: orange;
}

.likeN {
    background-color: black;
    opacity: 0.5;
}

.like2Y {
    color: orange;
}

.like2N {
    color: white;
}

.acc1 {
    padding: 5px 10px 8px 10px;
    background-color: #fcbf36;
    border: solid 1px orange;
}

.acc2 {
    padding: 10px;
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
}

.alert-box-pn {
    min-height: 20px;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
}

.success-pn {
    color: white;
    background-color: #195a28;
    border: solid 1px #0b3b16;
}

.warning-pn {
    color: #94751c;
    background-color: #fff3cd;
    border: solid 1px #94751c;
}

.error-pn {
    color: #721c24;
    background-color: #f8d7da;
    border: solid 1px #721c24;
}

@media screen and (max-width: 540px) {
    .showBig {
        display: none;
    }
}
@media screen and (min-width: 539px) {
    .showSmall {
        display: none;
    }
}

.wrap {
    overflow-wrap: break-word;
}

.panelContainer {
    display: flex;
    flex-direction: row;
}

.panelItem1 {
    flex: 0 0 45px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    background-color: #f5f5f5;
    border-right: solid 1px #CCCCCC;
}

.panelItem2 {
    padding: 10px;
    order: 1;
    display: flex;
    width: 100%;
}

.btnH {
    color: white;
    background-color: #3f8436;
    border-color: white;
}

    .btnH:hover {
        color: #dedede;
        border-color: #ffc107;
        box-shadow: 0px 0px 6px 2px #e3ac05;
    }

    .btnH.focus, .btnH:focus {
        color: #dedede;
        border-color: #ffc107;
        box-shadow: 0px 0px 6px 2px #e3ac05;
    }

.modal {
    overflow: auto !important;
}

/* large */
@media screen and (min-width: 539px) {
    .variableSizeD {
        padding: 20px 250px 30px 250px;
    }
    .variableSizeH {
        line-height: 36px;
        font-size: 30px;
    }
    .variableSizeH1 {
        line-height: 36px;
        font-size: 30px;
    }
    .variableSizeP {
        margin-top: 20px;
        font-size: 24px;
        line-height: 28px;
    }
    .panelSize {
        border-radius: 5px;
        border: solid 1px #ffc107;
        padding: 20px;
        background-color: #fffdf9;
    }
}

/* small */
@media screen and (max-width: 540px) {
    .variableSizeD {
        padding: 15px 15px 15px 15px;
    }
    .variableSizeH {
        line-height: 24px;
        font-size: 22px;
    }
    .variableSizeH1 {
        line-height: 22px;
        font-size: 18px;
    }
    .variableSizeP {
        margin-top: 10px;
        font-size: 15px;
        line-height: 18px;
    }
    .panelSize{
    }
}

.imgCircular {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

#divImgOverlay {
    position: fixed;
    top: 80px;
    left: 50px;
    background-color: white;
    z-index: 12000;
    display: none;
    padding: 10px;
    border: solid 1px grey;
    border-radius: 10px;
}

.zoom:hover {
    transform: scale(1.75); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media screen and (min-width: 2999px) {
    .imgHeight {
        max-height: 1000px;
    }
}

/* small */
@media screen and (max-width: 3000px) {
    .imgHeight {
        max-height: 550px;
    }
}

.bottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
