﻿/*from JerStyle*/
.border10pxWhite {
    border: 10px solid white;
}

.imgSmall {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgBig {
    position: absolute;
    width: 0px;
    z-index: 100;
}

.imgSmall:hover + .imgBig {
    width: 400px;
}

.imgFit {
    width: 180px;
    height: 70px;
    object-fit: cover;
}

.imgFitFit {
    object-fit: cover;
}

.imgPadding2 {
    padding: 2px;
}

.imgPadding10 {
    padding: 10px;
}

.modal600 {
    height: 600px;
    width: 600px;
    margin-top: 10px;
}

.myDropDown {
    color: white;
    background-color: black;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: black !important;
    color: white;
}


.dropdown {
    background-color: black;
    color: fuchsia;
}

/*.dropdown:hover .dropdown-menu {
      background-color: black;
      color: white;
    }*/

.dropdown-menu {
    background-color: black;
    color: white;
}

    .dropdown-menu:hover {
        background-color: black;
        color: black;
    }

.dropdown-toggle {
    background-color: black;
    color: black;
}

    .dropdown-toggle:hover {
        background-color: black;
        color: fuchsia;
    }

.myDropdown:hover > .dropdown-menu {
    display: block;
}

/*end of JerStyle*/


.backgroundBlack {
    background-color: black;
    color: white;
}

.borderRadius4 {
    border-radius: 4px;
}

.border1pxRadius4 {
    border-radius: 4px;
    border: 1px solid white;
    margin-bottom: 10px;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: black;
    color: white;
}


.fontBlack {
    color: Black;
}

.fontBlackBold {
    color: Black;
    font-weight: bold;
}

.fontBlackBoldLarge {
    color: Black;
    font-size: large;
    font-weight: bold;
}

.fontBlackBoldXLarge {
    color: Black;
    font-size: x-large;
    font-weight: bold;
}

.fontBlackBoldXXLarge {
    color: Black;
    font-size: xx-large;
    font-weight: bold;
}


.fontWhite {
    color: white;
}
.fontWhiteLarge {
    color: white;
    font-size: large;
    font: arial;
}
.fontWhiteXLarge {
    color: fuchsia;
    font-size: x-large;
    font-family:Arial, Helvetica, sans-serif;
}
.fontWhiteXXLarge {
    color: white;
    font-size: xx-large;
    font: arial;
}

.onHoverWhite {
    color: White;
    text-decoration: none;
}

    .onHoverWhite:hover {
        color: white;
        text-decoration: none;
    }

.fontWhiteBold {
    color: white;
    font-weight: bold;
}

.fontWhiteBoldLarge {
    color: white;
    font-weight: bold;
    font-size: large;
   
}

.fontWhiteBoldXLarge {
    color: white;
    font-weight: bold; 
    font-size: x-large;
}

.fontWhiteBoldXXLarge {
    color: white;
    font-weight: bold;
    font-size:xx-large;
}

.myLi{
    background-color: black;
    color: white;
    font-size: small;
}


.marginAuto {
  margin-left: auto;
  margin-right: auto;
   
}
.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom10 {
      margin-bottom: 10px;
}
.marginBottom20 {
    margin-bottom: 20px;
}
.marginBottom40 {
    margin-bottom: 40px;
}
.marginBottom60 {
    margin-bottom: 6px;
}
.marginTop10px {
    margin-top: 10px;
}

.marginTop10 {
    margin-top: 10px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}

.mybtn-danger {
    color: White;
    font-weight: bold;
    font-size: medium;
    font-family: Comic Sans MS;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
    border: 4px solid black;
    background-color: Red;
}

    .mybtn-danger:visited {
        color: White;
        font-weight: bold;
        font-size: medium;
        font-family: Comic Sans MS;
        text-decoration: none;
        border-radius: 6px 6px 6px 6px;
        border: 4px solid black;
        background-color: blue;
    }


    .mybtn-danger:hover {
        color: White;
        font-weight: bold;
        font-size: medium;
        font-family: Comic Sans MS;
        text-decoration: none;
        border-radius: 6px 6px 6px 6px;
        border: 4px solid black;
        background-color: lightblue;
    }

.mybtn-info {
    color: White;
    font-weight: bold;
    font-size: medium;
    font-family: Comic Sans MS;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
    border: 4px solid black;
    background-color: blue;
}

    .mybtn-info:visited {
        color: White;
        font-weight: bold;
        font-size: medium;
        font-family: Comic Sans MS;
        text-decoration: none;
        border-radius: 6px 6px 6px 6px;
        border: 4px solid black;
        background-color: blue;
    }


    .mybtn-info:hover {
        color: White;
        font-weight: bold;
        font-size: medium;
        font-family: Comic Sans MS;
        text-decoration: none;
        border-radius: 6px 6px 6px 6px;
        border: 4px solid black;
        background-color: lightblue;
    }

.myDropdown {
    position: relative;
    z-index: 10000;
}


input {
    color: black;
    background-color: gray;
}

.input {
    color: black;
    background-color: gray;
}

.dvHideAuth {
    display: none;
}

.dvShowAuth {
    visibility: visible;
}

.dvHideDeleteBtn {
    display: none;
}

.dvShowDeleteBtn {
    visibility: visible;
}

.dvHideSaveBtn {
    display: none;
}

.dvShowSaveBtn {
    visibility: visible;
}

.padding5px { padding: 5px;}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft80 {
    padding-left: 80px;
}

.rowHeight100px {
    height: 20px;
}


.underlined{
    text-underline-position:below;
}

/*_LayoutNoName*/

@media only screen and (max-width: 767px) 
{
    /* For mobile phones: */

    .imageHeight80
    {
     height: 80px;
    }


    .rowHeight100px {
        height: 100px;
    }

}




.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft80 {
    padding-left: 80px;
}


.rowHeight100px {
    height: 20px;
}

.dropdown-menu {
    background-color: black;
    color: white;
}

    .dropdown-menu:hover {
        background-color: black;
    }



.myLiH {
    background-color: black;
    font-size: small;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    list-style-type: none;
    margin-left: 10px;
    padding: 5px;
}

    .myLiH:hover {
        font-size: medium;
        font-weight: bold;
        color: Fuchsia;
        text-decoration:none;
        list-style-type: none;
        padding: 5px;
        border: none;
    }


.myLir {
    background-color: white;
    font-size: medium;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
}

    .myLir:hover {
        font-size: x-large;
        font-weight: bold;
        border: 4px solid black;
        color: black;
    }
li.myLir {
    background-color: white;
    font-size: medium;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
}

    li.myLir:hover {
        font-size: x-large;
        font-weight: bold;
        border: 4px solid black;
        color: black;
    }


.myLirr {
    background-color: black;
    font-size: medium;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    list-style-type: none;
    padding: 5px;
}

  .myLirr:hover {
      background-color: lightgray;
      font-size: medium;
      font-weight: bold;
      border: 1px solid green;
      border-radius: 5px;
      color: black;
  }

li.myLirr {
    background-color: black;
    font-size: medium;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    list-style-type: none;
    padding: 5px;
}

    li.myLirr:hover {
        background-color: white;
        font-size: medium;
        font-weight: bold;
        border: 1px solid green;
        border-radius: 5px;
        color: black;
    }



.myLirrL {
    background-color: black;
    font-size: large;
    font-weight: bold;
    
    color: white;
    list-style-type: none;
    padding: 5px;
}

    .myLirrL:hover {
        background-color: lightgray;
        font-size: large;
        font-weight: bold;
        border: 1px solid green;
        border-radius: 5px;
        color: black;
    }

li.myLis {
    background-color: black;
    color: white;
    font-size: x-small;
}



.dropdown-toggle {
    background-color: black;
    color: black;
    font-size: x-large;
}

    .dropdown-toggle:hover {
        background-color: black;
        font-size: x-large;
    }

.liUnderLine {
    color: black;
    text-decoration: underline;
}


    .liUnderLine:hover {
        text-decoration: underline;
    }

.redXLarge {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft80 {
    padding-left: 80px;
}


.rowHeight100px {
    height: 20px;
}

.dropdown-menu {
    background-color: black;
    color: white;
}

    .dropdown-menu:hover {
        background-color: black;
    }

.dropdown-toggle {
    background-color: black;
    color: black;
    font-size: x-large;
}

    .dropdown-toggle:hover {
        background-color: black;
        font-size: x-large;
    }

.liUnderLine {
    color: black;
    text-decoration: underline;
}


    .liUnderLine:hover {
        text-decoration: underline;
    }

.redXLarge {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.hideMyPics {
    /*display: none;*/
    color: white;
    text-align: center;
}

.showMyPics {
    /*visibility: visible;*/
    color: black;
}

.dvHide {
    display: none;
}

.dvShow {
    display: block;
}

/*copied from _OurStuffMemberLayout.cshtml*/
a {
    color: white;
    font-weight: bold;
    font-size: large;
}

/* .dropdown {
                    background-color: black;
                    color: fuchsia;
                }*/

/*.dropdown:hover .dropdown-menu {
                  background-color: black;
                  color: white;
                }*/

/*  .dropdown-menu {
                    background-color: black;
                    color: white;
                }
        */
/*   .dropdown-menu:hover {
                        background-color: black;
                        color: black;
                    }
        */
/*  .dropdown-toggle {
                    background-color: black;
                    color: black;
                }
        */
/*  .dropdown-toggle:hover {
                        background-color: black;
                        color: fuchsia;
                    }
        */
.hideAddBtn {
    display: none;
}

.showAddBtn {
    visibility: visible;
}

.hideNavbarLogon {
    display: none;
}

.showNavbarLogon {
    visibility: visible;
}

.hideNavbarRegular {
    display: none;
}

.showNavbarRegular {
    visibility: visible;
}

.hidePage {
    display: none;
}

.showPage {
    display: block;
    /*visibility: visible;*/
}

.headerHeight {
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Felix Titling';
}

.imageHeight80 {
    height: 100px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop80 {
    margin-top: 80px;
}

.rowHeight10px {
    height: 10px;
}

.rowHeight100px {
    height: 20px;
}

@media only screen and (max-width: 767px) {
    /* For mobile phones: */
    .headerHeight {
        height: 20%;
        font-size: 10px;
        font-weight: normal;
        font-family: 'Felix Titling';
    }

    .imageHeight80 {
        height: 80px;
    }

    .marginTop10 {
        margin-top: 10px;
    }

    .marginTop80 {
        margin-top: 80px;
    }

    .navbar100 {
        height: 100px;
    }

    .rowHeight100px {
        height: 100px;
    }
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft80 {
    padding-left: 80px;
}

.rowHeight100px {
    height: 20px;
}

/* .dropdown-menu {
                    background-color: black;
                    color: white;
                }*/

/*  .dropdown-menu:hover {
                        background-color: black;
                    }


        */

.dropdown-toggle {
    background-color: black;
    color: white;
    font-size: x-large;
}

    .dropdown-toggle:hover {
        background-color: black;
        font-size: x-large;
        color: white;
    }

.liUnderLine {
    color: black;
    text-decoration: underline;
}


    .liUnderLine:hover {
        text-decoration: underline;
    }

.redXLarge {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft80 {
    padding-left: 80px;
}

.rowHeight100px {
    height: 20px;
}

.dropdown-menu {
    background-color: black;
    color: white;
}

    .dropdown-menu:hover {
        background-color: black;
    }


.dropdown-toggle {
    background-color: black;
    color: black;
    font-size: x-large;
    color: white;
}

    .dropdown-toggle:hover {
        background-color: black;
        font-size: x-large;
        color: white;
    }

.liUnderLine {
    color: black;
    text-decoration: underline;
}


    .liUnderLine:hover {
        text-decoration: underline;
    }

.redXLarge {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.hideMyPics {
    /*display: none;*/
    color: white;
    text-align: center;
}

.showMyPics {
    /*visibility: visible;*/
    color: black;
}


/*copied from _OurStuffMemberIndex.cshtml*/

.borderTop {
    border-top: 1px solid white;
}

.dvHidePanel {
    display: none;
}

.dvShowPanel {
    visibility: visible;
    border: none;
}

.hideMsgBanner {
    display: none;
}

.showMsgBanner {
    visibility: visible;
}

.hideTable {
    display: none;
}

.showTable {
    visibility: visible;
}


.showJanice {
    display: none;
}

@media only screen and (max-width: 390px) {
    .showJanice {
        visibility: visible;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .showJanice {
        visibility: visible;
        display: block;
    }
}



.show12Year {
    visibility: visible;
    display: block;
}

@media only screen and (max-width: 390px) {
    .show12Year {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .showYear {
        display: none;
    }
}



