/* Application styles */
/*
 * Colors:
 * background:   #ebe6f5 or #eeedf5
 */
 
/* restyle default buttons */
.btn {
    border-radius: 25px;
    padding: .5em 1.5em;
}
.btn-grey {
    background-color: #ccc !important;
}
.btn-grey:active, .btn-grey:hover, .btn-grey:visited {
    background-color: #fff !important;
}

.row div {vertical-align:top;}
/* White box with drop shadow */
.whiteBoxwShadow {
    padding:1em;
    display:block; 
    background-color:white;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}
.whiteBoxwShadow div {padding:0 1em;}

body {background-color: #eeedf5;}
.contentPadding {padding:5em;}
.navbar-default {background-color: #fff;}
.navbar {
    border:none !important;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

/* record styles */
/* 
.titleStmt .btn-default {
    border-radius: 12px;
    margin-right: .5em;
    }
*/

.actionButtons {text-align:right;}
.actionButtons .btn{margin-right:.25em;}
.titleStmt .item {border-top:1px solid #ccc; border-bottom: 1px solid #ccc; }
.mainDesc {
    display:block; 
    background-color:white;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}
.mainDesc .item {
    margin: 1em;
    padding-top: .5em; 
    border-top:1px solid #ccc; 
}

.inline-h4 {font-weight:600;}

.listEntities{
    width:100%;
    margin-top:2em;
    margin-bottom:2em;
}

#mainMenu {
    width:100%;
    margin-top:2em;
}

#mainMenu button {
  background-color: #ccc !important;  
  color:black;
  border-color: #ccc;
  border-radius: 4px 4px 0 0 ;
  border-right: 1px solid #666;
}

#mainMenu button[aria-expanded="true"]{
  background-color: #fff !important;
}

.mainMenuContent {
    margin-top: 2em;
}
.mainMenuContent .whiteBoxwShadow {margin-top:2em;}
.entityList {
    text-align:left;
    margin-top:1em;
}
h3 a {text-decoration:none; color:black;}
.tei-q {margin: .5em 1.5em;}

/* Toggle names */
/* 
 * grey: #FEFEFE
 * rgb(254, 254, 254)
 * rgb(224, 224, 224)
 * 
 */
.tri-state-toggle {
    background: #F5F5F5;
    box-shadow: inset 0 2px 8px 0 rgba(224, 224, 224,0.25);
    border-radius: 24px;
    display: inline-block;
    overflow: hidden;
    display: inline-flex;
    flex-direction: row;
    transition: all 500ms ease; 
}

.tri-state-toggle-button {
    border-radius: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: transparent;
    border: 0px solid transparent;
    margin: 2px;
    cursor: pointer;
  
/*    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:    all 0.5s ease-in-out;
  -ms-transition:     all 0.5s ease-in-out;
  -o-transition:      all 0.5s ease-in-out; */
  transition:         all 0.5s ease;
}

.tri-state-toggle-button.highlight {
    background-color: transparent;
    border: 4px solid #7AAC7A !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    font-weight: 600;
    transition: all .5s ease-in;
}

.tri-state-toggle-button:focus {
  outline: none;
}
.noBorder {border:none !important;}
.srp-label {font-weight:bold;}
.arabicNames,
.hebrewNames,
.arabicANames,
.hebrewANames {display:none}
.tooltip-inner {
    max-width: 100% !important;
}
.title-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
    background-color: #7AAC7A;
    color: white;
    font-size: 0.82em;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: default;
    margin-right: 0.7em;
    vertical-align: middle;
}

.tei-em {
  font-style: italic;
}
footer {border-top:4px solid #00883A; text-align:center;}
footer .poweredby { margin: 33px 10px 0 0;}
footer .poweredby img {}
.jalitLogoText {font-size: 18px; font-weight:bold; line-height:18px; text-align:left; display:inline-block;maring-top:.5em;}
