* {
  box-sizing: border-box;
}

body {
    font-weight: 400;
    background-color: #EEDDDD;
    position: relative;
    /* Full height */
/*    height: 100%; */
    /* Center and scale the image nicely */
}

body::after { /* background image at low opacity with all pages by default */
  content: "";
  background: url("../Images/MainBGs/HaramatyPhotoLogo.jpg") no-repeat;
  background-repeat:repeat-y;
  background-size: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

body,
html,
.App,
.vertical-center {
  width: 100%;
  height: 100%;
}

/* prevent navbar overlap body */
body {
    padding-top: 0px;
}


.navbar {
  background: #666060 !important;
  width: 100%;
}


.InactiveMenuLink {
    color:black !important;
}

.InactiveMenuLink:hover {
    color:black !important;
}
.NutInnerBlock {
    padding-top:20px;
    padding-bottom:20px;
}

.btn-outline-primary {
  border-color: #1833FF;
  color: #1833FF;
}

.btn-outline-primary:hover {
    background-color: rgba(200,200,255,.8);
    color: #000055;
    box-shadow: inset 3px 3px 4px white, inset -2px -2px 3px #555555, 2px 1px 1px black;
}

.INBtn {
    background-color: rgba(180,180,255,.2);
    box-shadow: inset 3px 3px 3px white, inset -2px -2px 2px #555555, 2px 1px 1px darkgray;
    border-radius: 20px;
    text-shadow: 0.5px 0.5px 1px white, -0.5px -0.5px 1px black;
    font-weight:300;
}

@media only screen and (max-width: 768px) {
    .INBtn {
        font-size:0.9em;;
    }
}

.INBtnNarrow {
    border-radius: 15px;
    padding-top:0px;
    padding-bottom:5px;
}


.INToolTips  { /* bootstarp toolstips format */
    font-size: 100%;
    font-weight: bold;
}
.tooltip-inner {
    background-color: rgba(20,20,20,0.8);
    color:white;
    box-shadow: 10px 10px 20px black;
}
.ToolTipsCursor {
    cursor: help;
}

.ProgramNameInIndex {
    text-transform:uppercase;
    font-weight: bold;
}

.vertical-center {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}

.inner-block {
  width: 450px;
  max-width: 95%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 40px 15px 45px 15px;
  transition: all .3s;
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.7) inset;
}

.vertical-center .form-control:focus {
  border-color: #2554FF;
  box-shadow: none;
}

.vertical-center h3 {
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
}

label {
  font-weight: 500;
}

/* Add ons starts here*/

.bgMain { /* backgournd for home page with javascript carousel */
    /* The image used */
/*    background-image: url("../Images/MainBGs/Logo Brought to you by 2048w.png"); */
    position: relative;
    /* Full height */
    /* Center and scale the image nicely */
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
    background-repeat: repeat;
    background-size:25vw;
    background-color: rgb(133, 52, 53);
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    box-shadow: 0px 0px 20px 20px rgba(133, 52, 53);
}

.BrightnessHalf {
    filter: brightness(50%);
    }
   
    .LittleTransparent{
        opacity: 90%;
    }

    .ErrorFontSize {
        font-size:150%;
    }
    
.MenuPullDownIcon {
  color:#666060;
  width: auto;
  height: auto;
  position:absolute;
  top:-5px;
  left: 50%;
  z-index:900;
  display: none;
  cursor:default;
  font-size: 35px;
}
.WideInnerBlock {
    width:95%;
}

.INDrpDnBtn {
    background-color: #444444;
}
.INDrpDnBtn:hover {
    background-color: #222222;
}

.INFooter {
     height:auto;
     padding-top : 3px;
     font-size: 10px ;
     background-color: #88888888;
     }
     
.ClientEditRow {
    margin-bottom: 20px;
     }
     
.INInput{
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;       
     }
     
 .alert { /* pop it up */
    font-weight: bold;
    text-shadow: -0.02em -0.02em rgba(0,0,0,0.9), 0.06em 0.06em rgba(255,255,255,0.9);
    border-top-color: rgba(255,255,255,0.5);
    border-left-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(0,0,0,0.5);
    border-right-color: rgba(0,0,0,0.5);
    border-width: 2px;
    border-radius:5px;
    margin-top: 4px;
     }
     
 .BirthdayMessages {
    font-weight: bold;
    color:green;
     }
     
/******** File Upload Styles  *******/
.FileLoadProgressBar {
    width:610px;
}
#uploadForm label {
    margin:2px;
    margin-bottom: 10px;
    font-size:1em;
    font-weight:bold;
}
.BrowseImage>input{
  display: none;
}
.LoadFileName {
    font-size:1.25em;
    font-weight:bold;
    text-align: center;
}
#progress-bar {
    background-color: #8888FF;
    height:20px;
    color: #FFFFFF;
    width:0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;transition: width .3s;
}
.UploadSubmitButton{
    margin-top:20px;
}
#progress-div {
    border:#0FA015 1px solid;
    padding: 5px 0px;margin:30px 0px;
    border-radius:4px;
    text-align:center;
}
.LoadedImageResult {
    height: 100px;
}
.ResultImage {
    width: auto;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 /***** END of File Upload Styles  ****/
 
 .INRadioButtons {
     background-color: white;
 }

 
 .GenericMessageContainer {
     border:solid 0.2vw gray;
     box-shadow: 0.6vw 0.6vw 1.2vw black;
     font-size: 1.25em;
 }

 .AccordionOpen {
     font-weight: bold;
     margin-top: 15px;
     margin-bottom: 10px;
 }
 
 .InputRows {
    border-radius: 5px;
    margin-left: 0px;
 }
 
 .accordion-button {
    background-color: rgba(0,0,0,0.05) !important;
    color:blue;
    border-radius: 5px;
    font-size: 60%;
    text-shadow: 0.5px 0.5px 1px white, -0.5px -0.5px 1px black;
    box-shadow: -1px -1px 1px white, 1px 1px 1px black !important;
 }
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
      background-color: rgba(0,0,0,0.1) !important;
      color:blue;
}
 
 .accordion-button:after { /* change the accordion arrow */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' ><path  stroke='%23222222' stroke-width='1.5' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
 .accordion-item {
     background-color: rgba(0,0,0,0);
 }
 
