@charset "UTF-8";

/* Override Bootstrap 3 */

.adm-cons-page-header {
  font-size: 30px;
  padding-top: 10px;
  background:#E5CF87;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1, h1 {
  font-size: 30px;
}

.h2, h2 {
  font-size: 24px;
}

#iiab-top-nav {
  background: #E5CF87;
}
.iiab-left-nav {
  background: #CFE8BE;
}

.nav>li>a {
font-size: medium;
}

.nav-flash {
    animation: nav-flash 5s ease-in-out infinite;
}

@keyframes nav-flash {
    50% {
        color: #f04394;
        text-shadow: 0 0 40px #555;
    }
}

.action-buttons {
/* width: 70%; */
margin-bottom: 1.5em;
margin-top: 1em;
}

.action-buttons button {
	width: 14.5em;
	text-align: left;
	margin-bottom: 1em;
}

.pane-buttons {
width: 50%;
margin-bottom: 1.5em;
margin-top: 1em;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
color: #555;
cursor: default;
background-color: #F0B343;
border: 1px solid #ddd;
border-bottom-color: transparent;
}

.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 8px 8px 0 0;
}

.sendCmdsrvWorking {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Control */

#help-tip {
  z-index: 2000;
  position: fixed;
  top: 400px;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width:550px;
  height:300px;
  padding-top: 20px;
  border: black;
  border-radius: 8px;
  background-color: #E5CF87;
}

#help-tip h1 {
text-align: center;
}

#help-tip p {
  font-size: 18px;
}
/* Configure */

/* Install Content styles */

.modal.modal-wide .modal-dialog {
  width: 90%;
}

.modal-wide .modal-body {
  overflow-y: auto;
}

/* for some reason h5 causes wrap on close button */
.modal-title-4 {
  font-size: 18px;
  font-weight: 500;
}

.modal-background {
  position: fixed;
  top: 0;
  /*left: 0; */
  height: 100%;
  width: 100%;
  /*margin: auto;*/
  background-color: rgba(0,0,0,0.6);
  z-index: -1;
}

#ZimDownload h2 {
	font-size: 18px;
	font-weight: 700;
	margin-left: 5px;
}

#ZimDownload h3 {
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
}

#ZimDownload label {
	font-weight: 600;
	margin-left: 10px;
}

.lang-list {
	margin-top: 10px;
  margin-bottom: 10px;
}

.lang-codes {
	display:inline-block;
	width:20em;
}

#ContentLanguages2 {
	display: none;
}

.installed {
	color:green;
	font-weight: 700;
}

.scheduled {
	color:blue;
	font-weight: 700;
}

.backed-up {
	color:Brown;
	font-weight: 700;
}

.zim-desc {
	display: inline-block;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: text-bottom;
  white-space: nowrap;
  margin-right: 8px;
}

.zim-desc:hover {
  font-weight:bold;
}

.zim-desc + .tooltip > .tooltip-inner {
  background-color: #333;
  /* filter: blur(30px); doesn't have any effect on underlay */
  text-align: left;
  max-width: 500px;
  border-radius: 1.5em;
}
.zim-desc + .tooltip > .tooltip-inner h3 {
  text-align: center;
	font-size: 16px;
	font-weight: 700;
}

/* Util styles */

#jobStatTable {
	margin-top: 20px;
}

.jobTable {
	width:100%;
	padding: 4px;
	vertical-align: top;
}

.jobTable tr, td{
	padding: 4px;
	vertical-align: top;
}

.statusJobResult {
	/* width:100%; */
	max-height:8em;
	overflow-y:auto;
	overflow-x:hidden;
}

#statusJobsRefreshTime {
	padding-left:20px;
}

/* content Menus */

.content-item {
    font-size: 1em;
    padding: 10px 0 10px 0;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 2px;
    background-color: #fff;
    align-items: flex-start;
    display: flex;
}

.draggable-content-item {
    cursor: move;
}

.content-icon {
	  padding: 0 10px 0 10px;
	  height: 40px;
	  width: 100px;
}

.content-cell {
	  vertical-align:top;
	  padding: 0 10px 0 10px;
}
.content-item img {
    max-width: 90px;
    max-height: 40px;
    /*margin-right: 10px;
    margin-bottom: 32px;*/
    border-radius: 5px;
}

.content-item-title {
  font-size: 1.4em;
  font-weight: 600;
}

.content-item.dragElem {
  opacity: 0.4;
}
.content-item.over {
  //border: 2px dashed #000;
  border-top: 2px solid blue;
}

.content-item.no-drop {
  cursor: no-drop;
}

#menusDefineMenuCurrentItemList, #menusDefineMenuAllItemList, #menuIconsModal {
  overflow: auto;
  max-height: 640px; /* 10 items */
}

.content-menu-icon  {
  width: 50px;
  height: 50px;
}

.select-menu-icon {
  width: 75px;
  height: 75px;
  padding: 20px;
}

.select-menu-icon:hover {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  background: white;
}

#menuIconsModal {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  overflow-y: hidden;
}

.menu-icons-modal-body {
	position: relative;
  overflow-y: auto;
  max-height: 230px;
  padding: 15px;
  padding-left: 25px;
}

#INST-MAP {
  margin-bottom: 10px;
}

.map-container {
  background-color: #b2d3f8;
  float: right;
  width: 65%;
  right: 10px;
  height: 500px;
}
