body {
    font-size: 1.6em;
    height: 900px;
    
}

.body {
    background: #64AAD0;
    opacity: 1;
}

h3{
    margin: 20px 0px 10px 0px;
}

h2 {
    overflow: hidden;
}

.tips {
    display: block;
    height: 30px;
    padding: 0px 5px;
}

.tips:hover {
    border-bottom: 3px solid #000;
    cursor: pointer;
}

.container {
    width: 95%;
    margin: auto;
    padding-top: 15px;
}
.topfeatures {
    display: flex;
    justify-content: space-between;
}

.login {
    cursor: pointer;
}

#loginBtn{
    cursor: pointer;
}


.search input[name="find"] {
    padding: 5px 10px;
    font-size: 0.7em;
}

.search input[name="range"] {
    width: 55px;
    padding: 5px 10px;
    font-size: 0.7em;
}

.search button{
    padding: 5px 10px;
    font-size: 0.7em;
}

.tips-content {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0, 0, 1, 1) 500ms;
    position: absolute;
    width: 70%;
    height: 700px;
    top:calc(50% - 350px);
    left: calc(50% - 700px);
    background: #fff;
    border: 5px solid #f1f1f1;
    padding: 5px 15px;
}


#table-form select {
    padding: 5px 10px;
    font-size: 0.7em;
}

#table-form button {
    padding: 5px 10px;
    font-size: 0.7em;
    margin: 0px 8px 20px 0px;
    
}

#calculate-form {
    margin: 15px 0px;
}



#calculate-form input{
    padding: 5px 10px;
    font-size: 0.7em;
}

#calculate-form input[type="text"]{
  margin: auto;
  width: 70%; 
}

.calc-str {
    text-align: center;
    margin: auto;
    width: 70%;
}

#export {
    padding: 5px 10px;
    font-size: 0.7em;
    float: right;
}

#calculate_result table{
    width: 100%;
    border: 1px solid #000;
}

#calculate_result>table td,th{
    width: 15%;
    text-align: center;
    height: 40px;
    padding: 15px 0px;
}

.cover_up_button {
    padding: 5px 10px;
    font-size: 0.7em;
}

.cover_up {
    display: none;
}

#cover_hide {
    display: block !important;
}

.searchresult td {
    text-align: center;
    width: 12%;
    word-break: break-all;
}

@media print
    {
    body * {
		visibility: hidden;
	}
    #calculate_result * {
		visibility: visible;
	}
    .searchresult * {
        visibility: visible;
    }
	#export {
		visibility: hidden;
	}
	#calculate_result {
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* Bukvices show */

.area {
    height: 100vh;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: calc(50vw - 50vh);
    min-height: 800px;
    min-width: 800px;
}

.item {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFCB40;
    position: absolute;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height:70px;
    cursor:pointer;
     -webkit-animation: flash 1s ease;
    -moz-animation: flash 1s ease;
    -ms-animation: flash 1s ease;
    -o-animation: flash 1s ease;
    animation: flash 1s ease;
}



/* animation */
@-webkit-keyframes flash {
    0%   { 
    opacity: 0; 
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
    }

    50% {
    opacity: 1; 
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    }

    100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    }
}

@-moz-keyframes flash {
    0%   { 
    opacity: 0; 
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
    }

    50% {
    opacity: 1; 
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    }

    100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    }
}

@-ms-keyframes flash {
    0%   { 
    opacity: 0; 
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
    }

    50% {
    opacity: 1; 
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    }

    100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    }
}

@-o-keyframes flash {
    0%   { 
    opacity: 0; 
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
    }

    50% {
    opacity: 1; 
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    }

    100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    }
}

@keyframes flash {
    0%   { 
    opacity: 0; 
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
    }

    50% {
    opacity: 1; 
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    }

    100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    }
}   

.center-item {
    background: #FFBA00;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 45px;
    line-height: 150px;

}

.controllerbox {
    width: 404px;
    height: 404px;
    position: absolute;
    top: calc(50% - 202px);
    left: calc(50% - 202px);
    cursor: pointer;
}

.controller {
    float: left;
    width: 200px;
    height: 200px;
    background: #444;
    border: 1px solid #000;
    text-align: center;
    line-height: 150px;
    position: relative;
    z-index: 10;
    color:#fff;
    font-size: 25px;
    font-weight: bold;
}



.controller:hover{
    background: #111;
}

.top {
    border-radius: 200px 0px 0px 0px;
}

.top p {
    transform: rotate(-45deg);
}

.right {
    border-radius: 0px 200px 0px 0px;
}

.right p {
    transform: rotate(45deg);
}

.bottom {
    border-radius: 0px 0px 0px 200px;
}

.bottom p {
    transform: rotate(45deg);
}

.left {
    border-radius: 0px 0px 200px 0px;
}

.left p {
    transform: rotate(-45deg);
}



.update-bukvices {
    position: absolute;
}

.alert {
    float: right;
}

input.update-bukvices {
    width: 300px;
    height: 40px;
    font-size: 34px;
    padding-left: 5px;
}

textarea.update-bukvices {
    width: 300px;
    height: 200px;
    padding-left: 5px;
}

button.update-bukvices {
    padding: 10px 25px;
    font-size: 24px;
}

button.openform {
    position: absolute;
    padding: 10px 25px;
    font-size: 24px;
}

.close {
    position: absolute;
    line-height: 40px;
    color: #000;
    text-align: center;
    width: 100px;
    height: 40px;
    cursor: pointer;
    
}

.close:hover {
    color:#ddd;
}


/*** KEYBORD*/

#keybord {
    width: 284px;
    height: 124px;
    display: none;
    position: absolute;
}

.keybordkey {
    float: left;
    height: 40px;
    width: 40px;
    background: #A67900;
    text-align: center;
    cursor: pointer;
}

.keybordkey:hover {
    color: #fff;
}

/***ENDKEYBORD***/

.bukvices-list {
    width: 600px;
    display: none;
    float: left;
    margin-left: 100px;
}

.bukvices-list > div {
    float: left;
}

.angle-right, .angle-left {
    text-align: center;
    width: 60px;
    line-height: 400px;
    height: 100%;
}

.angle-left:hover{
    background: #000;
    opacity: 0.1;
    color: #fff;
    cursor: pointer;
}

.angle-right:hover {
    background: #000;
    opacity: 0.1;
    color: #fff;
    cursor: pointer;
}
.bukvices-list .center {
    width: 460px;
    padding: 0px 10px;
}

.editformlist{
    width: 100%;
}

.editformlist > input, .editformlist > textarea, .editformlist > button {
    width: 100%;
    padding-left: 5px;
}

.editformlist input {
    height: 25px;
}

.editformlist button {
    padding: 10px 0px;
}


.editformlist textarea {
    height: 200px;
}
.bukvica-content {
    font-weight: bold;
}

/*-----------------------Буквица и число------------------*/


.bukvices-list-short {
    width: 600px;
    display: none;
    float: right;
}

.bukvices-list-short > div {
    float: left;
}

.bukvices-list-short .center {
   width: 460px;
    padding: 0px 10px;
    margin-top: 150px;
}

.bukvica-short {
    font-size: 50px;
}

.pr2 {
    border-collapse: collapse;
    margin: 10px auto;
    display: none;
    margin-top: 500px;
}

.pr2 td {
    padding: 2px 7px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    word-break: break-all;
}

.pr2 td div.cnt {
    display: block;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
}
.pr2 td div.cnt div.bk {
    font: normal 4em "Bookvica New";
    margin-top: 15px;
    color: blue;
}
.pr2 td div.cnt div.bred {
    color: #ff0000;
}
.pr2 td div.cnt div.note {
    font-size: 13px;
    color: #000;
    font: normal 1em "Bookvica";
}
.pr2 td div.cnt div.note2 {
    font-size: 13px;
    color: #666;
    font: normal 1em "Arial Narrow";
}

.pr2 td div.cnt div.luc {
    margin: 5px 0 0 0;
}
.pr2 td div.cnt div.luc{
/*  list-style: none;*/
    padding-left: 5px;
}
.pr2 td div.cnt div.luc{
    border: none;
    text-align: left;
    font: normal 14px "Arial Narrow";
}

.pr2 td div.cnt div.tune {
    display: block;
    margin: -7px 0 0 0px ;
}

.abs2 {
    font-size: 16px;
}


  
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  /* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #969696;
    color: white;
  }
  
  /* Modal Body */
  .modal-body {padding: 16px;}

  .modal-body input {
      width: 90%;
      padding: 5px;
  }

  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  a.delete{
      cursor: pointer;
  }

  #keybord-index {
    width: 284px;
    height: 124px;
    margin: auto;
  }


