#contentHeader
{
    background-image: url("/PagesTemplated/Images/header.png");
}

#contentFooter
{
    background-image: url("/PagesTemplated/Images/botter.png");
}

#main-holder{
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-top:40px;
    margin-bottom:20px;
} 

#main{
	display: table-cell;
    vertical-align: middle;
}

#contentCenter
{
    text-align:center;
    margin-bottom:10px;
    margin-top:10px;
}
body
{
    color:cyan;/*#00ff0a; /*cyan*/
}

a
{
    color:cyan;/*#00ff0a;*/
}
/* mouse over link */
a:hover {
    color: Cyan;/*#61ff67;/*Orange: #ffc14e;/*Cyan: #6bfff9;*/
}
#content{
    background-color:rgba(0, 0, 0, 0.80) !important;
    min-height:50px;
    width:1100px;
    border-radius: 25px;
    border-color: cyan;/*#ff0000;*/
    border-style: solid;
    border-width: 2px;
    margin-top:5px;
    overflow:hidden;
    display:inline-block;
	min-width:900px;
}

/*.genericText, .sectionHeader, .sectionDesc, .titler, .subTitler, a:active, a:visited, a:link {
    color:cyan;
}
#editMessage, .modal, .button, .newDisplayBlock a:visited, .newDisplayBlockTypeTitle, .newDisplayBlockTypeDesc,.blockIcon, #newModalLoadingMessageg, #newModalLoadingMessage, #galleryDisplayLoadingHolder, .tier3 a,.tier3 a:visited, .tier3 a:link, .tier3 .blockIcon, .tier2 a,.tier2 a:visited, .tier2 a:link, .tier2 .blockIcon, .tier1 a,.tier1 a:visited, .tier1 a:link, .tier1 .blockIcon, .displayBlockTypeTitle, .tagHolder,.tagHolderTitle, .modalItemTagList, .modalItemDescription, .imageBackButton, .imageForwardButton, .setBackButton, .setForwardButton, .cyan
{
    color:cyan;
}*/


body
{
    background-color:Black;
    text-align:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    overflow: auto;
}

#contentHeader, #contentFooter
{
    width:100%;
    height:50px;
    overflow:hidden;
}

#contentMid
{
    width:100%;
    background-color:rgba(0, 0, 0, 0.56);
    text-align:center;
}

.titler
{
    font-weight:bold;
    width:100%;
    display:inline-block;
    margin-bottom:10px;
}

.subTitler
{
    width:100%;
    display:inline-block;
}

.input-dock
{
    width:90%;
    display:inline-block;
}

.left-file
{
        padding-right:2px !important;
        padding-left:0px !important;
}

.right-file
{
        padding-right:0px !important;
        padding-left:0px !important;
}

.buttonHolder
{
    border-radius: 5px;
    overflow:hidden;
    display:inline-block;
}

.btnCornered
{
    border-radius: 0px !important;
}

.modalHighlight{
    color:blue;
}

 .hidden
 {
     display: none;
 }

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
    border:5 !important;
    /*background-color: black !important;*/
    border-style: solid !important;
    border-color: orange   !important;
    border-width: 0px !important;
    border-radius: 5px;
    overflow:hidden;
    text-align:center;
    background-color:rgba(0, 0, 0, 0.75);
}

.modal-content
{
    background-color:rgba(0, 0, 0, 0);
}

#jewry
{
    margin-top:25px;
    width:100%;
    height:50px;
    text-align:center;
}

.goyim
{
    width:50px;
    height:100%;
    display:inline-block;
    margin-left:0px;
    margin-right:0px;
    border-width:0px;
    border-radius: 3px;
    overflow:hidden;
}

.jewImg
{
    width:100%;
    height:auto;
}

.jewLink

{
    width:100%;
    height:100%;
    display:inline-block;
}

.star
{
    display:inline-block;
    width:50px;
    height:50px;
    overflow:hidden;
}

.innerStar
{
  top: 50%;
  left: 50%;
  /*transform: translate(0, 50%);*/
  font-size:30px;
  color:#636363;
}

.breaker{
    margin-bottom:5px;
}

.modal-dialog
{
    width:auto !important;
}

#modalContentHolder
{
    overflow:hidden;
    border-radius: 3px;
}


hr {
    height: 1px;
    color: #676767;
    background: #676767;
    margin-top:0px;
    margin-bottom:5px;
    font-size: 0;
    border: 0;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #676767;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: rgba(0,0,0,0);
    width: 5px;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a5a5a5;
}


/************/


ul.header-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
 
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    
}

.header-bar > li {
    float: left;
}

.header-bar > li a {
    display: block;
    color:cyan;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.header-bar > li a:hover {
    background-color: #111;
}



li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    /*background-color: red;*/
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0000009c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.swapLoginTypeButton, .swapLogoutButton{
display:none;
}

.select2-selection__choice{
	color:black;
}

.select2-results__option{
	color: black;
};
.select2-search__field{
	color:black;
}
input{
	color:black;
}